Technology Tools for Ministry

Community

Web-Empowered Church User Community
Total Posts: 6 - Pages (1): [1]
user picture Author: Jesus de la Ossa Olivas
Posted: Mar 07 2008 - 12:08 PM
Subject: Import database
Hello, I have a problem, it is difficult to document because it does not produce error messages.
After 1-2-3 process, I have to import a database, if I select "create default database tables" all right, but if I select "wec_starter.sql" the browser go to this web: http://localhost/typo33//typo3/install/index.php?TYPO3_INSTALL[type]=database&mode=123&step=3#bottom
(in my local server) but the screen is empty, all white.
Thankyou
Author: Jeff Segars
Posted: Mar 07 2008 - 12:15 PM
Subject: re: Import database
Jesus,
This probably means that PHP error message is being generated and logged. Since its a local server, you have access to the error logs in Apache / PHP, right? If I was guessing, I'd say that the memory limit for PHP needs to be increased.

Thanks,
Jeff
user picture Author: Jesus de la Ossa Olivas
Posted: Mar 07 2008 - 01:31 PM
Subject: re: Import database
Hello Jeff, thankyou by your fast answer.
the error logs in Apache is correct.
This is my configuration of PHP5 under Apache2: 128 MB is big.

;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;

max_execution_time = 30 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
;max_input_nesting_level = 64 ; Maximum input variable nesting level
memory_limit = 128M ; Maximum amount of memory a script may consume (128MB)
Author: Jeff Segars
Posted: Mar 07 2008 - 03:43 PM
Subject: re: Import database
Jesus,
Are you saying that you already had 128 meg of memory available when the errors were occurring? That should be more than enough, so if you're still having problems it may be another issue.

Thanks,
Jeff
user picture Author: Jesus de la Ossa Olivas
Posted: Mar 07 2008 - 04:07 PM
Subject: re: Import database
Thanks Jeff
The problem was in the conf. file of php4. I thought that my Apache was worked in php5.
Sorry
Thankyou. Jesus
Author: Jeff Segars
Posted: Mar 07 2008 - 04:19 PM
Subject: re: Import database
No problem at all. Glad you hear you're up and running now
Total Posts: 6 - Pages (1): [1]
You must login to post a message to this conference.