Errors on page
Permalink
Hello. I've been using concrete5 until I got errors. Suddenly it started to show errors. When I click on "panel CMS" it shows
Warning: include() [function.include]: Filename cannot be empty in /home/m/a/c/macportal/www/concrete/libraries/view.php on line 472
Warning: include() [function.include]: Failed opening '' for inclusion (include_path='/home/m/a/c/macportal/www/libraries/3rdparty:/home/m/a/c/macportal/www/concrete/config/../libraries/3rdparty:.:/usr/local/php5/lib/php') in /home/m/a/c/macportal/www/concrete/libraries/view.php on line 472
Please help me I have no idea what is wrong.
Warning: include() [function.include]: Filename cannot be empty in /home/m/a/c/macportal/www/concrete/libraries/view.php on line 472
Warning: include() [function.include]: Failed opening '' for inclusion (include_path='/home/m/a/c/macportal/www/libraries/3rdparty:/home/m/a/c/macportal/www/concrete/config/../libraries/3rdparty:.:/usr/local/php5/lib/php') in /home/m/a/c/macportal/www/concrete/libraries/view.php on line 472
Please help me I have no idea what is wrong.
Sorry, I wrote in polish. It is the button where you go to use settings of concrete, use themes etc. I don't have the english version. I have concrete 5.4.2.1 version with no modification.
A pity that noone can help me :(. You can close this topic. I'm going to reinstal C5.
That error should only show up when renderError() is called. Which according to docs is currently only used when the database connection fails.
This means that you should check /config/site.php for database settings and make sure they are correct.
Also, verify that the database is up and running and the address of the database/password etc have not changed.
This means that you should check /config/site.php for database settings and make sure they are correct.
define('DB_SERVER', 'something'); // etc
Also, verify that the database is up and running and the address of the database/password etc have not changed.
Mike