• Hi, I’m creating a site with an already created project by another developer. I’m using localwp to consume and deploy the zip file. Having an issue starting the site up in admin mode. Error is an infinite loop issue. I would like to remove some entries in the options and post able to remove loading instructions so I can isolate the issue. Any recommendations?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Where exactly do you have the endless loop? When calling the website in your development environment or from the wp-admin there?

    Do you use the same domain for the call as the previous developer did? Does this also point to your local system? You may have to adapt the domain of the project to your environment. You can do this yourself in the database – table options for the first two entries (siteurl and home).

    Thread Starter bbimuyi

    (@bbimuyi)

    Thanks for the reply. Yes I’ve made sure that the domain is adapted to my local. I’m using localwp and imported the project so its configured correctly. There is definitely an issue with x theme. When I change the name of the folder so its ignored the problem goes away. I even created a new site and changed the theme to x and same issue. here is the one of the error messages.

    Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 8192 bytes) in?C:\Users\TrevorBrown\Local Sites\??\app\public\wp-includes\class-wp-dependencies.php?on line?260

    The message refers to a setting in the PHP settings of your local environment. You have to set the value for memory_limit higher, probably it is too low. More about it: https://blog.hubspot.com/website/wordpress-php-memory-limit

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Create site with zip file error’ is closed to new replies.