gobbleoff
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: HTTP error on image uploadAnyone has any other thoughts on this? I can ask the host to check if there is anything installed I need?
Forum: Fixing WordPress
In reply to: HTTP error on image uploadIt’s 400kb in size. I’ve tried different image size and file sizes.
Forum: Plugins
In reply to: [Plugin: Events Manager] iCAL Url not working with Google?Awesome, looks like mine is working again in iCal as it should
Forum: Plugins
In reply to: [Plugin: Events Manager] iCAL Url not working with Google?Since the last update, my iCal feed doesn’t work either
Doesn’t really matter that much anymore, I just removed Buddypress. I’m back to a site that works how I need it to.
Here is the last line of an error_log file I have:
[24-Jan-2012 06:40:28] PHP Warning: PHP Startup: Unable to load dynamic library ‘/usr/local/lib/php/extensions/no-debug-non-zts-20060613/’ – /usr/local/lib/php/extensions/no-debug-non-zts-20060613/: cannot read file data: Is a directory in Unknown on line 0
That’s been there for a while, since the site was started. All the issues had started when I updated EM, with the last update. But again, the events work when BP isn’t active.
There are no plugins activated now, the only two installed are EM and BP. Its the default BP theme, just with my logo in the header.
As it goes, I just updated EM to the latest, and its still the same. I’ve turned on debugging and I get zilch.
I added this to wp-config.php, is this right? The log file is there, and has 666 permissions.
define('WP_DEBUG', true); define( 'WP_DEBUG_LOG', true ); // log to wp-content/debug.log define( 'WP_DEBUG_DISPLAY', true ); // don't force display_errors to on @ini_set('log_errors','On'); @ini_set('display_errors','On'); @ini_set('error_log','/public_html/wordpress/logs/php_error.log');Here’s my site: carclubevents.net
All settings as per the first post, when you click on events, it takes you back to the front page, and the members page shows fine.
I don’t use Region either and Location works fine.
Try a re-install?
just check your updates, mine worked fine after updating wordpress to 3.3.1
Never mind. Got it resolved. I updated to 3.3.1 just now and it all works again.
thanks guys. it wasnt anything on the software side, at the same time as this, i put in a support ticket, and it was fixed on the (shared) server side.
am going through and testing wp-events now before putting it into review.
I’m on shared hosting so can’t change php.ini
I’ve added the above lines into wp-config.php to hopefully turn off the errors, but regardless if its in there or not, the errors display.
mobile pack is deactivated.
it looks like it works on the page, but when i drag the widget to the sidebar, i get php errors just above the Title textbox
Warning: session_start() [function.session-start]: open(/tmp/sess_0e195be0969e1b3a6a89dbef04536289, O_RDWR) failed: Read-only file system (30) in /home/carclube/public_html/wordpress/wp-content/plugins/events-manager/classes/em-notices.php on line 11 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/carclube/public_html/wordpress/wp-content/plugins/events-manager/classes/em-notices.php:11) in /home/carclube/public_html/wordpress/wp-content/plugins/events-manager/classes/em-notices.php on line 11I get absolutely zero errors with the install.
ive put this in wp-config.php
error_reporting(0); @ini_set(‘display_errors’, 0);and get the same errors on the website.