Page 1 of 2 1 2 LastLast
Results 1 to 10 of 15

Thread: Vserion 2.5.2 Lazuli Template Problems

  1. #1
    Join Date
    Jul 2004
    Posts
    35

    Default Vserion 2.5.2 Lazuli Template Problems

    When I install 2.5.2 I get a blank page using the Lazuli Template. Is anyone else having this problem? It works OK using the other template or an old version of Lazuli Template. I will try to download an other copy. and see if that is the problem.

    Thanks to all the developers/coders for all the hard work!

    Charlie

  2. #2
    Join Date
    Feb 2004
    Posts
    1,085

    Default Re: Vserion 2.5.2 Lazuli Template Problems

    I removed the top line of the file main.html and it worked on the server I am hosting.

  3. #3
    Join Date
    Jul 2004
    Posts
    35

    Default Re: Vserion 2.5.2 Lazuli Template Problems

    Quote Originally Posted by alsmith View Post
    I removed the top line of the file main.html and it worked on the server I am hosting.
    Al,

    Thanks for the quick reply! That fixed the problem!

    Charlie

  4. #4
    Join Date
    Jul 2005
    Location
    Sao Paulo, BRAZIL
    Posts
    3,763

    Default Re: Vserion 2.5.2 Lazuli Template Problems

    Quote Originally Posted by REC View Post
    That fixed the problem!
    If you want users with IE6 to see your Website, that will NOT fix the problem.
    Good reading:
    http://www.open-realty.org/bugs/inde...md=view&id=808

    Eduardo

    Open-Realty® DOCs
    We can easily forgive a child who is afraid of the dark; the real tragedy of life is when men are afraid of the light. (Plato)

  5. #5
    Join Date
    Feb 2004
    Posts
    1,085

    Default Re: Vserion 2.5.2 Lazuli Template Problems

    Eduardo, first off great to hear from you again, I trust all is well.

    ok so I put php_flag short_open_tag in the .htacces and got the dreaded 500 Internal Server Error.
    I then added the php method as suggested <?php echo '<'.'?xml version"1.0" encoding="iso-8859-1"'.'?>'; ?> and it worked.

    My issue was not related to IE6 as I am using IE7 and FF, so maybe it is not a bug, I thought that since it is included in the template the way it was and does not work that it should be corrected or removed.

  6. #6
    Join Date
    Jul 2005
    Location
    Sao Paulo, BRAZIL
    Posts
    3,763

    Default Re: Vserion 2.5.2 Lazuli Template Problems

    Hi Al!

    Yes, I am quite fine, thanks! I hope you're too!

    For sure your issue is not related to IE6, but with your host. For example, it is not a problem at all with TTech - just an example of a good hosting company!

    Words from PHP.NET (about php_short_tag): "...people have been warned for *ages* now that short tags are *not* xml-compliant, so everybody still using them should be blamed for doing so..."

    W3C words (about XML prologue): "...Such a declaration *is* required..."

    I stay with them and I see nothing to be corrected.
    But... Of course, LAZULI template can be changed. In such a way that it don't NEED (the need is related to IE6) the XML prologue.
    So what? Even so the prologue *should* (my words) be present (not only at LAZULI, but at ALL templates) once that's what W3C says so.

    Eduardo

    Open-Realty® DOCs
    We can easily forgive a child who is afraid of the dark; the real tragedy of life is when men are afraid of the light. (Plato)

  7. #7
    Join Date
    Jul 2005
    Location
    Sao Paulo, BRAZIL
    Posts
    3,763

    Default Re: Vserion 2.5.2 Lazuli Template Problems

    Quote Originally Posted by alsmith View Post
    I then added the php method as suggested <?php echo '<'.'?xml version"1.0" encoding="iso-8859-1"'.'?>'; ?> and it worked.
    Hi Al,

    Just a note about a typo I created since the start... the correct line is:
    PHP Code:
    <?php echo '<'.'?xml version="1.0" encoding="iso-8859-1"'.'?>'?>
    I missed the "=" after "version".

    Eduardo

    Open-Realty® DOCs
    We can easily forgive a child who is afraid of the dark; the real tragedy of life is when men are afraid of the light. (Plato)

  8. #8
    Join Date
    Mar 2008
    Posts
    2

    Default Re: Vserion 2.5.2 Lazuli Template Problems

    Hi Eduardo

    Quote Originally Posted by ebmarques View Post
    For sure your issue is not related to IE6, but with your host. For example, it is not a problem at all with TTech - just an example of a good hosting company!
    Sorry, but I have just upgraded to 2.5.2 and host with TTech and have the same problem

    I will try one of your fixes

    Regards

    Ashley

  9. #9
    Join Date
    Aug 2007
    Location
    German, since 1997 in Greece
    Age
    43
    Posts
    305

    Default Re: Vserion 2.5.2 Lazuli Template Problems

    Hi ebmarques's,

    I just download your Lazuli.zip from the bug tracker, and replaced it with the one from 2.5.2, bud id is not working!?
    I host with transparent

  10. #10
    Join Date
    Jul 2005
    Location
    Sao Paulo, BRAZIL
    Posts
    3,763

    Default Re: Vserion 2.5.2 Lazuli Template Problems

    Quote Originally Posted by Ashley View Post
    Hi Eduardo
    Sorry, but I have just upgraded to 2.5.2 and host with TTech and have the same problem
    I will try one of your fixes
    Regards
    Ashley
    Hi Ashley,

    At Brazil, we usually say when somebody talks too much: "Fish dies by its own mouth." - that's perfect to me. For my surprise, I found out few weeks ago, that TTech also have "php short tag" ON. Under this condition, LAZULI template will need to be modified (as commented at the page "About the Lazuli Template").
    Anyway... a new LAZULI template was written and it will not be a problem anymore. The next O-R release will have it.

    Thanks,
    Eduardo

    p.s.: also read my next post

    Open-Realty® DOCs
    We can easily forgive a child who is afraid of the dark; the real tragedy of life is when men are afraid of the light. (Plato)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts