Archive for the ‘File Folder’ tag
SoftException in Application.cpp:252: File is writeable by group
If you’re getting this error then it is related to not having a file chmod’ed to 0755.
Simply change the permissions on the file to 755. You do not need the file or folder permissions to be 777.
What is PHPinfo? How can I run it?
PHPinfo is a function that returns information, in HTML form, about the PHP environment on your server (see http://us2.php.net/phpinfo for more information). To run PHPinfo you must save the following code in a file on your computer using your text editor:
<?php
phpinfo ();
?>
FTP or use cPanel ( file manager ) the file to the web content folder for your domain. If your file is named “phpinfo.php”, then you will run PHPinfo by using your web browser to go to “www.yourdomain.com/phpinfo.php”.