Brand new WP install running 4.2.1, no plugins, nothing else configured other then the standard. All other themes show up fine but when I install Enfold, I get the following error. I’ve opened up a ticket with my hosting provider but I’ve had no issues running other premium themes within my current environment. I’m in a shared environment so getting my provider to change a setting for just me does not make sense, especially if the issues are with Enfold specifically.
Warning: session_start() [function.session-start]: SAFE MODE Restriction in effect. The script whose uid is 930 is not allowed to access /tmp owned by uid 0 in /home/vento/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
Fatal error: session_start() [<a href='function.session-start'>function.session-start</a>]: Failed to initialize storage module: files (path: ) in /home/vento/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
Adding the following lines to my .htaccess file got me up and running. Either that change or the host made a change on their side.
php_value max_input_vars 5000
php_value file_uploads On
php_value upload_max_filesize 32M
php_value post_max_size 32M
php_value max_input_time 300
Hi!
Glad you figured it out!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit