Hostels
Forum Replies Created
-
Forum: Plugins
In reply to: shop errorYeah, that solved it…
Forum: Plugins
In reply to: shop errorDid you ever get this issue solved? I’m getting the same error. No other plug-ins are activated. Server: GoDaddy.
Actually, I just figured it out. The server is running PHP4, and the plug-in requires PHP5.
Forum: Plugins
In reply to: Has this plugin been abandoned? (WP Events Calendar)[sorry, double post]
My recommendation until there is a working WordPress events calendar:
Embed a Google Calendar instead.Forum: Plugins
In reply to: Has this plugin been abandoned? (WP Events Calendar)It looks like this plugin is essentially dead. It hasn’t been updated in 5 1/2 months and has been broken for about that long.
Forum: Fixing WordPress
In reply to: HTML entities in the URLs for load-scripts.phpDid you hear about a planned update?
I have this JavaScript problem on both the sites I’ve installed it on.
I’ve posted the issue here, but haven’t gotten a response:
https://www.wp-eventscalendar.com/forum/general-problems/edit-post-page-bug-related-to-calendar-plugin/A 500 server error might be an .htaccess file problem. Does it go away if you disable the plugin?
Forum: Plugins
In reply to: Has this plugin been abandoned? (WP Events Calendar)I posted my main issue with this plugin here:
https://www.ads-software.com/support/topic/326448Forum: Fixing WordPress
In reply to: HTML entities in the URLs for load-scripts.phpStill looking for a fix for this. I’m willing to pay for someone to fix this plugin.
Forum: Fixing WordPress
In reply to: Adding Tags, not working in WordPress 2.8 JS problems?Are you using WP Events Calendar?
See also:
https://www.ads-software.com/support/topic/326448(It breaks some of the JS in the Dashboard with no fix yet)
Forum: Installing WordPress
In reply to: 2.8 Problems and Solutions (FAQ)For people who can’t add tags in WordPress 2.8, check if deactivating WP Events Calendar fixes it. See also this thread:
https://www.ads-software.com/support/topic/326448WP Events Calendar 6.6-beta currently breaks the Dashboard JavaScript that handles tags.
Forum: Fixing WordPress
In reply to: WP 2.8 – tags no longer savedI think it’s WP Events Calendar that is the problem
Calendar: 6.6-beta
WordPress: 2.8.6
All other plugins are deactivated and this problem still exists.I think that the calendar somehow replaces ampersands with HTML entities in JavaScript URLs in the Dashboard. See this thread for examples:
https://www.ads-software.com/support/topic/326448load-scripts.php has URL arguments but the Calendar modifies the URL arguments by replacing the ampersands.
Forum: Fixing WordPress
In reply to: Tags missing after ugrade to 2.8.1I still have this problem in WP 2.8.6 and Events Calendar 6.6-beta. All other plugins are deactivated.
The Events Calendar causes WP to replace ampersands in the URLs with HTML entities. The URL examples are here:
https://www.ads-software.com/support/topic/326448Is anyone else having this issue?
Forum: Fixing WordPress
In reply to: Tags missing after ugrade to 2.8.1Having a similar problem here. See here:
https://www.ads-software.com/support/topic/326448The ampersands in the URLs are being converted to HTML entities in the Dashboard, both for load-scripts.php and load-styles.php. Deactivating events calendar fixes it.
Forum: Fixing WordPress
In reply to: HTML entities in the URLs for load-scripts.phpIt turns out that this is caused by WordPress events calendar plugin.
Forum: Fixing WordPress
In reply to: HTML entities in the URLs for load-scripts.phpSorry, the forum converted my HTML entities to ampersands above. I’ve pasted it again below, but inserted spaces to prevent the HTML entities from turning into ampersands.
<script type='text/javascript' src='https://www.example.com/wp-admin/load-scripts.php?c=1& amp;load=jquery,utils,editor,quicktags& amp;ver=33f9a1c72519a04d2fd7dd5a26c9ec8d'></script>