Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter blue-suit

    (@blue-suit)

    yes I understand your trepidation and this was uploaded in rather a haste and perhaps I should have made things a little clearer.

    No this is a 64 bit version and only a 64 bit version for windows
    and yes the zip file will open in a 32 bit version of any system as it was compressed in a 32 bit version of winrar.

    This zip file is also available on Sourceforge so it assumes its credibility from there. https://sourceforge.net/projects/apache-usb-server/

    http://fossforce.com/2016/05/sourceforge-tightens-security-bitdefender-scans/

    but at the moment Sourceforge has issues on upload…and I have a ticket pending!

    As for your comment about install
    Somewhere on one of my drives I actually did as you have suggested and included pics text and necessary changes to allow for this occurence…

    you have that argument twice in the php file, search this file and remove one of the instances

    Thread Starter blue-suit

    (@blue-suit)

    Never mind OHH you havent,, it was a bitcon plugin

    Thread Starter blue-suit

    (@blue-suit)

    Sorry I get this

    ‘[29-Oct-2014 13:40:31 UTC] WordPress database error Not unique ‘table/alias: ‘MYDB_usermeta’ for query SELECT * FROM MYDB_usermeta INNER JOIN MYDB_usermeta ON MYDB_users.ID = MYDB_usermeta.user_id

    WHERE MYDB_usermeta.meta_key =’MYDB_capabilities’ made by do_action(‘user-lists_page_ameta-admin-configure’), call_user_func_array, amrmeta_configure_page, amr_rebuild_in_realtime_with_info, amr_build_user_data_maybe_cache, amr_get_alluserdata, amru_get_users

    [29-Oct-2014 13:43:44 UTC] WordPress database error Not unique table/alias: ‘MYDB_usermeta’ for query SELECT * FROM MYDB_usermeta INNER JOIN MYDB_usermeta ON MYDB_users.ID = MYDB_usermeta.user_id

    WHERE MYDB_usermeta.meta_key =’MYDB_capabilities’ made by do_action(‘user-lists_page_ameta-admin-configure’), call_user_func_array, amrmeta_configure_page, amr_rebuild_in_realtime_with_info, amr_build_user_data_maybe_cache, amr_get_alluserdata, amru_get_users

    [29-Oct-2014 13:44:21 UTC] WordPress database error Not unique table/alias: ‘MYDB_usermeta’ for query SELECT * FROM MYDB_usermeta INNER JOIN MYDB_usermeta ON MYDB_users.ID = MYDB_usermeta.user_id

    WHERE MYDB_usermeta.meta_key =’MYDB_capabilities’ made by require_once(‘**************\wp-admin\admin.php’), do_action(‘users_page_ameta-list?ulist=1’), call_user_func_array, amr_list_user_meta, alist_one, amr_try_build_cache_now, amr_build_user_data_maybe_cache, amr_get_alluserdata, amru_get_users

    [29-Oct-2014 13:44:42 UTC] WordPress database error Not unique table/alias: ‘MYDB_usermeta’ for query SELECT * FROM MYDB_usermeta INNER JOIN MYDB_usermeta ON MYDB_users.ID = MYDB_usermeta.user_id

    WHERE MYDB_usermeta.meta_key =’MYDB_capabilities’ made by require_once(‘***********\wp-admin\admin.php’), do_action(‘users_page_ameta-list?ulist=2′), call_user_func_array, amr_list_user_meta, alist_one, amr_try_build_cache_now, amr_build_user_data_maybe_cache, amr_get_alluserdata, amru_get_users’

    Thread Starter blue-suit

    (@blue-suit)

    yeah xp3 its street for xp sp3 lol

    Just spent a couple of hours playin and not a sniff in any of my error logs except when I installed a particular plugin.

    So thank you!

    One reason could be because you have already used this email before and deleted the user, but the user meta has not been deleted, so when you try and use that email again it throws up an argument saying email already in use and due to this; you will get a does not exist page when trying to use this mail or user account at login.

    So the problem you have, is you need to delete that data in the database. relating to the user and the i think its a 32 digit hexidecimal key??????
    although simple you just delete the user if you are unsure about what you are doing then this would be an unwise move if that user is the owner, only admin or super admin

    There are user meta plugins that do this for you but I have never used one so I would look for the popular ones and read what they can do

    There are also exporters and importers to and from cvs that do the same but again I dont know if they work.

    Please back up your DB and please read the instructions in this plugin

    if you have access to php my admin or mysql then the easy way is to save your database to your hard drive, open it in something like notepad++ do a search for all instances of that email address and delete them, save this as a different named sql file and re upload it to your sites database. if you recieve an error it could be due to you trying to insert tables into tables that already exist, so you have to delete the entire database (Drop) and then upload the second version again.

    only then will you be able to use that fred@fred email again.

    I think that is correct!

    <IfModule dir_module>
    DirectoryIndex index.php index.html index.htm
    </IfModule>

    This is because you were not connected to the internet when working in admin!

    Connect to the internet it goes away!

    Disconnect it comes back!

    I think

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