-
AuthorPosts
-
January 23, 2014 at 5:40 pm #213982
Hi,
Enfold seems to be causing a fatal error.
May be this part of todays error_log helps you guys in solving this issue..
[Thu Jan 23 09:58:54 2014] [error] [client 66.249.78.201] PHP Fatal error: Call to undefined function add_action() in /usr/home/lmscar124/www/wp-content/themes/enfold/config-layerslider/config.php on line 42
[Thu Jan 23 10:30:53 2014] [error] [client 66.249.78.201] PHP Warning: require_once(ABSPATHwp-admin/includes/import.php): failed to open stream: No such file or directory in /usr/home/lmscar124/www/wp-content/themes/enfold/framework/php/inc-avia-importer.php on line 8
[Thu Jan 23 10:30:53 2014] [error] [client 66.249.78.201] PHP Fatal error: require_once(): Failed opening required ‘ABSPATHwp-admin/includes/import.php’ (include_path=’.:/usr/local/share/pear’) in /usr/home/lmscar124/www/wp-content/themes/enfold/framework/php/inc-avia-importer.php on line 8
[Thu Jan 23 11:44:05 2014] [error] [client 95.96.186.150] PHP Warning: Invalid argument supplied for foreach() in /usr/home/lmscar124/www/wp-content/plugins/sitepress-multilingual-cms/inc/translation-management/translation-management.class.php on line 1987, referer: http://www.logitecqmedical.com/wp-admin/post.php?post=55&action=edit&lang=en&message=1I’m not into coding but I already spent quite some time getting enfold to work with WPML.
Please can someone help me solving this?
At WPML people start pointing at Enfold…
thanx in advance
rgds, erik
January 23, 2014 at 6:17 pm #214008I am receiving similia php warnings and my host said to contact the Theme developers. My site is at: http://bit.ly/1ff9EVF
Should I open a new thread or can you help on this one?
The error I am receiving is:
Fatal error: Cannot use object of type WP_Error as array in /home/sterling/public_html/new-wordpress/wp-content/themes/enfold/framework/php/auto-updates/class-envato-protected-api.php on line 344I have also been receiving php memory limit errors, but I increased the allotment and that seemed to resolve that.
Thanks -Lynn
January 23, 2014 at 8:04 pm #214056For now, I have resolved this by deactivating the Jetpack plugin.
It caused this error when loading, but then loaded the plugin:
Fatal error: Out of memory (allocated 67633152) (tried to allocate 122880 bytes) in /home/sterling/public_html/new-wordpress/wp-admin/includes/class-wp-plugin-install-list-table.php on line 269Then it gave this error when I clicked on Sites Stats (twice):
We were unable to get your stats just now. Please reload this page to try again. If this error persists, please contact support. In your report please include the information below.User Agent: “Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.73.11 (KHTML, like Gecko) Version/6.1.1 Safari/537.73.11”
Page URL: “http://sterlingridgeresort.com/new-wordpress/wp-admin/admin.php?page=stats&noheader”
API URL: “http://dashboard.wordpress.com/wp-admin/index.php?noheader=true&proxy&page=stats&blog=58935943&charset=UTF-8&color=coffee&j=1:2.7”
http_request_failed: “Couldn’t resolve host ‘dashboard.wordpress.com'”January 24, 2014 at 4:21 pm #214480Hey!
Please try to increase the allocated memory http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP and insert
define( 'WP_MEMORY_LIMIT', '128M' );
into your wp-config.php.
I think the second issue is caused by the envato update api class. You’ve two options:
1) Update the api file to the latest version – the code can be found here: https://github.com/envato/envato-wordpress-toolkit/blob/master/includes/class-envato-api.php – just delete the code in wp-content/themes/enfold/framework/php/auto-updates/class-envato-protected-api.php and insert the updated code. I’m not sure if it will work because I can’t test the api.
2) You can deactivate the update api – insert following code into the child or parent theme functions.php file – i.e. insert it at the very bottom of the file
add_theme_support('avia_manual_updates_only');
Best regards,
Peter -
AuthorPosts
- The topic ‘fatal error caused bij enfold’ is closed to new replies.