Find Answers and Get Support › Forums › Pimp my Site – Holiday, Weather & Festive Effects to Pimp your WordPress Site › Installation & Updates › Errors after purchasing pimp my site
- This topic has 2 replies, 2 voices, and was last updated 1 year, 11 months ago by Manathan.
-
AuthorPosts
-
MohammedParticipant@stockmoe
- 1 Topics
- 1 Posts
This is very weird, i bought a plugin that is supported, and i can’t find it in any of your items here.
The plugin is Pimp My Site, and it is throwing errors everywhere, both Backend and frontend.
Notice: Trying to access array offset on value of type bool in …./plugins/pimp-my-site/admin/settings/class-pimp-my-site-settings.php on line 942
Notice: Undefined index: pimp_my_site_preset in …./plugins/pimp-my-site/admin/settings/class-pimp-my-site-settings.php on line 1756
October 25, 2022 at 12:41 #43094@themodactyl- 0 Topics
- 6603 Posts
Hi Mohammed,
Thank you for buying our new plugin! We hope it will meet all your expectations! 🙂
No worries. These are PHP warnings, not errors. Unlike errors, warnings won’t break your website. They’re just messages aimed at developers to improve their code. Be sure we added this to our to do list to solve this in the next update.
To hide this message, I suggest that you activate error logging on your website. Please keep WP_DEBUG to true and just paste the following code lines in your wp-config.php file, just before the line that says ‘That’s all, stop editing! Happy blogging.’:
// Enable WP_DEBUG mode define( 'WP_DEBUG', true ); // Enable Debug logging to the /wp-content/debug.log file define( 'WP_DEBUG_LOG', true ); // Disable display of errors and warnings define( 'WP_DEBUG_DISPLAY', false ); @ini_set( 'display_errors', 0 );
More on this in the following topic: Debugging in WordPress
You will still be able to consult the warnings and errors triggered by your website but these won’t appear on your pages anymore.
If you have further questions or requests, feel free to create other forum topics.
Regards,
October 26, 2022 at 10:25 #43117@themodactyl- 0 Topics
- 6603 Posts
Hi Mohammed, 🙂
We have just released a new update of PMS. Updating this plugin to the latest version should fix this issue.
After the update, the problem should now be fixed. However, you might still be seeing the issue because your browser cache is showing you an older version of the page (browsers do that to load pages faster). To see that the issue is resolved you will need to empty your browser cache and reload the page. If you want to read more on what browser cache is and how to clear it, here is an article that might help you: How to Clear Internet Cache in Every Major Browser.
Kindest regards,
November 7, 2022 at 16:49 #43281 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘Errors after purchasing pimp my site’ is closed to new replies.