gummibaerchen
on Oct 21. 2006. 12:20 pm
Hello,
if I set Debug false in the config.php I only get blank pages :(
How can that be?
Regards,
Timm
if I set Debug false in the config.php I only get blank pages :(
How can that be?
Regards,
Timm
gummibaerchen
on Oct 23. 2006. 8:07 pm
Normally I get no errors on most pages. (when debug is true)
(The others i posted in this forum)
When Debug mode is false pages are blank, and when I look in the page's code it's empty.
(The others i posted in this forum)
When Debug mode is false pages are blank, and when I look in the page's code it's empty.
same problem,
only when I turn on debugging it doesn't show any pages either.
BIG BIG problem.
Everything worked fine, but all the sudden all the pages - on all browsers - are blank, the page's code is empty.
Can anybody help?
flo
only when I turn on debugging it doesn't show any pages either.
BIG BIG problem.
Everything worked fine, but all the sudden all the pages - on all browsers - are blank, the page's code is empty.
Can anybody help?
flo
Try inserting this:
<?php
define('DB_ADAPTER', 'mysql');
define('DB_HOST', 'localhost');
define('DB_USER', 'USERNAME');
define('DB_PASS', 'PASSWORD');
define('DB_NAME', 'DATABASE');
define('DB_PERSIST', true);
define('TABLE_PREFIX', 'ac_');
define('ROOT_URL', 'http://www.example.com/activeCollab');
define('DEFAULT_LOCALIZATION', 'en_us');
define('DEBUG', false);
define('PRODUCT_VERSION', '0.7');
define('DB_CHARSET', 'utf8');
return true;
?>
activeCollab Team Member (NOT)
* Ok, debugging is on,
* the only errors reportet in cache/log.php is a bunch of "#1 FATAL: exception 'FileDnxError' with message 'Failed to find language settings file. Expected location: ... "
But I've successfully run the system after these last errors occured...
sorry, there isn't anything more to report.
do you have anymore tips?
(I can't assume any page in the entire aC directory, I almost assume it's a server problem, I'll try a phpinfo now)
PHPinfo works fine, if you want to have a look "here":http://team.graswurzel.tv/flo/phpinfo.php
* the only errors reportet in cache/log.php is a bunch of "#1 FATAL: exception 'FileDnxError' with message 'Failed to find language settings file. Expected location: ... "
But I've successfully run the system after these last errors occured...
sorry, there isn't anything more to report.
do you have anymore tips?
(I can't assume any page in the entire aC directory, I almost assume it's a server problem, I'll try a phpinfo now)
PHPinfo works fine, if you want to have a look "here":http://team.graswurzel.tv/flo/phpinfo.php
I found something:
/public shows this error:
Fatal error: Cannot access protected property MysqlDBAdapter::$link in /www/htdocs/w00782e3/team/flo/environment/library/database/adapters/AbstractDBAdapter.class.php on line 406
/public/upgrade shows up just fine, I just don't want to upgrade...
/public shows this error:
Fatal error: Cannot access protected property MysqlDBAdapter::$link in /www/htdocs/w00782e3/team/flo/environment/library/database/adapters/AbstractDBAdapter.class.php on line 406
/public/upgrade shows up just fine, I just don't want to upgrade...
I copied aC on the server again and tried to install it, here my steps, chronologically:
1. it shows the note "not installed yet, go ..."
2. public/install: looks good, it shows the page "bla bla" - I hit the button "next step"
3. next step: step1: is just a blank page, sorry I didn't write down the address bar ...
4. I hit the back button, i get a blank screen with an error message:
Fatal error: Cannot access protected property WelcomeStep::$name in /www/htdocs/w00782e3/team/ac2/public/install/library/classes/ScriptInstallerStep.class.php on line 302
5. the main directory still shows: "not installed yet, go ..."
/cache is empty
/config/config.php is empty, except for "return false";
1. it shows the note "not installed yet, go ..."
2. public/install: looks good, it shows the page "bla bla" - I hit the button "next step"
3. next step: step1: is just a blank page, sorry I didn't write down the address bar ...
4. I hit the back button, i get a blank screen with an error message:
Fatal error: Cannot access protected property WelcomeStep::$name in /www/htdocs/w00782e3/team/ac2/public/install/library/classes/ScriptInstallerStep.class.php on line 302
5. the main directory still shows: "not installed yet, go ..."
/cache is empty
/config/config.php is empty, except for "return false";
Topic is locked. If you have something important to say about issues discussed on this page please write at hi@a51dev.com.



