YahnisElsts/wp-update-server

Critical Error Upon Setup

Closed this issue · 4 comments

I have added the server setup code and used the test url to verify the .json plugin package system works.

Loads fine, shows the data for the plugin.

I then added the block of code to my plugin for the Update Checker and uploaded to the site.

Last I added the block specified on the Update Server instructions to point to the folder for the Update Checker and the Update Server for the json details.

When I update the plugin with that code I get the WP "Critical Error" page and it all fails.

I checked the files were all uploaded and confirmed things were named properly. So I am not sure what to do from here.

That "critical error" page usually means that there's a fatal PHP error somewhere. Please check the PHP error log on the site where the plugin is installed.

Ok, I will see what the logs show.

My thought was maybe the "Add this code" to the plugin part I was not updating all the bits properly or something else got missed in the jumping around.

I was able to get this issue resolved, was a path error due to server setup.

All right, I'll close this issue then.