View Single Post
  #8  
Old 11-25-2013, 06:09 PM
Nieth's Avatar
Nieth Nieth is offline
Aspiring
 
Join Date: Dec 2012
Location: North Carolina
Posts: 154
Gender: Male
Credits: 14,221
Nieth is on a distinguished road
Send a message via MSN to Nieth
Default

It might be, or it might be something else.

Have you followed these steps?

CHMOD the following files to 666 (ie, make sure that PHP can write to them).
./inc/settings.php
./inc/config.php (you must rename config.default.php to config.php first)
./inc/languages/*your_language*/*all files* (optional)
./inc/languages/*your_language*/admin/*all files* (optional)

CHMOD the following folders to 777 (ie, make sure that PHP can write to and execute from them).
./cache/
./cache/themes/
./uploads/
./uploads/avatars/
./admin/backups/ (optional)

If you didn't follow those, the installation will not run correctly and you will receive errors.
Reply With Quote