Default Values plugin not working

Viewing 8 posts - 1 through 8 (of 8 total)
#170940

Dan Jantzen
Participant

I have a website with 8000 packages broken down into various categories. I purchased the Default Values plugin so that I could change the default page template to a new template that I’ve created. In the Settings page I’ve selected the Default Values section, changed the page template to the new template I need, and clicked the “Update All” button. I assumed it might take quite a long time to update 8000 packages, so I’ve waited several days, but I can not detect that any package has the new page template. So it doesn’t seem to be working, and I’m not sure what to try next. Please advise.

#170944

Nayeem Riddhi
Moderator

Hello Dan,

Hope you are well. And sorry for the inconvenience. if possible, Can you please, give your temporary wp-admin login details in a private reply for checking the issue.

Thank you and regards

#171056

DanJantzen
Member
This reply has been marked as private.
#171094

Nayeem Riddhi
Moderator

Hello Dan,

Hope you are well. I have checked your issue, while applying the default value page template for all packages, the browser console is rendering this error,

500 (Internal Server Error)

The 500 code would normally indicate an error on the server, not anything with the code,

It’s mainly due to several factors :
– the CURL extension isn’t installed as it’s required by this plugin
– the allow_fopen instruction is not enabled
– your Memory limit is too low (you will need at least 128M, 64M is pretty low!)

Server errors (error 500) are often caused by plugin or theme function conflicts, so if you have access to your admin panel, try deactivating all plugins. If that resolves the issue, reactivate each one individually until you find the cause…

If that does not resolve the issue, it’s possible that a .htaccess rule could be the source of the problem. To check for this, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, and rename the .htaccess file. If you can’t find a .htaccess file, make sure that you have set your SFTP or FTP client to view invisible files.

And the problem still persists, If you have access to your server error log, generate the error again, note the date and time, then immediately check your server error log for any errors that occurred during that time period. If you don’t have access to your server error log, ask your hosting provider to look for you.

please check and let me know.

Thank you and regards

  • This reply was modified 3 years, 2 months ago by Nayeem Riddhi.
#171327

DanJantzen
Member
This reply has been marked as private.
#171334

Nayeem Riddhi
Moderator

Hello Dan,

Hope you are well. It is still generating the 500 (Internal Server Error) in your browser console, can you please check these articles, if those help you

https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-internal-server-error-in-wordpress/

How to Fix the 500 Internal Server Error in WordPress

please check and let me know

Thank you and regards

#171387

DanJantzen
Member
This reply has been marked as private.
#171394

Nayeem Riddhi
Moderator

Hello Dan,

Glad to hear that, your problem has been resolved. For a preview function that will work for images, you can use the template tag [thumb_gallery_WxH], please check, you can also check the other template tags too from here,

Template Tags

please check and let me know

Thank you and regards

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Default Values plugin not working’ is closed to new replies.