This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Moved Root directory -> Page Builder loads no more

10 years ago · Last reply by wilo 10 years ago

Hi Guys,

as a hudge fan of the page builder I am facing a problem here.

I was changing my wordpress from “mysite.org/wordpress” to “mysite.org” using this manual: https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory

Works so far, i can load pages created by page builder. But now I cannot open page builder for futher editing any more. It tries to load for a second and then just displays my site. AFter searching the internet for hours I decided to ask for help.

I have changed the website URL under general settings to the URL without /wordpress/ and edited htaccess and index.php in the root folder.

<FilesMatch .php$>
SetHandler x-httpd-php5.6
</FilesMatch>
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
<?php
/**
 * Front to the WordPress application. This file doesn't do anything, but loads
 * wp-blog-header.php which does and tells WordPress to load the theme.
 *
 * @package WordPress
 */
/**
 * Tells WordPress to load the WordPress theme and output it.
 *
 * @var bool
 */
define('WP_USE_THEMES', true);
/** Loads the WordPress Environment and Template */
require( dirname( __FILE__ ) .'/wordpress/wp-blog-header.php' );

I appreciate any help.
Kind regards from Germany
Wilo

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

9
  1. Greg Priday Staff 10 years, 2 months ago

    Hi Wilo

    To confirm that everything has been moved properly, can you confirm that other plugins you have are working properly? My first guess here is that Page Builder isn’t able to load the Javascript and CSS anymore because the functions like plugin_dir_url aren’t returning the correct directory anymore.

  2. wilo 10 years, 2 months ago

    Hi Greg,

    the wordpress theme has been installed automatically by the provider into the folder /wordpress/.

    about the plugins: a contact form, my youtube embedding and a gallerie are still working and nothing seems to have changed, so I have reason to believe that plugins are still working.

    The URL is http://xn--hochzeitsfotograf-nrnberg-xwc.de The weired letters are for the “ü” in http://www.hochzeitsfotograf-nürnberg.de[/adminize%5D

    Kind regards
    Wilo

  3. wilo 10 years, 2 months ago

    No edit, hm… Just wanted to adminize the URL but I guess it didn’t work. Of course the URL is without /adminize

  4. Greg Priday Staff 10 years, 2 months ago

    Hi Wilo

    Would it be possible for you to create a temporary admin account for us so we can log in and take a look? You can create the account with the following email address:

    [email protected]

    Just navigate to UsersAdd New in your WordPress admin. Enter siteorigin for the username and [email protected] for the email address. Make sure you’ve selected Administrator for the role and enabled the Send Password field so we receive the details.

    Once we’re finished taking a look, you can delete this account. We’ll let you know when to do that.

  5. WordPress Private 10 years, 2 months ago

    This is a private message.

  6. wilo 10 years, 2 months ago

    Hi Greg,

    I have just done that and changed the page language to English. I hope you have received the admin password.

    Just let me know whether I can provide anything else.
    Thank you,
    Wilo

  7. wilo 10 years, 1 month ago

    Hi Greg,

    have u had any chance to have a look at it yet?

    If there seems to be no solution, just let me know, then I’ll work around it in some way.
    Kind regards,
    Wilo

  8. wilo 10 years, 1 month ago

    Hi Greg,

    as I am not hearing from you again and the site needs to go online, I am going to deactive page builder to find another way to create my design.

    Please let me know if you still want to give it a try and I activate it and your admin user again.

    Thanks anyway for trying!
    Wilo

  9. wilo 10 years, 1 month ago

    Greg, it is working now. I did not change anything besides upgrading wordpress and some other plugins. If it was you – thanks! :)

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread