Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter hotpress

    (@hotpress)

    dear geekygordon,
    I did drop the tables and when I try to log in with my new admin login & password I get:
    Fatal error: Call to undefined method WP_Styles::reset() in /home/a5276870/public_html/wordpress/wp-includes/script-loader.php on line 713 ?

    Thread Starter hotpress

    (@hotpress)

    well I found a link that went thru the steps of altering the wp_ users, and wp_usermeta tables from the phpmyadmin screen. so now I get the error when logging into WP: “You do not have sufficient permissions to access this page” now, how to change this?

    Thread Starter hotpress

    (@hotpress)

    I tried what all the links suggested and nothing. I tried this bit of code and even deleted the wp_usermeta table after the insert command didn’t work and tried to create table firstly.

    INSERT INTO ‘wp_usermeta'(‘umeta_id’,’user_id’,’meta_key’,’meta_value’) VALUES
    (1, 1, ‘nickname’, ‘admin’),
    (2, 1, ‘rich_editing’, ‘true’),
    (3, 1, ‘admin_color’, ‘fresh’),
    (4, 1, ‘wp_capabilities’, ‘a:1:{s:13:”administrator”;b:1;}’),
    (5, 1, ‘wp_user_level’, ’10’);
    then tried
    CREATE TABLE wp_usermeta(‘umeta_id’,’user_id’,’meta_key’,’meta_value’) VALUES
    (1, 1, ‘nickname’, ‘admin’),
    (2, 1, ‘rich_editing’, ‘true’),
    (3, 1, ‘admin_color’, ‘fresh’),
    (4, 1, ‘wp_capabilities’, ‘a:1:{s:13:”administrator”;b:1;}’),
    (5, 1, ‘wp_user_level’, ’10’);
    and get the error
    SQL query:

    CREATE TABLE wp_usermeta(
    ‘umeta_id’,
    ‘user_id’,
    ‘meta_key’,
    ‘meta_value’
    ) VALUES ( 1, 1, ‘nickname’, ‘admin’ ) , ( 2, 1, ‘rich_editing’, ‘true’ ) , ( 3, 1, ‘admin_color’, ‘fresh’ ) , ( 4, 1, ‘wp_capabilities’, ‘a:1:{s:13:”administrator”;b:1;}’ ) , ( 5, 1, ‘wp_user_level’, ’10’ );

    MySQL said: Documentation
    #1064 – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ”umeta_id’,’user_id’,’meta_key’,’meta_value’) VALUES
    (1, 1, ‘nickname’, ‘admin” at line 1

    Thread Starter hotpress

    (@hotpress)

    Yes, I do see the wisdom of your ways. be prepared for unwieldy questions to come.

    Thread Starter hotpress

    (@hotpress)

    thanks for the info. I may give it a try as, the way it is I don’t want to fuss with it anymore and would delete it anyway.

    Thread Starter hotpress

    (@hotpress)

    Thanks for the info. I will look into the templates feature.
    I am trying to decide if its easier to code(have most of it from another site anyway) my own comments/login/pagination on my site and being able to use the php where I want or try to use WP (which I am not proficient with its menus/features) and integrate that into my site but then may have roadblocks with WP since it really wants the administrator to design the by a menu-driven approach.

    Thread Starter hotpress

    (@hotpress)

    Thanks. I gave it one of two emails I thought it would be and it pulls up one of the mock users I entered for my blog. this user should not have admin privilidges. ? in wp-admin is there a php file this info is in? the mysql database shows my mock user with my actual email address, but this should not be the administrator. or is the administrator listed in the database users table too, and I deleted it a while back, not knowing its the administrator?

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