WPIntell

Source evidence

Strange error

Ultimo WP · support · 2016-02-05T13:34:00+00:00

complaintsentiment
mediumseverity
0.93relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 31 rows with source links

16.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

26 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
kosirm unresolved
On 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?

Comments

3 shown
kosirm 2016-02-05T17:14:00+00:00

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

Arindo Duque 2016-02-08T11:36:00+00:00

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.

urbanoantunes 2016-03-03T01:04:00+00:00

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?