AndyWalpole
Forum Replies Created
-
Forum: Plugins
In reply to: [Affiliate Hoover] [Plugin: Affiliate Hoover] Error when activatingJust as another point
If you have an Affiliate Window URL for a CSV file in either GZIP or ZIP then cut and pasted it into ‘The URL of the feed’ field on the upload page and then click save changes (this is instead of manually uploading a file).
What should happen next is that it un-ZIPs / GZIPs the CSV file and then it is ready to go for the next stage.
If it doesn’t do that then can you let me know because that means there is a bug that needs fixing
Forum: Plugins
In reply to: [Affiliate Hoover] [Plugin: Affiliate Hoover] Error when activatingThat is weird. I have no explanation for that.
When I go to website.com/wp-admin and I’m not logged in it automatically redirects to website.com/wp-login.php with the AH hoover installed
Forum: Plugins
In reply to: [Affiliate Hoover] [Plugin: Affiliate Hoover] Error when activatingSure I’ll take look into it.
There are unzip functions in the module already for ZIP and GZIP so should be reasonably easy to add the feature for file uploads
Forum: Plugins
In reply to: [Affiliate Hoover] [Plugin: Affiliate Hoover] Error when activatingtry version 1.04
I’ve renamed the pagination class so hopefully that would have stopped the clash
Forum: Plugins
In reply to: [Affiliate Hoover] [Plugin: Affiliate Hoover] Error when activatingoh dear, that is a third-party library that I used to create the pagination. This most probably means that another addon is using the same library, hence the “cannot redeclare class pagination” warning.
hmmm, I’ll see if I can come up with a solution
Forum: Plugins
In reply to: [Affiliate Hoover] [Plugin: Affiliate Hoover] ErrorIssue resolved
Forum: Plugins
In reply to: [Affiliate Hoover] [Plugin: Affiliate Hoover] ErrorMaybe I’ll think about it
Make sure you update to the latest versions because I left some stupid bugs in yesterdays release.
Forum: Plugins
In reply to: [Affiliate Hoover] [Plugin: Affiliate Hoover] Errorin fact I’m almost certain this is the problem and I’ve put out a new version of the plugin
Forum: Plugins
In reply to: [Affiliate Hoover] [Plugin: Affiliate Hoover] Erroractually scrub that instead of ob_flush() at the end use ob_end_flush() if that doesn’t work try ob_end_clean();
Forum: Plugins
In reply to: [Affiliate Hoover] [Plugin: Affiliate Hoover] ErrorWhat about if you complete take out ob_start(); from the top of the home.php and ob_flush(); from the bottom?
(I can’t replicate this error because it is not doing that on my server)
So it is causing this error after you create posts and when you go to edit it in the usual admin edit posts area?
Forum: Plugins
In reply to: [Affiliate Hoover] [Plugin: Affiliate Hoover] Errorhmm, that’s interesting.
At the bottom of the home.php is the following PHP function:
ob_flush();Underneath that is a closing PHP bracket. Completely remove the closing bracket and make sure that there is no space underneath the ob_flush()
Now try that.
When does this error occur? What version of WordPress are you using?
Forum: Plugins
In reply to: [Affiliate Hoover] [Plugin: Affiliate Hoover] Erroroops, version 0.96 should be okay
It’s still there in the full release of version 3.4
Forum: Plugins
In reply to: [Affiliate Hoover] [Plugin: Affiliate Hoover] Postslet me know of any other bugs of feature requests. I try to check this forum as frequently as I can
marked as resolved
Forum: Plugins
In reply to: [Affiliate Hoover] [Plugin: Affiliate Hoover] PostsI’ve changed it now so if you download the latest version the max upload file size is that which is set on the server