Viewing 7 posts - 61 through 67 (of 67 total)
  • Author
    Posts
  • buko Friend
    #430640

    Hi people
    I did follow this topic and tested all JA modules on this template, disabling JA news pro and JA Bulletin tabs working just fine. Enabling any of this two modules tabs not working. Also with this two modules enabled competitors tabs modules not working also so problem is looks like in this two modules what i find so far.

    Tested on IE8 and IE9

    Cears

    dieudonne Friend
    #430649

    <em>@Vu Tran 290428 wrote:</em><blockquote>Hi dieudonne!

    What version of ie when you check? I check in ie7, 8, 9 it’s running normal :)</blockquote>

    @ Vu Tran.
    Hello, please read previous post… the adress has change.

    <blockquote>We just put our site online.
    So the address has changed. We just PM you, and the ticket GYJ-474-74248 is updated. </blockquote>

    We PM you, twice, and we updated the ticket.

    So now can you make again a test ?

    Thank in advance.

    MoonSailor Friend
    #430662

    OK, Now I check it 🙂

    Thanks 🙂

    dieudonne Friend
    #430666

    Ok, thank.

    And be carreful this is our live site ! Thank in advance.

    MoonSailor Friend
    #430728

    Hi dieudonne 🙂

    Now, it’s fixed 🙂

    Error because permission of folder in your site. When created folder, we use default of joomla – set chmod = 755, your site not access overwrite :(.

    Now, with plg t3 framework, i change
    [PHP]@JFolder::create…[/PHP]
    as
    [PHP]@JFolder::create($path,0777)[/PHP]
    it running normal. You can check hosting of site because this will affect others errors:((

    PS : with param “Optimize Folder” i set “tmp/t3-assets” because don’t create folder in path root :confused:

    Thanks 🙂

    dieudonne Friend
    #430735

    Ok, you are the best.
    Thank you a lot for your work. 🙂

    Our host “Infomaniak” has very restrictive parameter.

    We’ll contact them to ask why.

    But we have 1 request about the change you made : with the plg t3 framework you changed
    @JFolder::create($path,0777)
    What is the name and the path of this file ?

    Thank in advance.

    MoonSailor Friend
    #430762

    Hi 🙂

    I edit in file “head.php” with path “plugins/system/jat3/jat3/core/”.

    Line 255 : change [PHP]if (!@JFolder::create($cache_path)) {[/PHP] = [PHP]if (!@JFolder::create($cache_path,0777)) {[/PHP]

    Line 402: change [PHP]@JFolder::create($cachepath);[/PHP] = [PHP]@JFolder::create($cachepath,0777);[/PHP]

    Line 704: change [PHP]if (!@JFolder::create($path)) {[/PHP] = [PHP]if (!@JFolder::create($path,0777)) {[/PHP]

    Thanks 🙂

Viewing 7 posts - 61 through 67 (of 67 total)

This topic contains 67 replies, has 7 voices, and was last updated by  MoonSailor 12 years, 11 months ago.

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