fsamuel
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom Sidebar issues in WordPress 2.9.2ahh it was my fault…. both:
<?php get_sidebar(‘archive’); ?>
and
<?php get_sidebar(archive); ?>
do work, there was an issue with some widget on the sidebars!!
thanks again
Forum: Fixing WordPress
In reply to: Bookmark Linksotto… that did the job, thanks so much
Forum: Fixing WordPress
In reply to: Bookmark Linksi tried that but than it doesnt give me
<li></li>
bullets !Forum: Fixing WordPress
In reply to: wp-admin/users.php fails to load usershmmm… i did what it said… but its still not working
here is what the .haccess file looks like now:# BEGIN WordPress
php_value memory_limit 16M
<IfModule mod_rewrite.c>RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]</IfModule>
# END WordPress
Forum: Fixing WordPress
In reply to: wp-admin/users.php fails to load userscan you tell me how you did the memory setting thing? i am having the same problem
Forum: Installing WordPress
In reply to: “You do not have sufficient permissions to access this page.”This just happend to me today, after it worked fine. I didn’t do any changes to my sitem and all of a sudden i get this message. Could it be a problem on the server side ?