Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter andyjturner

    (@andyjturner)

    The WordPress Address URL is set correct when running both URLs on Linux as I change in the DB before changing the conf file. It only seems to occur when running as a virtual host, never as the ‘default’ site which is no good as I need to host 4 sites from a single server.

    I tried another test machine, this time using a fresh LAMP install option rather than installing the packages manually – exactly the same result as the first dev server.

    Is there anything else you could suggest I check to find the cause of the issue?

    Thread Starter andyjturner

    (@andyjturner)

    <VirtualHost *:80>
    ServerAdmin webmaster@localhost
    ServerName wordpress
    DocumentRoot /var/www/wordpress

    <Directory />
    Options FollowSymLinks
    AllowOverride None
    </Directory>

    <Directory /var/www/wordpress>
    Options Indexes FollowSymLinks -MultiViews
    AllowOverride All
    </Directory>

    ErrorLog ${APACHE_LOG_DIR}/error.log

    # Possible values include: debug, info, notice, warn, error, crit,
    # alert, emerg.
    LogLevel warn

    CustomLog ${APACHE_LOG_DIR}/access.log combined
    </VirtualHost>

    Thread Starter andyjturner

    (@andyjturner)

    I think the issue is with Virtual Hosts, using the same server and using the full URL (http://xx.xx.xx.xx/wordpress) the plugin works however when using a virtual host to the same directory but using the URL http://wordpress it fails.

    Have you seen this before and do you know the solution?

    Thread Starter andyjturner

    (@andyjturner)

    *ignore – double post*

    Thread Starter andyjturner

    (@andyjturner)

    I’ve done some digging and installed a WAMP test sever – plugin working as expected… looking at the HTML on both the link for the image is <a data-slb-internal="0" data-slb-active="1" data-slb-group="2" href=""> but further down the linux server is missing <div id="slb_viewer_wrap"> from the bottom of the html – could this be the cause and if so what would be stopping this loading?

    Thread Starter andyjturner

    (@andyjturner)

    I cannot give you access to the site as the dev server has no external connections, I’ve taken a look and the jQuery version reported by jQuery.fn.jquery; is 1.10.2.

    Is there anything I can take a look at or test for that may point to the issue? Asides from the standard WordPress requirements are there any other requirements that may stop this working… it’s running on Ubuntu server with Apache2 and PHP5 (I’m assuming that since it’s client-side that the actual server config is not too important?)

    Thread Starter andyjturner

    (@andyjturner)

    I’m assuming that all criteria are met (as it’s a brand new install of WordPress with no plugin’s). Also I tested using TwentyTwelve, TwentyThirteen and TwentyFourteen with no change…

    I’ll check the jQuery version out on Monday as I have no access to the dev server at the weekend.

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