jixor
Forum Replies Created
-
Forum: Plugins
In reply to: Fatal error in Advanced RSS PluginThe plugin has had a serious overhall so feel free to test it again. That bug is more certainly fixed, or more averted now.
Forum: Plugins
In reply to: All function declared twice on activation… Fatal errorYes, I think this is a bug in WordPress.
Forum: Plugins
In reply to: register_activation_hook and Global VariablesI’m encountering an issue with the plugin activation. About 1 in 10 times I’ll get cannot redeclare class php errors. I’m thinking the way to solve this would be to create a new php script in a seperate file that only includes my plugin if it isnt already declared and then pass that through for the file argument rather than the actual plugin php file. Thoughts?
Forum: Installing WordPress
In reply to: Code “Advanced RSS” plugin into TemplateYou could distribute the plugin with your template if you wanted. Otherwise it would be a bit difficult. Also if you integrated it into your template’s functions.php or similar then your users wouldn’t get any updates to the plugin unless you manually integrated the new version so that would be a bit sucky. So untill WordPress adds a ‘required plugins’ feature for themes to use I’m not sure there is many good options.
You could write a script in your functions.php to check for the plugin and if it isnt present display an error to your user.
Forum: Plugins
In reply to: Fatal error in Advanced RSS PluginOk, the problem is probably that WordPress is actually corrupting the plugin’s options. When I work out a way around WP I’ll update the plugin.
One question, are you using a language other than english?
Forum: Plugins
In reply to: Fatal error in Advanced RSS PluginAny chance that you could tell me what other plugins you have installed? I’m thinking that something must be clashing. Or better yet could you email me your plugin file, its possible that something else is corrupting the file.
Thanks.
Forum: Plugins
In reply to: Fatal error in Advanced RSS PluginThanks, I’ll play around with it again.
I’m guessing that the second part of your problem was due to the removal and reinstall so I’ll tighten up the configuration to ensure that any errors, however unlikely, are automatically fixed. Still haven’t been able to reproduce any errors though. :/ Feel free to email me via code at jixor /dot com.
Forum: Plugins
In reply to: Fatal error in Advanced RSS PluginUpdate your plugin and it will fix the error, however I couldn’t work out how it would have happened in the first place.
Forum: Plugins
In reply to: Fatal error in Advanced RSS PluginLooking into it now…
Forum: Installing WordPress
In reply to: WP and Server Time errorAnother error; I just started this topic and it says its 14 hours old!
Forum: Plugins
In reply to: Plugin release: Bread Crumb TrailOk technically its not a bread crumb trail, however by convention what I have made is generally called a Bread Crumb Trail. Sorry, now I’m probably just confusing you.
Forum: Plugins
In reply to: Plugin release: Bread Crumb TrailI’ll just do a couple of links.
https://searchwebservices.techtarget.com/sDefinition/0,,sid26_gci799408,00.html
https://www.motive.co.nz/glossary/breadcrumb.phpLater.
I probaly could be more helpfull seeing as I made the plugin, however I think these links seem alright.