Having trouble of this errors?
Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit in safe mode in /home/wwwcreat/public_html/wp-content/plugins/wp-post-corrector/wp_export.php on line 12
Warning: session_start() [function.session-start]: SAFE MODE Restriction in effect. The script whose uid is 610 is not allowed to access /tmp owned by uid 0 in /home/sitename/public_html/wp-content/plugins/custom-field-suite/includes/classes/form.php on line 42
Fatal error: session_start() [function.session-start]: Failed to initialize storage module: files (path: ) in /home/sitename/public_html/wp-content/plugins/custom-field-suite/includes/classes/form.php on line 42
Try the following codes below. Look for php.ini ( file location : /public_html/wp-admin/php.ini ) and paste the codes below inside of your php.ini.
safe_mode = off memory_limit = 32M upload_max_filesize = 32M post_max_size = 32M file_uploads = On