inTOWN
Forum Replies Created
-
I was also hoping for that same thing. Does anyone know how to do this?
My host thinks it might have to do with how I set up my test user accounts. When not having a domein name I use the 100.100.100.100/~testuser option, which according to him is not the right solution.
So, I have to set it up differently,
For now I just commented out line 11 at em-notices.php which also does the trick…My host thinks it might have to do with how I set up my test user accounts. When not having a domein name I use the 100.100.100.100/~testuser option, which according to him is not the right solution.
So, I have to set it up differently,
For now I just commented out line 11 at em-notices.php which also does the trick…Having the same problem and also not able to change php.ini
Forum: Plugins
In reply to: [Plugin: Magic Fields] Add New button doesnt work properlyHaving the exact same problem. Did you find an answer?
Forum: Fixing WordPress
In reply to: Error message when ever i post or update anything. Please help!I have exact the same problem, with several plugins activated/deactivated. Checked all my themes file, checked the config file… all seems fine…
Anyone a suggestion?
Forum: Fixing WordPress
In reply to: Can't reach site since update to 3.1It’s not a multi site neither 😉 But… I do use WPML (languages). Might that be the problem?
I will do what you said and let you know the results…
Forum: Fixing WordPress
In reply to: Can't reach site since update to 3.1No, it’s not WPMU…
You’re right, but this at least made my website reachable again.
I hope someone comes up with the real fix…Forum: Fixing WordPress
In reply to: Can't reach site since update to 3.1“Fixed” by commenting out:
//if ( ! is_main_site() ) //return; //add_action( 'admin_init', '_maybe_update_core' ); //add_action( 'wp_version_check', 'wp_version_check' ); //add_action( 'load-plugins.php', 'wp_update_plugins' ); //add_action( 'load-update.php', 'wp_update_plugins' ); //add_action( 'load-update-core.php', 'wp_update_plugins' ); //add_action( 'admin_init', '_maybe_update_plugins' ); //add_action( 'wp_update_plugins', 'wp_update_plugins' ); //add_action( 'load-themes.php', 'wp_update_themes' ); //( 'load-update.php', 'wp_update_themes' ); //add_action( 'load-update-core.php', 'wp_update_themes' ); //add_action( 'admin_init', '_maybe_update_themes' ); //add_action( 'wp_update_themes', 'wp_update_themes' ); //add_action('init', 'wp_schedule_update_checks');in wp-includes/update.php
Forum: Fixing WordPress
In reply to: Can't reach site since update to 3.1If I go to http://www.mysite.com/wp-includes/update.php I get:
Fatal error: Call to undefined function is_main_site() in /pathtomywebsite/public_html/web/wp-includes/update.php on line 355
Forum: Plugins
In reply to: [jQuery Colorbox] jQuery Colorbox not working after Worpress 3.1 UpdateThanks Eugene, I had the same problem but got it fixed by updating the Colorbox Jquery code…
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Album thumbnail link to post, not pageDoesnt work for me: no post is created or linked
Forum: Plugins
In reply to: Facebook CommentsTNG doesn’t workWeird: I just did detect the comments in my post-edit page. But they don’t show up in the comments page nor on the front side of the website.
When I edit a comment from the post-edit page, it starts appearing…Forum: Plugins
In reply to: Facebook CommentsTNG doesn’t workIt used to work (loved the plugin!!!), but now doesn’t. Hasn’t got to do with language (last time it worked my posts were in Dutch and I did receive the comments). Could it have to do with Basti’s suggestion (on your blog at 2010.03.26 00:23 about Facebook blocking the plugin? Then what should I do to have Facebook ask me again if it’s legit?
When I do the test it does see the notes. But when I do manual update, it doesn’t pull anything in (also not empty ones).
http://www.in-town.nlAny suggestions?
Forum: Plugins
In reply to: Loading the header only one timeLooking for the same solution!