This object is in archive! 

Creating a category leads to whitescreen

Archived Alexander K. 13 years ago

As soon as I create a category I can not access the frontend of my community anymore - seeing only white screen. Turning on display_errors does show anything. Did I miss anything? Seems like a problem specific to my community. I am still able to navigate through the admin screens, at least until I log out - can not login then anymore as of the white screen.

Best Answer
photo

Alexander,

The problem is fixed and already integrated in 1.0.2 release that should be live in several days. See solution in comments

Replies (8)

photo
13

Alexander,

Try to clean /application/temp/cache folder.

If it won't work, go to application/configs/application.ini and turn on erros in 3 lines and post image here for us to see the problem:

phpSettings.display_startup_errors = 1

phpSettings.display_errors = 1

resources.frontController.throwExceptions = 1

photo
13

I exchanged my server path with *** :


Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42000]: Syntax error or access violation: 1140 Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause' in ***support/library/Zend/Db/Statement/Pdo.php:228 Stack trace: #0 ***support/library/Zend/Db/Statement/Pdo.php(228): PDOStatement->execute(Array) #1 ***support/library/Zend/Db/Statement.php(300): Zend_Db_Statement_Pdo->_execute(Array) #2 ***support/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array) #3 ***support/library/Zend/Db/Adapter/Pdo/Abstract.php(238): Zend_Db_Adapter_Abstract->query(Object(Zend_Db_Table_Select), Array) #4 ***support/library/Zend/Db/Table/Abstract.php(1529): Zend_Db_Adapter_Pdo_Abstract->query(Object(Zend_Db_Table_Select)) #5 ***support/library/Zend/Db/Table/Abstract.php(1391): Z in ***support/library/Zend/Controller/Plugin/Broker.php on line 336

photo
11

Could you please provide your MySQL version (could be found on your backend page of UseResponse installation, "/admin")?

photo
13

PHP 5.2.16, MySQL 5.0.51

photo
16

Thank you, problem is confirmed and sent to development team for fixing.

photo
10

Alexander,

The problem is fixed and already integrated in 1.0.2 release that should be live in several days. See solution in comments

photo
13

We've re-written query to db to support lower than MYSQL 5.1 version.

Until 1.0.2 release please put upload attached file to /application/modules/categories/models/DbTable

photo
13

works perfectly, thanks!

Replies have been locked on this page!

Your vote is accepted!