Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • goyat Friend
    #135384

    Please look at the attached image.

    This bug only appears when I log in at frontend and try to upload new images.
    Backend is OK.:((

    Joomla ver 1.5.8 is used.


    1. Ci081115105844
    bennitos Friend
    #279271

    try playing around with your image directory permissions.

    goyat Friend
    #279310

    I tried stories directory at 777 perimssion and other settings but it did not work.

    My site is Joomla ver 1.5.8

    Sherlock Friend
    #280047

    Hi
    Please kindly edit component.php (templatesja_olivine folder), change those lines:
    Change from:

    /*------------------------------------------------------------------------
    # $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.
    -------------------------------------------------------------------------*/

    // no direct access
    defined( '_JEXEC' ) or die( 'Restricted access' );
    ?>

    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.
    -------------------------------------------------------------------------*/

    // no direct access
    defined( '_JEXEC' ) or die( 'Restricted access' );
    ?>

    goyat Friend
    #280055

    Thank you. It has solved with your suggestion.:)

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

This topic contains 5 replies, has 3 voices, and was last updated by  goyat 15 years, 12 months ago.

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