sledge81
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Pictures not uploading WP 3.8.1I spoke to my webhost and apparently they have blocked admin-ajax.php due to some security issues. I suggest those who have this problem to first check with their webhost (which is the most likely cause).
Looks like WP users are bearing the brunt of what seems like a hasty WP upgrade.
Same issue here… Notice no response from the author…
Does anyone have a fix for this?
Forum: Fixing WordPress
In reply to: Pictures not uploading WP 3.8.1Same issue here. When trying to upload, it works fine, but when trying to insert doesn’t work.
Also library is empty when accessing from within the post editor. But Media>Library does show all the images. Tried to hard code the image but it shows up as blank.
And yes, did all the usual stuff. Deactivate plugins, switch to 2014 theme.. still the same issue.
Well if you really want to get into the nooks and crooks so long as to point fingers the other way….
The jquery wan’t the issue at all. I had the updated one all the time. I just re-updated the same one. The only difference was I disabled all the plugins and reactivated them which is when adrotate started working again.
I still think there’s something funny with adrotate, as with my issue the last time. Its weird that I have to deactivate/reactive the plugin in order to get it to work correctly every time there is a new update released.
And of all the plugins used, its strange that only adrotate has this issue. As I said, I am keeping the back up of the old version to fall back on in the event such issues come up again.
Checked and updated jquery. 3.9.3 works fine now…. (Hope the next future updates won’t create more problems). Saving the older version just in case.
Thanks for your help.
Edit, just read my first post… It should read 3.9.3 and not 3.9… Again 3.9 works fine, issues with 3.9.3
3.9 works without a problem, 3.9.3 is causing the issue. Maybe i’ll move back to 3.9 and disable update notifications until the issue is sorted out.
I disagree with you on that. I just double checked again.
1. Lightbox plus doesn’t give any error. Also its been working fine until your 3.9.3 update after which I started getting errors.
2. Using lightbox plus with adrotate doesn’t throw up any errors, its the functionality that stops working. So its most likely some ajax or similar conflict.
3. Since you conveniently wrote off the problem, I decided to use the older version of adrotate from another site of mine and strange enough Lightbox plus overlay worked like a charm.
So I am very well sure the problem is with adrotate. Given that the version previous to 3.9.3 worked fine, it must be some of the new code that you might have added.
Let’s start with this:
Lightbox plus plugin (https://www.ads-software.com/plugins/lightbox-plus/)
Doesn’t work = The plugin’s job is to overlay an image when its clicked as a lightbox. It works fine with adrotate 3.9 is disabled but when adrotate plugin is enabled, lightbox plus doesn’t overlay the images.
There are no errors displayed, just that the Lightbox plugin functionality stops working.
Hope this is clear?
Cheers!!! Akin to window’s Restart option, which seems to do the trick ??
Weird… deactivating and reactivating it seems to work.
Managed to capture the error.
This is what is being displayed instead of the ads.
WordPress database error: [Unknown column ‘schedule’ in ‘where clause’]
SELECTwp_adrotate_schedule
.id
,starttime
,stoptime
,maxclicks
,maximpressions
FROMwp_adrotate_schedule
,wp_adrotate_linkmeta
WHEREschedule
=wp_adrotate_schedule
.id
ANDad
= ’36’ ORDER BYstarttime
ASC LIMIT 1;Edit: Tried clicking on the ‘Optimized Database’ and ‘Clean up database’ I see these errors in my WP-admin
Warning: array_diff() [function.array-diff]: Argument #2 is not an array in /home/mydomain/public_html/wp-content/plugins/adrotate/adrotate-setup.php on line 732 Warning: Invalid argument supplied for foreach() in /home/mydomain/public_html/wp-content/plugins/adrotate/adrotate-setup.php on line 733
Upgraded to 3.9
The ads disappeared and shows ‘unable to select schedule from WP_….’
Refreshed the site and now this error disappeared but now no ads are being shown. Please advise
Forum: Themes and Templates
In reply to: [Contango] Modify read moreYou mean to say you want to modify the ‘Read More ->’ to something else?
To do this, go to contango/lib/functions/utility.php You have all the changes you want to make in this file.