Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter maxfreeman

    (@maxfreeman)

    Hmm I’ve figured out the problem:
    I have just do that ->
    create database wordpress;
    grant all privileges on wordpress.* to user@localhost;
    and make an update on this row.
    Thank you for your help!

    Thread Starter maxfreeman

    (@maxfreeman)

    The two inserts to the mysql database:
    insert into user (Host,User,Password,Select_priv,Insert_priv,Update_priv,Delete_priv,Create_priv,Drop_priv,Reload_priv,Shutdown_priv,Process_priv,File_priv,Grant_priv,References_priv,Index_priv,Alter_priv) values (‘localhost’,’phest’,PASSWORD(‘phest’),’Y’,’Y’,’Y’,’Y’,’Y’,’Y’,’Y’,’Y’,’Y’,’Y’,’Y’,’Y’,’Y’,’Y’);
    insert into db (Host,Db,User,Select_priv,Insert_priv,Update_priv,Delete_priv,Create_priv,Drop_priv,Grant_priv,References_priv,Index_priv,Alter_priv) values (‘localhost’,’gugus’,’phest’,’Y’,’Y’,’Y’,’Y’,’Y’,’Y’,’Y’,’Y’,’Y’,’Y’,’Y’);
    Anything forgotten?
    regards
    Max

    Thread Starter maxfreeman

    (@maxfreeman)

    Well that’s very simple when you want to help me. I use the http://www.apachefriends.de xampp installation which you can find here: http://www.apachefriends.org/en/xampp.html and unzip the wordrpess to ../lamp/htdcos/.
    Note to XAMPP since version 1.4.7
    Because such very new versions like PHP 5 always should be handled with care we decided to include both current versions of PHP into XAMPP: PHP 5.0.x and PHP 4.3.x. If you find out your PHP application doesn’t work with PHP 5 you will be able to switch back easily to PHP 4.
    By the following command you can switch “back” to PHP 4.3.x:
    /opt/lampp/lampp php4
    And with the following command you can switch back to PHP 5.0.x:
    /opt/lampp/lampp php5
    If you forgot which version of PHP is in use simply use phpinfo() or call this command:
    /opt/lampp/lampp phpstatus
    Then run the browser and type localhost and cklick on phpadmin and add the database and the user (in database mysql -> table user) I give every permission to the user. Then I added in the table db the user with all permisson. But it isn’t running.
    Well another way, because I want to see which tables are created. Send me the Entity Relationship Modell of the tables of wordpress that would be a 1000 times easier.
    regards and thank you for your help!
    Max

    Forum: Installing WordPress
    In reply to: blank site
    Thread Starter maxfreeman

    (@maxfreeman)

    Hi everyone
    Yep this config is working for me too … many thanks to all!
    Check http://example.com/wordpress/phpinfo.php to see if your server supports MySQl, and what options php was compiled with.
    <- this was my first problem. I’ve forgotten to install the php-mysql support (shame on me). apt-get install php4-mysql 😉 fix this problem.
    this is to edit wp-config.php, and insert the line:
    dl(“mysql.so”);
    somewhere in there, for instance before the four define() calls.
    <- that was the second thing I had to change.
    regards
    Matthias, Switzerland

    Forum: Plugins
    In reply to: Change Comments
    Thread Starter maxfreeman

    (@maxfreeman)

    Hi ringmaster and podz
    Both version failed … I can still see “Comments off”. Any ideas?
    regards
    Matthias

    Forum: Plugins
    In reply to: Change Comments
    Thread Starter maxfreeman

    (@maxfreeman)

    sorry but *lol* I’m a stupid? … ehm it didn’t help me either …
    regards matthias

    Forum: Plugins
    In reply to: Change Comments
    Thread Starter maxfreeman

    (@maxfreeman)

    hmm I copied your line but it didn’t change anything. Could you help me again (perhaps a mistake on my side?)

    Forum: Plugins
    In reply to: Change Comments
    Thread Starter maxfreeman

    (@maxfreeman)

    Ok I think … that should be enough. Remove the ability to give some comments is probaply more complex.
    thank you for your help.
    regards
    Matthias

    Forum: Plugins
    In reply to: Change Comments
    Thread Starter maxfreeman

    (@maxfreeman)

    Hi podz 🙂
    – comletely remove the ability for any omments at all
    <- that’s what I want :-).
    regards
    Matthias

    Thread Starter maxfreeman

    (@maxfreeman)

    Hi podz
    First I tried it didn’t work .. but now it seems to work. Thank you for your post.
    regards
    Matthias, Switzerland

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