Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Linux SJA V2.0 localhost problem #15935
    dmspink
    Member

    Hi

    I had the same problem with sja when running on the same machine as the database. The cause is local domain resolution that causes a translation transforms:

    In your /etc/host file you will must likely have a line for localhost like below

    use will notice that it has a domain name, your might not be localdomain but ome other name

    127.0.0.1 localhost.localdomain localhost

    a lookup of 127.0.0.1 wil give localhost.localdomain

    a lookup of localhost will resove to local.localdomain

    You must not remove the localhost.localdomain as you will find internal mail and some other services will stop working.

    You can fix the problem by putting a new root user in mysql with the host set as localhost.%

    the % is a wildcard and wll match any domain name.

    and in the sja xml file change localhost to localhost.localdomain

    sja will now work

    Hope this help explain the problem.

Viewing 1 post (of 1 total)