joruiz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: google analytics codeIm looking for the answer to this question.. care to share? Where do I paste the Google Analytics code for my blog?
Using WP 2.5
Forum: Fixing WordPress
In reply to: Internal Server Error: can’t access anything!I unistalled WP. I will start over for the 3rd time 🙁
Forum: Fixing WordPress
In reply to: Internal Server Error: can’t access anything!the error_log file has this:
[16-Apr-2008 18:24:47] PHP Fatal error: Call to undefined function: wp_register_sidebar_widget() in /home/joruiz/public_html/blog/wp-admin/includes/dashboard.php on line 31
Forum: Fixing WordPress
In reply to: Internal Server Error: can’t access anything!thanks.. the link is:
my .htaccess file, located in my blog root folder, has this:
AddType video/quicktime mp4
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule># BEGIN WordPress# END WordPress
anything wrong?
Forum: Fixing WordPress
In reply to: Internal Server Error: can’t access anything!no one?
Forum: Fixing WordPress
In reply to: can’t upload imagesThis solved my problem, the .htacces file:
1) htacces in website-root should contain:
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>2) chmod settings for uploads folder set at: 755
thanks