• interest_period

    (@interest_period)


    Hi.

    I am running WP 4.0.1 on a
    Linux-System from Synology DS710+
    PHP Version 5.5.16
    Database-Server

    Server: Localhost via UNIX socket
    Server-Typ: MariaDB
    Server Version: 5.5.39-MariaDB – Source distribution
    Protokoll-Version: 10
    Benutzer: root@localhost
    Server Zeichensatz: UTF-8 Unicode (utf8)

    Webserver

    Apache
    Datenbase-Client Version: libmysql – mysqlnd 5.0.11-dev – 20120503 – $Id: bf9ad53b11c9a57efdb1057292d73b928b8c5c77 $
    PHP-Extension: mysqli Dokumentation

    I installed WP at the following directory
    …/web/mydir1

    I set up siteurl and home to https://mydomain1.com

    https://mydomain1.com is redirected to mydomain1.myddns.me/mydirs

    When I enter https://mydomain1.com into the browser I can see the WP is running.

    When I click LOG_IN I am redirected to https://mydomain1.com/wp-admin/wp-login.php where I can enter my Admin name and password.

    When giving wrong credentials I stay on that URL and can try again.

    When entereing the correct credentials, I also stay on that URL but see a blank page, no errors or warnings within the browserpage are seen, although debug is enabled in wp-config.php (and does show, when erraneous settings are done!).

    No errors are seen in the php-log (apache2-log whatever…).

    When I set I up siteurl and home to https://192.168…./mydir1 I can see my WP-Frontend, can log in and (after doing so) see the dashboard.

    What am I missing?

    Any help is highly appreciated.

    Thanks in advance.

    P.d: There exists a helping page on www.remarpro.com regarding this blank screen behaviour. They recommend to add more memory to php, disable themes and plugins and a lot more. I’ve followed all the recommendation, but still have no clue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • RossMitchell

    (@rossmitchell)

    When I see you say:

    https://mydomain1.com is redirected to mydomain1.myddns.me/mydirs

    I wonder what this means. Does it tie your localhost to using an internet service ? Your computer has everything it needs.

    In my configurations I do this in two steps:
    A) Add the name to /etc/hosts, this line would be:

    127.0.0.1 mydomain1.com
    127.0.0.1 ?www.mydomain1.com

    B) in /etc/apache2/sites-enabled/001-local
    add a block similar to:

    `
    <VirtualHost *:80>
    DocumentRoot …/web/mydir1
    ServerName mydomain1.com
    ServerAlias ?www.mydomain1.com
    </VirtualHost>
    `

    Done this way the I have absolute freedom in choosing the name, it doesn’t need to be purchased or registered anywhere.
    On any computer on the network I can add an entry in the hosts file and direct it to your server. I can do this too if I setup port forwarding at the internet gateway.

    Thread Starter interest_period

    (@interest_period)

    well, first of all: thanks for your reply!

    i own a domain, called https://mydomain1.com, so that my clients can reach my blog when typing in https://mydomain1.com into their browser.

    the machine that hosts the blog is my nas, as described above. it is connected to the internet via my internet-provider which gives a new ip-address when i establish the connection between my nas and the internet.

    in order to point https://mydomain1.com to my nas i use ddns. the ddns-url is https://mydomain1.myddns.me . At my domain provider i set up a forwarding of all requests for https://mydomain1.com to go to https://mydomain1.myddns.me/mydirs which in turn is the mydirs-subdirectory on my nas.

    the rest can be found in my first post.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘After login I get a blank screen – only when working remote’ is closed to new replies.