Conversation
supportOn ultimo wp settings page (admin.php?page=ultimo-wp) I got strange error saying that ultimo files are not found on my computer, which is not true, since files are there. Sorry it is pretty long error: Warning: include(/home/ubuntu/workspace/wp-content/plugins/ultimo-wp/views/material-wp-ad.php): failed to open stream: No such file or directory in /home/ubuntu/workspace/wp-content/plugins/ultimo-wp/paradox/paradox-plugin.php on line 132 Call Stack: 0.1313 240208 1. {main}() /home/ubuntu/workspace/wp-admin/admin.php:0 0.5249 4110728 2. require_once(‘/home/ubuntu/workspace/wp-admin/admin-header.php’) /home/ubuntu/workspace/wp-admin/admin.php:228 0.7126 4407256 3. do_action(???, ???) /home/ubuntu/workspace/wp-admin/admin-header.php:250 0.7216 4413536 4. call_user_func_array:{/home/ubuntu/workspace/wp-includes/plugin.php:525}(???, ???) /home/ubuntu/workspace/wp-includes/plugin.php:525 0.7217 4413640 5. UltimoWP->materialWPAd(???) /home/ubuntu/workspace/wp-includes/plugin.php:525 0.7217 4413784 6. ParadoxPlugin->render(???, ???) /home/ubuntu/workspace/wp-content/plugins/ultimo-wp/ultimo-wp.php:214 Warning: include(): Failed opening ‘/home/ubuntu/workspace/wp-content/plugins/ultimo-wp/views/material-wp-ad.php’ for inclusion (include_path=’.:/usr/share/php:/usr/share/pear’) in /home/ubuntu/workspace/wp-content/plugins/ultimo-wp/paradox/paradox-plugin.php on line 132 Call Stack: 0.1313 240208 1. {main}() /home/ubuntu/workspace/wp-admin/admin.php:0 0.5249 4110728 2. require_once(‘/home/ubuntu/workspace/wp-admin/admin-header.php’) /home/ubuntu/workspace/wp-admin/admin.php:228 0.7126 4407256 3. do_action(???, ???) /home/ubuntu/workspace/wp-admin/admin-header.php:250 0.7216 4413536 4. call_user_func_array:{/home/ubuntu/workspace/wp-includes/plugin.php:525}(???, ???) /home/ubuntu/workspace/wp-includes/plugin.php:525 0.7217 4413640 5. UltimoWP->materialWPAd(???) /home/ubuntu/workspace/wp-includes/plugin.php:525 0.7217 4413784 6. ParadoxPlugin->render(???, ???) /home/ubuntu/workspace/wp-content/plugins/ultimo-wp/ultimo-wp.php:214 Please tell me what can I do. I searched forums, but found nothing which could help. Thanks in advance for any hint! https://wordpress.org/plugins/ultimo-wp/
I solved this error with this in wpconfig.php: /** Just log errors…*/ ini_set(‘log_errors’,’On’); ini_set(‘display_errors’,’Off’); ini_set(‘error_reporting’, E_ALL ); define(‘WP_DEBUG’, false); define(‘WP_DEBUG_LOG’, true); define(‘WP_DEBUG_DISPLAY’, false); If someone will have similar problem… BR
Hi kosirm. If you was getting missing files erros it’s a sign that some files got corrupted when uploading via FTP or updating using wordpres.org auto-update. Try to uninstall and install it again to see if it works.
I have the same problem here, and I’m using WordPress MU. Tried to remove and re-install again but the problem persists. Any ideas?
I solved this error with this in wpconfig.php: /** Just log errors…*/ ini_set(‘log_errors’,’On’); ini_set(‘display_errors’,’Off’); ini_set(‘error_reporting’, E_ALL ); define(‘WP_DEBUG’, false); define(‘WP_DEBUG_LOG’, true); define(‘WP_DEBUG_DISPLAY’, false); If someone will have similar problem… BR
Hi kosirm. If you was getting missing files erros it’s a sign that some files got corrupted when uploading via FTP or updating using wordpres.org auto-update. Try to uninstall and install it again to see if it works.
I have the same problem here, and I’m using WordPress MU. Tried to remove and re-install again but the problem persists. Any ideas?