By bball4life44
I am using a plugin called Qards by Designmodo. On a GoDaddy server, it works perfectly, but when I place it on a Ubuntu 14.04 Wordpress it showed 500 internal server errors in the browser console. I believe it is unable to locate the assets. This includes jQuery.
Here is a gif of the effect on the wp-admin and looking into the browser console.
http://g.recordit.co/K8TwAYMcMw.gif
What steps should I take to solve this problem?
I am not well versed in backend code or working with a server. However, I am very comfortable with the console and eager to learn.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
A 500 error indicates a server-side problem and would not involve jQuery (as this code is run in the browser). When you receive a 500 error in any web application the first step is to review your web server’s error log. Assuming that you are running WordPress on Apache (our one-click WordPress image is based on Apache) you can find this file at /var/log/apache2/error.log
The error message displayed in that file will likely provide more details on the error that was encountered and what script and line number it occurred at.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.