kaljer
Forum Replies Created
-
When I run show grants it says: #1044 – Access denied for user ‘USERNAME’@’%’ to database ‘mysql’
It returns this error: #1142 – INSERT command denied to user ‘DBNAME’@’SERVER_IP’ for table ‘main_comments’
any advice regarding how I do that….I have the file just no idea how to make it work…
Thanks for all your help!
I run daily backups and have a sql.gz file….
WordPress database error: [INSERT command denied to user ‘dbo260219356’@’74.208.16.37’ for table ‘main_options’]
INSERT INTOmain_options
(option_name
,option_value
,autoload
) VALUES (‘auth_key’, ‘M>h@KnF7ALGq7Ly_&Xufz*R6j/364 9bTC!|SY=8NUTcuAWFsO2bpzi_,{ZuESt', 'yes') ON DUPLICATE KEY UPDATE
option_name= VALUES(
option_name),
option_value= VALUES(
option_value),
autoload= VALUES(
autoload`)WordPress database error: [INSERT command denied to user ‘dbo260219356’@’74.208.16.37’ for table ‘main_options’]
INSERT INTOmain_options
(option_name
,option_value
,autoload
) VALUES (‘logged_in_key’, ‘ubbvE(3:+ m[WL3U4^vk9y_WPy4DYDM,SB$}m]
^a:ba!iOyt0r#(Ir+HC5Sh%A’, ‘yes’) ON DUPLICATE KEY UPDATEoption_name
= VALUES(option_name
),option_value
= VALUES(option_value
),autoload
= VALUES(autoload
)Warning: Cannot modify header information – headers already sent by (output started at /homepages/28/d91226652/htdocs/ltmb/wordpress/wp-includes/wp-db.php:1056) in /homepages/28/d91226652/htdocs/ltmb/wordpress/wp-includes/pluggable.php on line 680
Warning: Cannot modify header information – headers already sent by (output started at /homepages/28/d91226652/htdocs/ltmb/wordpress/wp-includes/wp-db.php:1056) in /homepages/28/d91226652/htdocs/ltmb/wordpress/wp-includes/pluggable.php on line 681
Warning: Cannot modify header information – headers already sent by (output started at /homepages/28/d91226652/htdocs/ltmb/wordpress/wp-includes/wp-db.php:1056) in /homepages/28/d91226652/htdocs/ltmb/wordpress/wp-includes/pluggable.php on line 682
Warning: Cannot modify header information – headers already sent by (output started at /homepages/28/d91226652/htdocs/ltmb/wordpress/wp-includes/wp-db.php:1056) in /homepages/28/d91226652/htdocs/ltmb/wordpress/wp-includes/pluggable.php on line 876
from 1and1 help FAQ:
Since we don’t provide access to Apache error logs on shared hosting packages for technical reasons, you can create your own error logs for debugging PHP Scripts.
Any idea how I go about doing that?
I renamed all themes except the twentyXXXX themes, renamed the plugins folder, re-uploaded wordpress (exept wp-content) and wp=admin/upgrade tells me my current install is up to date.
Since following those steps, the main website now shows up only as a white blank page. It was working before, i just could not log in…
Forum: Fixing WordPress
In reply to: 404 Page doesn’t resolve, just shows code from my sidenavUpdate:
It looks like the code for the 404 page itself is actually good, if I point the url to:
mysite.com/wordpress/wp-content/themes/mycurrenttheme/404.php it worksThe problem seems to be that the location of the 404 page is impropperly specified (I’m guessing maybe due to permalink re-write rules) could this be the problem everyone else is having as well?
Does anyone know where I can change the 404 URL specification??
Forum: Fixing WordPress
In reply to: 404 Page doesn’t resolve, just shows code from my sidenavHi guys,
I too am having the same problem. As you can see here (using tinyURL so google doesn’t index this post relative to my site)
I’m running 2.6 with the following plugins active:
CForms
Page Lists Plus
Register Plus
Themed Login and RegisterI can say with 95% confidence that the problem existed before the last two were installed.
Here is the code from my 404 page:
<?php get_header(); ?> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div id="content"> <div id="content_posts_wrapper"> <div class="post"> <div class="page_content_post"> <h2>404 Page</h2> <div class="actual_post"> </div> </div> <div class="clear"></div> </div> <?php endwhile; ?> <?php endif; ?> </div> <?php get_sidebar(); ?> <?php get_footer(); ?>
Any ideas?