|
|
|
Reports 1.0 :: FEEDBACK 7 Months, 3 Weeks ago
|
Karma: 3
|
Ok I downloaded and followed the install instructions but have run into a few issues...]
I received this message when I tried clicking on a calendar to set my dates for th report:
| Code: |
Notice: Undefined variable: languageStrings in /home/jcraigsc/public_html
/fattymattybrewing/admin/includes/datepicker.php on line 337[/code
1) the install instructions makes no mention of updating the include/lang/english.php
file (or in my case just updating my english.php file with the new code at the bottom
from the install's english.php new code.
Once I added the new english php code for the calendars I set a Full Report and got these errors:
[code]
Notice: Undefined variable: tb_track in /home/jcraigsc/public_html/fattymattybrewing
admin/report.php on line 53
Notice: Undefined variable: tb_track in /home/jcraigsc/public_html/fattymattybrewing
admin/report.php on line 57
Notice: Undefined variable: tb_track in /home/jcraigsc/public_html/fattymattybrewing
admin/report.php on line 59
Notice: Undefined variable: tb_track in /home/jcraigsc/public_html/fattymattybrewing
admin/report.php on line 60
Notice: Undefined variable: tb_track in /home/jcraigsc/public_html/fattymattybrewing
admin/report.php on line 69
Notice: Undefined variable: tb_track in /home/jcraigsc/public_html/fattymattybrewing/admin/report.php on line 71
You have an error in your SQL syntax; check the manual that corresponds to your MySQL
server version for the right syntax to use near ' phplinks_links.SiteName,
phplinks_links.SiteURL, phplinks_links.track, ' at line 2
|
not sure what to do next?
|
|
|
|
|
|
|
Last Edit: 2008/05/21 07:52 By admin.
|
|
|
Lifes Too Short To Drink Crappy Beers
fattymattybrewing.com
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:Reports 1.0 :: FEEDBACK 7 Months, 3 Weeks ago
|
Karma: 7
|
Grrr.. I was trying to minimize the files you would need to edit and apparently missed a couple of things I had stashed in the language file.
To fix, edit report.php paste these lines just after ...
$time_start = microtime_float();
around line #27
| Code: |
$tb_track = "page_track";
$languageStrings = array(
"strLang_confirm" => "confirm",
"strLang_clearDate" => "clear date",
"strLang_gotoCurrent" => "go to current month/year",
"strLang_selectADate" => "select a date",
"strLang_daysNames" => array("Sunday", "Monday", "Tuesday",
"Wednesday", "Thursday", "Friday", "Saturday"),
"strLang_abbrDaysNames" => array("Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"),
"strLang_monthsNames" => array("January", "February", "March", "April",
"May", "June", "July", "August", "September", "October", "November", "December"),
"strLang_abbrMonthsNames" => array("Jan", "Feb", "Mar", "Apr", "May", "Jun",
"Jul", "Aug", "Sep", "Oct", "Nov", "Dec"),
"strLang_windowTitle" => "Pick date");
|
This has been added to the downloadable version
|
|
|
|
|
|
|
Last Edit: 2008/05/21 07:47 By Dewed.
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:Reports 1.0 :: FEEDBACK 7 Months, 3 Weeks ago
|
Karma: 3
|
OK great, that works really good now! Thanks for the admin module. 
|
|
|
|
|
|
|
Lifes Too Short To Drink Crappy Beers
fattymattybrewing.com
|
|
|
The administrator has disabled public write access.
|
|