Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter kaljer

    (@kaljer)

    When I run show grants it says: #1044 – Access denied for user ‘USERNAME’@’%’ to database ‘mysql’

    Thread Starter kaljer

    (@kaljer)

    It returns this error: #1142 – INSERT command denied to user ‘DBNAME’@’SERVER_IP’ for table ‘main_comments’

    Thread Starter kaljer

    (@kaljer)

    any advice regarding how I do that….I have the file just no idea how to make it work…

    Thanks for all your help!

    Thread Starter kaljer

    (@kaljer)

    I run daily backups and have a sql.gz file….

    Thread Starter kaljer

    (@kaljer)

    WordPress database error: [INSERT command denied to user ‘dbo260219356’@’74.208.16.37’ for table ‘main_options’]
    INSERT INTO main_options (option_name, option_value, autoload) VALUES (‘auth_key’, ‘M>h@KnF7ALGq7Ly_&Xufz*R6j/364 9bTC!|SY=8NUTcuAWFsO2bpzi_,{ZuESt', 'yes') ON DUPLICATE KEY UPDATEoption_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 INTO main_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 UPDATE option_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

    Thread Starter kaljer

    (@kaljer)

    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?

    Thread Starter kaljer

    (@kaljer)

    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…

    Update:

    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 works

    The 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??

    Hi 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 Register

    I 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?

Viewing 9 replies - 1 through 9 (of 9 total)