Forums
(@joruiz)
16 years, 10 months ago
Im 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
16 years, 11 months ago
I unistalled WP. I will start over for the 3rd time ??
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
thanks.. the link is:
https://www.joelruiz.com/blog
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?
no one?
This 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