-
AuthorPosts
-
tamirzzz Friend
tamirzzz
- Join date:
- May 2008
- Posts:
- 117
- Downloads:
- 0
- Uploads:
- 26
- Thanks:
- 45
- Thanked:
- 1 times in 1 posts
April 30, 2011 at 11:59 am #163425Hi there,
After installing JA Teline IV and entering the site I get blank page.
I tried installing the template using quickstart, and when this was not successfull I deleted the folder and uploaded the template manually, but still it does not work.
I tried it both on Chrome and on IE.
If I change the default template to a different template, such as Beez, everything goes well.
Could you please advise?
Cheers,
Tamirzzz
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
April 30, 2011 at 3:27 pm #389153A blank page usually means a PHP error. If you have error reporting turned off this will result in a blank page. In your Admin section enable error reporting and go to the front end again to see if you can now see an error. If you do… post it here.
1 user says Thank You to scotty for this useful post
tamirzzz Friendtamirzzz
- Join date:
- May 2008
- Posts:
- 117
- Downloads:
- 0
- Uploads:
- 26
- Thanks:
- 45
- Thanked:
- 1 times in 1 posts
April 30, 2011 at 4:39 pm #389160Hi Scotty,
Switched to maximun error reporting, but still blank page.
himangi: PM on it`s way.
Cheers,
Tamirzzz
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
tamirzzz Friendtamirzzz
- Join date:
- May 2008
- Posts:
- 117
- Downloads:
- 0
- Uploads:
- 26
- Thanks:
- 45
- Thanked:
- 1 times in 1 posts
April 30, 2011 at 5:13 pm #389172<em>@phill luckhurst 237709 wrote:</em><blockquote>Do you have the JAT3 plugin installed? Do you have the JA Twitter module installed and if you do can you disable it in the Joomla back end and see if then template then springs to life.</blockquote>
Hi Phill,
Jat3 plugin is installed and enabled.
No Ja twitter plugin is installed, just to make sure, disabled all JA modules…still blank page.
Cheers,
Tamirzzz
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
tamirzzz Friendtamirzzz
- Join date:
- May 2008
- Posts:
- 117
- Downloads:
- 0
- Uploads:
- 26
- Thanks:
- 45
- Thanked:
- 1 times in 1 posts
April 30, 2011 at 6:59 pm #389190OK
now I got:
Fatal error: Maximum execution time of 50 seconds exceeded in /home/virtual/dwh/public_html/it/plugins/system/jat3/core/head.php on line 490
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
tamirzzz Friendtamirzzz
- Join date:
- May 2008
- Posts:
- 117
- Downloads:
- 0
- Uploads:
- 26
- Thanks:
- 45
- Thanked:
- 1 times in 1 posts
April 30, 2011 at 7:20 pm #389193I do not think I follow you :laugh:
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
April 30, 2011 at 8:53 pm #389205OK, max_execution_time is the time the settings in PHP are allowing for the script to run. The first time the script runs it may take longer than normal as a lot is going on so the system is stopping because it has exceeded the time it is allowed. A limit is set to to prevent faulty scripts running forever. So we need to change the amount of time allowed. Usually this is something only your host can do if you are on a shared hosting. If you have root access then it is very easy. Some hosts allow a local php.ini file and others allow you to add certaing php settings in .htaccess files.
If you have a file called .htaccess in the root of your server then try adding the following line to the beginning of it and see if it helps.
php_value max_execution_time 90
you can also try putting a file made with notepad called php.ini in the root containing the following
max_execution_time = 90
If neither of those work then you should speak to your host and they should very quickly be able to fix this.
simczak Friendsimczak
- Join date:
- May 2007
- Posts:
- 22
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
May 1, 2011 at 4:05 am #389223I have the same problem. After make teline IV default the site doen´t load or after a while shows a error like this:
Fatal error: Maximum execution time of 60 seconds exceeded in /home/public_html/plugins/system/jat3/core/head.php on line 496But if I try again, the error change to pathway.php or in a new line or just a blank page.
But I believe this is a problem with the T3 framework, because I try Teline III and the same happen. I am using joomla 1.5.
1 user says Thank You to simczak for this useful post
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
May 1, 2011 at 4:09 pm #389310The file the error occurs in will change, it all depends on how long the script is taking before it hits the 60 second limit. When you first run the script it has to do a lot of work creating the cache and resizing a lot of images etc. With Teline III and IV there is even more going on on the first runs so it can be even more critical. Please try increasing that time and you will be fine. It is not uncommon for some providors to set 300 seconds for this.
1 user says Thank You to Phill for this useful post
tamirzzz Friendtamirzzz
- Join date:
- May 2008
- Posts:
- 117
- Downloads:
- 0
- Uploads:
- 26
- Thanks:
- 45
- Thanked:
- 1 times in 1 posts
May 1, 2011 at 5:04 pm #389325Hi,
Thank you ,but it is not working :-[
I have changed the timeout to 300 and when I try to load the page, it is being loaded for several minutes and then I get the following Chrome message:
324(net::ERR_EMPTY_RESPONSE)
Cheers
1 user says Thank You to tamirzzz for this useful post
-
AuthorPosts
This topic contains 39 replies, has 7 voices, and was last updated by Phill 13 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum