Fresh start in the morning. It has cached the phpFlickr code. I can change it but it seems cached on my host. It’s due to this line in phpFlickr.php
if ( !class_exists('phpFlickr') )
I am hacking my way through PHP which I don’t know but I assume this means once it has loaded the class it never gets refreshed.
My wordpress and plugins are all up to date, and I don’t use any caching plugins.
I have cheated by copying this file and renaming phpFlickrV2 and then changing the class name and any calls to it, or references to the file. The plugin is fine if you run it first time but the cache is a serious headache for me. Now my page works fine (for now).
Does anyone know how to reload php files on my host? Would love to uninstall my hacked plugin and reinstall the original!
Cheers!