• I can no longer upload entries to my blog. using Ecto, when I try to send, I receive this error report:
    Request with URL:
    https://nemea.meccahosting.com/~a0002afd/blog/xmlrpc.php
    and data:
    <?xml version=”1.0″ encoding=”UTF-8″?>
    <methodCall>
    <methodName>metaWeblog.newMediaObject</methodName>
    <params>
    <param>
    <value><string>1</string></value>
    </param>
    <param>
    <value><string>Admin</string></value>
    </param>
    <param>
    <value><string>******</string></value>
    </param>
    <param>
    <value><struct>
    <member>
    <name>bits</name>
    <value>REMOVED</value>
    </member>
    <member>
    <name>name</name>
    <value><string>BS19051203.jpg</string></value>
    </member>
    <member>
    <name>type</name>
    <value><string>image/jpeg</string></value>
    </member>
    </struct></value>
    </param>
    </params>
    </methodCall>

    Response:

    FURTHERMORE I can no longer LOG ONTO WP; I am told my name and password are not familiar items any longer. What could this be?!?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • It is possible your username no longer exists, or doesn’t have access to the database WordPress is accessing.
    Connect to your hosting account via cPanel (or alternative). Check if the mySQL database has the username you’ve used in your wp-config file and if that username has permissions for the WP database.

    Thread Starter dudley

    (@dudley)

    Thanks. I went to the wp-config file and there was my user name and password as before; yet, everytime I try to enter WP, I’m told my username isn’t in the database. Am I looking in the wrong place or what? This is nuts!

    You won’t solve it by lookin in WordPress files.
    If your host provides access to cPanel you can view the mySQL databases linked to your account. You can also view any users linked to that database. If a mySQL user doesn’t exist, recreate one with the same name & password as that listed in your wp-config file. Add that user to the database with permissions. Then try to reconnect to WordPress and it should work.
    If this is indeed the problem. ??

    Contact your host’s support for assistance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘ERROR MESSAGE can’t upload to blog’ is closed to new replies.