-
AuthorPosts
-
December 21, 2011 at 7:35 am #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 Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
December 21, 2011 at 9:04 am #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 FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
December 21, 2011 at 10:02 am #430666Ok, thank.
And be carreful this is our live site ! Thank in advance.
MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
December 21, 2011 at 6:58 pm #430728Hi 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 🙂
1 user says Thank You to MoonSailor for this useful post
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
December 21, 2011 at 8:03 pm #430735Ok, 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 FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
December 22, 2011 at 2:10 am #430762Hi 🙂
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 🙂
1 user says Thank You to MoonSailor for this useful post
-
AuthorPosts
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