nathair
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: php problems with responsive on WordPress 3.9I set back the site to WordPress 3.8
Theme works fine in this version on this siteBut bit depressed, have several sites on WordPress with this theme.
This is a bug in WordPress I just read on the development sitemy slider has disappeared after automatic update
I am very upset.
OK I logged in, it says I need to upgrade the sliders . . . . here I go
Result: I did the upgrade and then there was a new update to version 2.0.1 which I applied and now the slider is back again.
cheers
YolandaForum: Plugins
In reply to: [Timely All-in-One Events Calendar] Updated to 1.10.11 and it crashedThanks Jashan,
I moved the files of All-in-One Event Calendar back and changed the constant.php and this does fix this problem.Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Updated to 1.10.11 and it crashedNo solutions, so I have All-in-One Event Calendar removed on this site.
??
Extremely happy that is was not a working site but still in development.Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] All-in-One Event Calendar Update 1.10.11correction on my last post,
everything appeared OK after manual update and disabling line 160
but not!!
just a whole bunch of errors on the page where it should have been.
Fatal error: Uncaught exception ‘Ai1ec_Cache_Not_Set_Exception’
Will make this a new support questionForum: Plugins
In reply to: [Timely All-in-One Events Calendar] All-in-One Event Calendar Update 1.10.11I upgraded 4 sites, both WP3.71 and WP3.81 to Time.ly 1.10.11
I upgraded Manually because in the past I experienced tremendous troubles updating.All of them gave this error on activation:
The plugin generated 3483 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.After deactivation and again activation of the plugin all 4 sites gave no errors and appear to work well.
Yes, to be sure after reading Time.ly site about problems people were experiencing I commented out line 160 in this new all-in-one-event-calendar.php , this line which reads
unset( $plugins->active[ array_search( $basename, $plugins->active ) ] );
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] All-in-One Event Calendar Update 1.10.11I upgraded manually. Then on activation received this message:
The plugin generated xxxx characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.I deactivated plugin and reactivated and no more error messages.
It now appears to work OK on this site.Next same thing on one other site.
There must be some error in the code!Don’t know about WordPress 3.81
Don’t want to update my other sitesForum: Plugins
In reply to: [The Events Calendar] small problem with footer now wrapping into left columnI am not so good at this. Found the code in the footer.php
Columns in this theme can be anything between 0 and 5. Complicated<td id=”footer” colspan=”<?php echo $cols; ?>”> is the line where columns in the footer are defined
I worked on your code and this appears to have solved it.
<td id=”footer” colspan=”<?php if ( tribe_is_event() && is_singular() ) echo 3 ;
else echo $cols; ?>”>Is it properly coded?
thanks
NathairForum: Plugins
In reply to: [The Events Calendar] problem with update: PCLZIP_ERR_BAD_FORMAT (-10)thanks, it was a problem with www.ads-software.com
Forum: Plugins
In reply to: [The Events Calendar] Event page does not work after an event editI had the same problem as Alex from Freshmediadesign. You can close this now as far as I am concerned since I am upgrading to the new version. If it still occurs I will make a new thread.
[I am late with upgrading since I mad a lot of css additions in my theme for the and the new version is quite different]Forum: Plugins
In reply to: [The Events Calendar] problem with update: PCLZIP_ERR_BAD_FORMAT (-10)will try again tomorrow, thanks chris
Forum: Plugins
In reply to: [The Events Calendar] in_array() expects parameter 2 to be array null givenhi roblagatta, I am back and set up a test site. Saw there was an update two days ago but had problems updating. Will try installing the update tomorrow and start testing this week.
thanksForum: Plugins
In reply to: [The Events Calendar] Event page does not work after an event editthanks joahcoyote, I am back and set up a test site. Saw there was an update two days ago but had problems updating. Will try installing the update tomorrow and start testing.
thanksForum: Plugins
In reply to: [Timely All-in-One Events Calendar] Release of 1.10.1 Liteinstalled 1.10.1 lite manually, went fine
then clicked on the install standard button and after installing, had to click on continue, which totally frooze the WordPress installation.Was unable to reach wp-admin.
Removed everything by FTP, was able to reach the wp-admin again but it hung in wanting to update all-in-one-event-calendar. With FTP copied the standard 1.10 files to the site and somehow got everything working again, except that it now keeps complaining there is an update for the standard version to 1.10.1
There is not. Another site running the same standard version 1.10 has no mention of there being an update to 1.10.1. annoyingForum: Plugins
In reply to: [Redirection] Missing argument 2 for wpdb::prepare()@laserjobs: thank you for posting the fix.
Worked for one of my sites as well.Here is the temporary fix
https://gist.github.com/theandystratton/4565222On line 70 of redirection/models/group.php
Remove the “( $wpdb->prepare” and ” )” at the end