Real Global Solutions

Where knowledge you can get ?

Archive for the ‘File Folder’ tag

SoftException in Application.cpp:252: File is writeable by group

without comments

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.

Written by admin

June 19th, 2009 at 6:59 pm

What is PHPinfo? How can I run it?

without comments

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”.

Written by admin

March 12th, 2009 at 9:33 pm