bobbingwide / oik-shortcodes

Shortcode, block and API server
https://www.oik-plugins.com/oik-plugins/oik-shortcode-server/
GNU General Public License v2.0
1 stars 0 forks source link

Function does not exist appearing unexpectedly #40

Closed bobbingwide closed 4 years ago

bobbingwide commented 8 years ago

On certain domains in wp-a2z.org I'm seeing "Function does not exist" appearing before the Description and in the middle of the Usage.

e.g. http://buddypress.wp-a2z.org/oik_api/wp_delete_post/

bobbingwide commented 8 years ago

It works fine locally.

bobbingwide commented 8 years ago

The problem was due to disk space restrictions. A number of unexpected things happened on wp-a2z.org. Even though there was a line in wp-config.php intended to prevent WordPress from performing auto updates to core, WordPress was updated by Softaculous. The backup files that were created caused the site to exceed its disk allowance. So logic that relied on being able to create temporary files started failing. Which led to the message being displayed by oiksc_token_object::reflect

Workaround implemented

bobbingwide commented 4 years ago

I’m going to close this. The workaround is still good enough for now.