getfunky
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: HTTP Error & Error 500 Internal Server problems. But why???my htacess looks like that and I got everything back. photodivebar you rock
AddType x-mapp-php5 .php
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: Can't access wp-admin after changing category baseOkay found the solution
http://ww.wp.xz.cn/support/topic/http-error-error-500-internal-server-problems-but-why?replies=3WOOOT
Forum: Fixing WordPress
In reply to: Can't access wp-admin after changing category baseOkay, quickly:
– If I have all plugins deactivated I can access to wp-admin/edit.php and everything seems fine.
– If I activate any plugin (freshly) reinstalled I can’t access wp-admin/edit.php. I just have the admin toolbar up and that’s it, the rest of the page is empty white.
What shall I do ?
Thanks for the helpForum: Fixing WordPress
In reply to: Can't access wp-admin after changing category baseYes that definitely heped!
I deactivated all the plugins and could get back to wp-admin but everything is all slow and buggy. I can’t access to wp-admin/edit.php but I can edit post directly.Forum: Fixing WordPress
In reply to: Can't access wp-admin after changing category baseI’m still on it. Tried the same stupid thing to put “#” as a category base on another wordpress I have in another server and nothing went wrong. WordPress discarded it and left the case blank. Why did that same thing messed up the whole thing in a different installation ?!
Forum: Fixing WordPress
In reply to: Can't access wp-admin after changing category baseOk I put the category base back to “category”. I see it’s working because the urls are http://getfunky.fr/category/genres/electronic/ but I still get a 500 int server error when trying to access phpMyadmin π
Forum: Fixing WordPress
In reply to: Can't access wp-admin after changing category baseOh thanks
i’m in phpMyadmin wp_options. I found the category_base line. What shall I do then ?
Sorry i’m so bad with PHPForum: Plugins
In reply to: [Plugin: WPaudio MP3 Player]Problem with firefox 3.5:Β§
Forum: Fixing WordPress
In reply to: homepage jS problem after 3.1 Updateokay after some more digging i found the solution
the problem is that thestyle uses hoverIntent r5
and it relys on an old version of jquery. 2007.03.27 // jQuery 1.1.2+
http://cherne.net/brian/resources/jquery.hoverIntent.htmlsolution: replace your /wp-includes/js/ of 3.1 with the ‘js’ folder of your old wordpress backup. works like a charm. no more updates for me
farewellllll mates
Forum: Fixing WordPress
In reply to: homepage jS problem after 3.1 Updateokay after some research I found that the homepage relies on jquery and jquery got an update. Does someone know how to update jquery for my theme ?
thanksForum: Fixing WordPress
In reply to: posting into a pageor should it be in the sidebar ? all my cats are listed in the sidebar..
Forum: Fixing WordPress
In reply to: posting into a pageOk good.
Where do I paste the code ? index.php ? page.php ?