[TYPO3-ect] [TYPO3-extension-coordination] Quickstart and testsite packages for TYPO3 4.0
Michael Stucki
michael at typo3.org
Tue Jan 3 09:22:27 CET 2006
Hi Jeff,
>>> 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?
Maybe they can, but in that case we cannot change that. Can you please add
this "missing feature" to the bugtracker (setting the version to 4.0beta2)?
I will see if I can work on it, otherwise someone else can still write a
patch for the feature...
>> 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.
OK. Will you do that?
- michael
--
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/
More information about the TYPO3-team-extension-coordination
mailing list