Frequently Asked Questions

Safe mode restriction?

I get a “Warning: Safe Mode Restriction” error when I try to add a link.

This means that your host has safe mode turned on. You will need to make sure that your path in config.php is the correct and full path. For example, you could get an error looking like this:

The script whose uid is 594 is not allowed to access /home owned by uid 0 in /home/virtual/site93/fst/var/www/html/flinx/post.php on line 81
You did not upload a file or the file could not be moved to /home/admin/mainwebsite_html/flinx/images/fanlisting.jpg

See how it has two paths in it, one with the /virtual/site93 stuff, and one with the /home/admin/ stuff in it? That error tells you what you set the path to in config.php, and what it should be. Check your config.php, and make sure the full path is set to the first path you see in this error (the /virtual/site93 one).