Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi @mochiejuns,

    My best bet would be to move the site using Duplicator (found in the plugin directory). I don’t think there’s a need to delete .htaccess, I would probably say that this may be the issue you’re seeing what you’re seeing at the moment. In any case, try doing it without step 4 and see if that helps you in any way, if not, use Duplicator.

    Cheers!

    Thread Starter mochiejuns

    (@mochiejuns)

    Hi @cspiliakos Thank you for replying, actually at first i didn’t delete the .htacess but still getting those error and prevent me to accessing wp-admin, but now i am now requesting to my lead to backup the production site using the duplicator (the access in production is limited to lead :(, ) yet thank you for the plug-in but still investigating other way while waiting for the duplicator to be use. meanwhile ill be investigation some more thing that i could find to fix my issue, i will respond here again if its already work with duplicator plug-in, thanks mate

    You’re welcome @mochiejuns, after all, we’re all here to help each other! You can also check here for more info between moving installations: https://codex.wordpress.org/Moving_WordPress.

    Cheers!

    Thread Starter mochiejuns

    (@mochiejuns)

    Hello,

    yes, I already done those steps in that link including these:

    wp-login.php can be used to (re-)set the URIs. Find this line:
    and insert the following lines below:
    //FIXME: do comment/remove these hack lines. (once the database is updated)
    update_option(‘siteurl’, ‘http://your.domain.name/the/path’ );
    update_option(‘home’, ‘http://your.domain.name/the/path’ );

    But i manage somehow to remove the error before the “headwaylayoutrenderer” by manually editing the code and guiding from here https://hotexamples.com/examples/-/Headway/-/php-headway-class-examples.html
    sadly, the error has been change, in <TITLE> it shows “Page not found ” but the page is displaying the “HOMEpAGE” broken with the CSS but not the item should be show from /wp-admin, is there redirecting that should i search? or remove/check?,, im trying to find the “routes” here but it seems the CMS like wp works differently from other framework php. by the way the “Duplicator” plug in is still on its request from my Lead. Thanks, still investigating.

    Thread Starter mochiejuns

    (@mochiejuns)

    Hi, the duplicator works fine thank you, and FYI for those who is new like me and may read this, the reason why i cant access the wp-admin because it has aio_wp_security_configs installed on it, i was wrong before when i though i have remove the plugins in database but i didn’t, anyways thank you.

    Hm, never heard WP having AIO WP Security by default on, in any case, it’s rare to not allow logins, unless certain criteria have been in effect. In any case, try to disable the plugin before initiating such transfers, in order to avoid possible issues. Of course, you can re-enable it when the transfer/backup is complete. Moreover, note that caching plugins may also interfere with what you’re seeing too, so have that in mind too for the future.

    Cheers!

    Thread Starter mochiejuns

    (@mochiejuns)

    Hi, thank you i already did that in AIO WP, im not quite familiar with those plugin but now i already got it :), speaking of cache, is it safe to delete the wp-content/cache/minify/<somefileJs>.js ?,, i mean the folder itself or the files?,,

    Thread Starter mochiejuns

    (@mochiejuns)

    Got it thanks, mark as resolved now πŸ™‚

    @mochiejuns, not really sure if it’s safe to delete cache files without invalidating it first.

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

The topic ‘accessing /wp-admin or wp-login.php’ is closed to new replies.