-
AuthorPosts
-
pardus Friend
pardus
- Join date:
- February 2007
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 7
- Thanked:
- 10 times in 1 posts
May 20, 2013 at 5:48 pm #187642Hi JA Team!
I am trying new T3 Framework (J 3.x) and really LOVE it!
But after updating the system plugin 1.2.4 to 1.2.5 a problem occured. I cannot see template options on admin panel anymore! Just a blank page when I want to edit options.
When I rollback to 1.2.4 everthing was fine…
Nothing solved my problem… (Manual update etc.)
Then I decided to make a fresh install with quickstart package 1.2.5 version. But nothing changed… (No extensions, no custom settings) Still cannot reach themplate options page on admin panel 🙁
Frontend works fine!
Thanks in advance
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
May 21, 2013 at 8:00 am #493488Hi,
Your issue is really weird to us becasue I checked carefully the T3 blank template with installed T3 1.2.5 plugin, couldn’t face the same issue.
It is better if you can send me PM with your super admin login info of this testing website, I will suggest the solution to fix this issue then.Leo
1 user says Thank You to phong nam for this useful post
pardus Friendpardus
- Join date:
- February 2007
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 7
- Thanked:
- 10 times in 1 posts
May 21, 2013 at 2:28 pm #493524I have send you Leo…
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
May 22, 2013 at 7:16 am #493594Hi,
I fixed your issue with our T3 framework by replacing:
$body = preg_replace('@<forms[^>]*name="adminForm"[^>]*>(.*)</form>@msU', $buffer, $body);
with
$body = preg_replace('@<forms[^>]*name="adminForm"[^>]*>([w|W]*)</form>@msU', $buffer, $body);
in<blockquote> /plugins/system/t3/includes/core/admin.php</blockquote>
Pls check your website again !
Leo
1 user says Thank You to phong nam for this useful post
pardus Friendpardus
- Join date:
- February 2007
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 7
- Thanked:
- 10 times in 1 posts
May 22, 2013 at 12:47 pm #493639Thank you very much Leo
Problem SOLVED!
I have seen this diff while comparing versions but I didn’t understand what was this code about… This was the only change on admin.php v1.2.5
Thank you very much for the solution but I am trying to understand what was the problem? Something related with my server? Why this (new) code doesn’t work and returns with a blank page on my website?
I ask this questions because I want to be sure about future updates… Do I have to make this change to fix after all future updates?
Thanks
pardus Friendpardus
- Join date:
- February 2007
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 7
- Thanked:
- 10 times in 1 posts
May 22, 2013 at 11:47 pm #493669<em>@pardus 373864 wrote:</em><blockquote>Thank you very much Leo
Problem SOLVED!
I have seen this diff while comparing versions but I didn’t understand what was this code about… This was the only change on admin.php v1.2.5
Thank you very much for the solution but I am trying to understand what was the problem? Something related with my server? Why this (new) code doesn’t work and returns with a blank page on my website?
I ask this questions because I want to be sure about future updates… Do I have to make this change to fix after all future updates?
Thanks</blockquote>
Not solved! : (
I applied the solution to another website with the same problem (on the same server) but didn’t fix it…
What else I need to do?
Thanks
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
May 23, 2013 at 2:33 am #493677Hi,
<blockquote>I applied the solution to another website with the same problem (on the same server) but didn’t fix it…</blockquote>
Pls correct your super admin login info again, I will give you more detailed explanations* If posible, also send me admin login of your second website runs on our T3 1.2.5.
Leo
pardus Friendpardus
- Join date:
- February 2007
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 7
- Thanked:
- 10 times in 1 posts
May 24, 2013 at 4:42 pm #493870<em>@Leo Burnetts 373927 wrote:</em><blockquote>Hi,
Pls correct your super admin login info again, I will give you more detailed explanations
* If posible, also send me admin login of your second website runs on our T3 1.2.5.
Leo</blockquote>
Hi
I deleted Joomla installation from the second site…
And for the current site I made a fresh install again… I did what you told to fix again but couldn’t fix…
Admin login is activated again. (Btw how could you edit the file without FTP? I can only do it with FTP)
I think I will wait for 1.2.6 update?!?!
Thanks
filmlover Friendfilmlover
- Join date:
- March 2013
- Posts:
- 14
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
May 24, 2013 at 9:08 pm #493879I’m having a similar problem. I upgraded from Joomla 2.5 to 3.1 with T3 plugin 1.2.4 and got blank pages when I tryied to edit t3_blank template options. So I upgraded to T3 plugin 1.2.5 hoping that would fix the issue, it did not and then I found this post, tried the fix and it’s not working. Please help!
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
May 25, 2013 at 2:16 am #493889Hi, @pardus: <blockquote>And for the current site I made a fresh install again… I did what you told to fix again but couldn’t fix.</blockquote>
Yesterday, I have discussed with our T3 dev team about the weird issue on your website. He said that the incompatiblity of T3 1.2.5 is caused by your sever configuration. So, I need your super admin login to check out what is wrong with it via System Information.
@filmlover: Can you try on my solution above ?
http://www.joomlart.com/forums/topic/t3-plugin-1-2-5-update/#post-493594
Pls send me your admin login if this issue still persists.Leo
pardus Friendpardus
- Join date:
- February 2007
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 7
- Thanked:
- 10 times in 1 posts
May 25, 2013 at 12:37 pm #493945<em>@Leo Burnetts 374209 wrote:</em><blockquote>Hi, @pardus:
Yesterday, I have discussed with our T3 dev team about the weird issue on your website. He said that the incompatiblity of T3 1.2.5 is caused by your sever configuration. So, I need your super admin login to check out what is wrong with it via System Information.
@filmlover: Can you try on my solution above ?
http://www.joomlart.com/forums/topic/t3-plugin-1-2-5-update/#post-493594
Pls send me your admin login if this issue still persists.Leo</blockquote>
Leo you can login with the information I have send you before… (PM)
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
May 27, 2013 at 3:08 am #494007Hi Pardus,
I have tried to fix this template admin issue of T3 1.2.5 system plugin on your website. But, I got error when applied changes on t3.php file, Pls help me to overwrite plugins/syste/t3/includes/core/t3.php with my attached file.
Then reinstall T3 1.2.5 again, follow my 2nd reply again which I have updated my codes for it: http://www.joomlart.com/forums/topic/t3-plugin-1-2-5-update/#post-493594
* Remeber to backup your website before overwriting above file.
If the issue still persits, pls send me your FTP. It help me to apply fix quickly.Leo
filmlover Friendfilmlover
- Join date:
- March 2013
- Posts:
- 14
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
May 29, 2013 at 12:20 am #494235Hi Leo,
Sent you the admin login and I’m anxiously waiting for a fix (already tried the solution and it didn’t work).
Thanks,
filmloverphong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
May 29, 2013 at 5:53 am #494261Hi filmlover,
Your issue is fixed by updating the modules.php file in templates/t3_blank/html/.
Your wrong modifcations in this file cause the Template Manager not work well. Pls check out your backend again.Leo
1 user says Thank You to phong nam for this useful post
-
AuthorPosts
This topic contains 16 replies, has 3 voices, and was last updated by pardus 11 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum