-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
shortcode-core breaks entire grav install?? #14
Comments
I think you just have a sync error between GravStrap plugin and the ShortcodeCore plugin. Both should be up to date. This is not really an issue with ShortCode plugin itself. BTW, with any PHP fatal error, processing stops no matter what, this is normal behavior. Fatal means die immediately and stop all further processing. |
the thing is that i have a separate install of grav with gravstrap and it is up to date. No problems. I tried copying the plugin from the 'good' grav to the 'broken' grav and I still get the error. So wtf? I ended up just deleting and replacing the grav install. works fine. I just had to replace the demo pages with my custom pages and re-tweak some theme files. but we're there. i'll continue to watch and see what happens. I will try to make backups more often. i wish the backups were more automated. |
Well I don't know. I do know that the Gravstrap plugin is sending a null to the The problem lies in the GravStrap plugin, and as I didn't write that plugin i'm going to hand off responsibility to the author of it. I suggest you take this up with @giansi on the issue you created over there: giansi/gravstrap#11 |
Do you have any suggestions as to an alternative method to call |
found the main issue: getgrav/grav-plugin-shortcode-ui#29 |
getgrav/grav-plugin-admin#487
I will copy it here:
It seems like it is gravstrap plugin, but I could be wrong. I don't remember changing anything that caused this break, but is it possible that I deleted a line or something and accidentally broke something. Anyway, the error message is:
All grav pages in this install are giving me this error in web browser
I think it is odd that the admin plugin got the same error (admin should work if all else fails unless the php server itself is down). So that implies that one plugin (not the admin plugin) had the ability to break the functions of other plugins with pages that have nothing to do with that plugin.
https://www.dropbox.com/s/mp29bf042o24ypb/gravstrap%20plugin%20bad.zip?dl=1
Let me know if you need more files. I can zip/upload the entire grav install if needed to help reproduce the problem.
Github has issues with their uploader and zip files.
The text was updated successfully, but these errors were encountered: