[TYPO3-ect] Re: [TYPO3-extension-coordination] Quickstart and testsite packages for TYPO3 4.0
Jeff Segars
jsegars at alumni.rice.edu
Wed Dec 21 21:07:49 CET 2005
>> There are two issues that need a little more investigation.
>>
>> 1) When running the import of Testsite on my local install, I bumped up
>> against PHP's maximum_execution_time of 30 seconds. Once I raised this
>> limit, the import worked properly but if it affects many users its
>> probably unreasonable to expect them to change this.
>
> I think you can set this from within a PHP script:
>
> ini_set('max_execution_time', 300);
>
> Didn't try it, but make the test. Add it on top of typo3conf/localconf.php
> and IF it works, we can hardcode such a setting on top of the impexp
> module.
Thanks for the tip Michael! That did the trick on my local install. I
know it is possible that hosts can disable init_set but I'm not sure if
its common in practice. Do you have any idea?
> There are a lot of setting, yes. Maybe we need a small tutorial therfore?
> What about a little GIF animation like it is already done in the extension
> "quickhelp"?
That sounds like a very good idea, especially if the time/manpower to
create a simplified wizard is limited.
More information about the TYPO3-team-extension-coordination
mailing list