Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • hcharly Friend
    #133555

    Hi guys,

    I’ve just installed from quickstart (1.5.7):

    1-At front page I’ve got a blank page.
    2-Logged at backend, my install is in legacy mode. Is that nornal?

    Thanks for your help
    -Charles

    Menalto Friend
    #271555

    That is normal, since hte RS Gallery is for 1.0.xx and not 1.5. try to unzip the quickstart package and use FTP to upload the template folder to your live site?

    hcharly Friend
    #271558

    Hi Menalto,

    <em>@Menalto 81145 wrote:</em><blockquote>That is normal, since hte RS Gallery is for 1.0.xx and not 1.5. try to unzip the quickstart package and use FTP to upload the template folder to your live site?</blockquote>

    Done without success.
    Basically I’ve unzipped the quickstart and install from it.
    Have you got any other tips or hints for me?

    In advance thanks.
    -Charles

    hcharly Friend
    #271578

    Hi All,

    I re-installed and re-installed JA Avian II from Quickstart.
    The result is the same. EMPTY FRONT PAGE.
    None of the templates won’t work as Default. :((

    Just to check:
    I have then installed Joomla 1.5.7.
    Without JA Avian II, It works.

    Installed the JA Avian II template:
    I’ve got the Blank Frontend when I set the “Bright version” as default.
    Others are working.

    Seeing what is going on at quickstart, I can’t imagine the manual install and config of all the package.

    The Real problem is that I can’t change to another template, since it’s the one the users choiced for their activity and I need to get it work for them before tomorrow.

    I can PM access if needed.
    There is realy, something wrong in the quicksart package.

    Please help, this is urgent.
    Thanks.
    -Charles

    INFO:
    -server Linux
    -Php 5.2.5
    -Mysql 4.1.22 collation utf8_general_ci

    hcharly Friend
    #271748

    I am surprised and frustrated that no developer is interested in an OUT OF BOX like problem.
    Sorry that is not a good practice.

    I re-installed this JA Avian II on another server.
    Switching between templates, here are the results:
    <blockquote>JA Avian_II_m->Parse error: syntax error, unexpected T_IF in ../modules/mod_janewslight/mod_janewslight.php on line 11</blockquote>
    <blockquote>JA Avian_II_l->Parse error: syntax error, unexpected T_STRING in ../templates/ja_avian_ii_l/ja_menus/Base.class.php on line 11</blockquote>
    <blockquote>JA Avian_II_d->Parse error: syntax error, unexpected T_IF in ../modules/mod_janewslight/mod_janewslight.php on line 11</blockquote>

    What hell?
    Since saturday.
    -Charles

    Sherlock Friend
    #271794

    Hi
    sorry about late, I’m fixing that bug

    Sherlock Friend
    #271807

    Hi
    please download newest package, andtry again

    hcharly Friend
    #271842

    Hi,

    <blockquote>please download newest package, andtry again</blockquote>
    Done successfully.

    But this one <blockquote>JA Avian_II_l->Parse error: syntax error, unexpected T_STRING in ../templates/ja_avian_ii_l/ja_menus/Base.class.php on line 11</blockquote> still there in the online package.

    I fixed it in my install version adding a “n” before the comment at line 1.

    -Charles

    hcharly Friend
    #271852

    Another bug at login from frontend:
    <blockquote>Fatal error: Call to undefined function: stripos() in ../libraries/joomla/environment/uri.php on line 675</blockquote>
    Since Joomla 1.5.7 is embedded in the QuickStart package, the following may be a good idea.

    * Add this to the end of /libraries/joomla/utilities/compat/php50x.php

    if(!function_exists('stripos')) {
    function stripos($haystack, $needle, $offset = 0) {
    return strpos(strtolower($haystack), strtolower($needle), $offset);
    }
    }

    From: http://forum.joomla.org/viewtopic.php?f=430&t=324934

    -Charles

    xitje Friend
    #277511

    <em>@hcharly 81507 wrote:</em><blockquote>Hi,

    Done successfully.

    But this one still there in the online package.

    I fixed it in my install version adding a “n” before the comment at line 1.

    -Charles</blockquote>

    I have got the same error,
    But i cant see where you add the fixed line. Can you please make a copy of you lines that you changed in the Base.class.php so i can make those changes to.
    Thanks in advance.

    Sherlock Friend
    #277582

    Hi
    Edit /templates/ja_avian_ii_l/ja_menus/Base.class.php

    <?php/*------------------------------------------------------------------------
    # $JA#PRODUCT_NAME$ - Version $JA#VERSION$ - Licence Owner $JA#OWNER$
    # ------------------------------------------------------------------------
    # Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
    # @license - Copyrighted Commercial Software
    # Author: J.O.O.M Solutions Co., Ltd
    # Websites: http://www.joomlart.com - http://www.joomlancers.com
    # This file may not be redistributed in whole or significant part.
    -------------------------------------------------------------------------*/

    Change to

    <?php
    /*------------------------------------------------------------------------
    # $JA#PRODUCT_NAME$ - Version $JA#VERSION$ - Licence Owner $JA#OWNER$
    # ------------------------------------------------------------------------
    # Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
    # @license - Copyrighted Commercial Software
    # Author: J.O.O.M Solutions Co., Ltd
    # Websites: http://www.joomlart.com - http://www.joomlancers.com
    # This file may not be redistributed in whole or significant part.
    -------------------------------------------------------------------------*/

    xitje Friend
    #277633

    Thanks for the great work. Now I see what was wrong.
    I couldn’t figure out the “/n”. Thumbs up for you 🙂

Viewing 12 posts - 1 through 12 (of 12 total)

This topic contains 12 replies, has 4 voices, and was last updated by  xitje 16 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum