Error on the config check
Permalink
Hi,
I´m gettin this error in the moment I try to install C5 before where the DB info is displayed:
Fatal error: Call to undefined function: t() in /homepages/15/d265226514/htdocs/dehc/concrete/startup/config_check.php on line 6
The server has PHP 5.2.6
Any clue?
Thanks people...
I´m gettin this error in the moment I try to install C5 before where the DB info is displayed:
Fatal error: Call to undefined function: t() in /homepages/15/d265226514/htdocs/dehc/concrete/startup/config_check.php on line 6
The server has PHP 5.2.6
Any clue?
Thanks people...
try this...
create a .htaccess file in the root of the installation containing the following:
AddType x-mapp-php5 .php
Save it and then try to browse to the site.
It totally worked for me.
create a .htaccess file in the root of the installation containing the following:
AddType x-mapp-php5 .php
Save it and then try to browse to the site.
It totally worked for me.
Great tip I've had so many issues with that htaccess file. I had to do the same thing for an elgg install. This worked well so thanks for the tip.
I am and I am having EXACTLY the same problem.