Just in case someone comes accross. There might be a better way than the one I explain now, please comment if you like. In awstats.pl ~ line 13694 - this is within section # Show data array for month print "$MonthNumLib{$monthix}<br />$YearRequired"; can be exchanged with something like print "<a href="${monthix}/">$MonthNumLib{$monthix}</a><br />$YearRequired"; This would create a link over the name of the month linking to it's respective number (Jan->01). Like this you would just need to create...
Just in case someone comes accross. There might be a better way than the one I explain now, please comment if you like. In awstats.pl ~ line 13632 print "$MonthNumLib{$monthix}<br />$YearRequired"; can be exchanged with something like print "<a href="${monthix}/">$MonthNumLib{$monthix}</a><br />$YearRequired"; This would create a link over the name of the month linking to it's respective number (Jan->01). Like this you would just need to create stats via a shell-script stating: if it's the first...
Thanks for your support. Everything seems to be working properly now.
Still one problem left now... Table is created via: CREATE TABLE qrtz_triggers (...
I am using the binary enterprise version of it. Problem occurs when creating tables:...
Problems using Hibernate Hbm2DDLExporter