Image src path unknown
-
Hi,
I’m try using Post Gallery, But the whole picture is not displayed.
This is error: https://imgur.com/a/ucSMc4CHow to fix that error?
Thanks
-
Now that is a first, have you made any customizations worth mentioning?
Otherwise please share with us the following files for review:
– error_log (php’s error log)
– [wp root]/wpmvc/logs/*.log (and any log with any error wirth mentioning.)You can share it here or send them to our email, which ever feels you better.
Thanks for sharing your issue.
-
This reply was modified 7 years, 11 months ago by
10Quality.
Thank for your response,
All my php error log like:[03-Jul-2018 02:56:25 UTC] PHP Notice: Trying to get property of non-object in /***/plugins/wp-megamenu/classes/class.wp-megamenu.php on line 30 [03-Jul-2018 02:56:25 UTC] PHP Notice: Trying to get property of non-object in /***/plugins/wp-megamenu/classes/class.wp-megamenu.php on line 30 [03-Jul-2018 02:56:25 UTC] PHP Notice: Trying to get property of non-object in /***/plugins/wp-megamenu/classes/class.wp-megamenu.php on line 30And my [wp root]/wpmvc/logs folder is empty.
I think this problem is due to my current PHP server or library. On another server it works very well.Umm, no error related to this plugin…
What PHP version is your server running?
Another thing, it could be cache related due to filesystem permissions, so try to disable the plugin’s cache, to do this, head to
wp-content/plugins/simple-post-gallery/app/Config/app.phpand then look for:'cache' => [ 'enabled' => true, ... ],replace it with:
'cache' => [ 'enabled' => false, ... ],This is the file:
https://plugins.trac.ww.wp.xz.cn/browser/simple-post-gallery/trunk/app/Config/app.php-
This reply was modified 7 years, 11 months ago by
10Quality.
Hi,
Now my version PHP 7.0.30,
And i’m have tried modifyingwp-content/plugins/simple-post-gallery/app/Config/app.phpbefore opening this topic.Ok, so based on this:
https://stackoverflow.com/questions/42373946/if-image-src-is-unknown-replace-with-missing-pngIt might be related to an image missing on your server. Have you migrated this from another server?
Try clearing the plugin’s cache by:
- Using the Cache option on
[WP-Dashboard]/Settings/Galleries/Cache - Deleting folder
[WP root]/wpmvc/cache
Thank you for your support,
I can not solve this problems, I’ve chosen to move it to another server.
Now the problem has been resolved.You are welcome, to bad we weren’t able to solve the issue on the server, it looked it was related to missing images.
Any how, here we are for if you need more help, drop us a review when ever you have time π
Best regards
Oh of course,
You deserve 5 *Best regards
-
This reply was modified 7 years, 11 months ago by
The topic ‘Image src path unknown’ is closed to new replies.