Link to my site: None, as it is on my local harddrive.
SMF version: 1.1.4
TP version: v0.9.8
Theme name and version: Default theme.
Mods installed: None
Related Error messages: Fatal error: Maximum execution time of 30 seconds exceeded in C:\wamp\www\SMF\Sources\Subs-Package.php on line 1846
I'm using WAMP (http://www.wampserver.com/en/) on my local computer for testing purposes. I recently tried to add TP to a 1.1.4 SMF installation, but it fails when trying to install the package, as it takes too much time. Are there any reported successful installations of SMF+TP on WAMP? If so, I'd very much like to hear about it, and figure out what I'm doing wrong.
It should work right of box. I've had no problems with Wamp. You have any problems with other mods?
Nope. Been experimenting with mods on both 1.1.4 and on SMF 2.0, never experienced any problems that others haven't. Haven't tested that many mods yet though, but the ones I have tested always worked.
So you have a successful installation on WAMP huh? Well, I have no clue what could be causing this then. I'm using the latest version of WAMP btw...
You check the access and error logs to see if anything is output about the errors?
I once managed to install 0.9.8 using a WAMPserver. Uninstalled it and now I'm trying to install 1.05beta and this error is also happening to me.
Fatal error: Maximum execution time of 30 seconds exceeded in C:\Program Files\WampServer 2\www\smf\Sources\Subs-Package.php on line 1846
Oh and sometimes this doesn't even appear, just a white screen. Any guesses?
Quote from: Roz on July 24, 2008, 05:26:08 PM
I once managed to install 0.9.8 using a WAMPserver. Uninstalled it and now I'm trying to install 1.05beta and this error is also happening to me.
Fatal error: Maximum execution time of 30 seconds exceeded in C:\Program Files\WampServer 2\www\smf\Sources\Subs-Package.php on line 1846
Oh and sometimes this doesn't even appear, just a white screen. Any guesses?
I have the same problem!!! did anyone resolve this yet.
I want to try out T1.0.5 on my test site on my pc.
Hi
I have sorted this out.!!! ;D
In the php.ini file on my local server did I change the following:
max_execution_time =3600
max_input_time = 600
memory_limit =64M
And now TP is working!!!!!
The memory limit shouldn't need to be above 16M. Those values are WAY out of the norm, and shouldn't be required. Something else is wrong if this is happening, but if its only for local testing I suppose its OK.