Login or Register

RSS IconRecent posts in this topic

avatar
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
avatar Staff
Ilija Studen on Oct 23. 2006. 6:43 pm
What does it say when DEBUG is true?

Btw, DEBUG is used to determine the level of details script is showing to the user and should be set as TRUE only in development and debugging time.
activeCollab team member | LinkedIn
avatar
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.
avatar
floxk on Dec 20. 2006. 6:01 pm
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
avatar Staff
Ilija Studen on Dec 20. 2006. 6:09 pm
Check out this page to learn how to extract more data on what is going on.
activeCollab team member | LinkedIn
avatar
sajseven on Dec 20. 2006. 6:46 pm
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)
avatar
floxk on Dec 20. 2006. 9:30 pm
* 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
avatar
floxk on Dec 20. 2006. 9:40 pm
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...
avatar
floxk on Dec 20. 2006. 9:52 pm
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";
avatar
floxk on Dec 21. 2006. 10:48 am
any ideas? sorry there...
Topic is locked. If you have something important to say about issues discussed on this page please write at hi@a51dev.com.

RSS IconRecent posts in this topic