Update from 1.0.0 to 1.0.2 - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Update/Upgrade (/forum-44.html) +--- Thread: Update from 1.0.0 to 1.0.2 (/thread-7620.html) Pages: 1 2 |
Update from 1.0.0 to 1.0.2 - Cracknel - 08-25-2009 01:12 AM After upgrade firefox gives me this error when I try accessing ISPCP: Code: The page isn't redirecting properly RE: Update from 1.0.0 to 1.0.2 - joximu - 08-25-2009 01:28 AM Hi we cannot help with only this info. /J RE: Update from 1.0.0 to 1.0.2 - Cracknel - 08-25-2009 01:40 AM If I click on some link, for example "Server status" I get the error from above. If I access the page via http://domain.tld/admin/server_status.php it works. I've cleared the browser cache and cookies, no change. RE: Update from 1.0.0 to 1.0.2 - freinhard - 08-25-2009 01:44 AM then have a look at the server logs! RE: Update from 1.0.0 to 1.0.2 - Cracknel - 08-25-2009 01:53 AM the only thing unusual from the apache log is that there are about 10 requests for each click on a link. all "at the same time". for the reseller account login I get one more error: Quote:Warning: Missing argument 4 for records_count(), called in /var/www/ispcp/gui/include/reseller-functions.php on line 529 and defined in /var/www/ispcp/gui/include/admin-functions.php on line 1005 RE: Update from 1.0.0 to 1.0.2 - Zothos - 08-25-2009 02:11 AM already fixed in trunk, quick fix: copy the current reseller-functions.php from the trunk to your system or (even the better way) take the changes from http://isp-control.net/ispcp/changeset/1924 RE: Update from 1.0.0 to 1.0.2 - Cracknel - 08-25-2009 02:46 AM Now I get Quote:Fatal error: Uncaught exception 'Exception' with message 'Config variable 'COUNT_DEFAULT_EMAIL_ADDRESSES' is missing!' in /var/www/ispcp/gui/include/class.config.php:196 Stack trace: #0 /var/www/ispcp/gui/include/reseller-functions.php(514): Config::get('COUNT_DEFAULT_E...') #1 /var/www/ispcp/gui/include/reseller-functions.php(330): get_user_props('12') #2 /var/www/ispcp/gui/reseller/index.php(149): generate_reseller_user_props('11') #3 /var/www/ispcp/gui/reseller/index.php(316): generate_page_data(Object(pTemplate), '11', 'cracknel') #4 {main} thrown in /var/www/ispcp/gui/include/class.config.php on line 196 RE: Update from 1.0.0 to 1.0.2 - sci2tech - 08-25-2009 03:26 AM Upgrade to current trunk to solve this problem. If your system is stable, excepting this problem, use nightly update script (automated version). RE: Update from 1.0.0 to 1.0.2 - freinhard - 08-25-2009 03:47 AM wasn't the bugfix release/branch intended to fix bugs so nobody in need of a productive system has to use the potentially unstable trunk? just my 2 ct RE: Update from 1.0.0 to 1.0.2 - gOOvER - 08-25-2009 03:48 AM But the NightlyUpdateScript doesn't regenerate all Configs or? I don't think so. Maybe we should modify it the regenerate the whole Configs. Else he get other errors. |