1.6.3 Data Migration to 1.8.3 getting a FATAL Error

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
PeterLSD
TestLink user
Posts: 3
Joined: Thu Aug 06, 2009 3:10 pm

1.6.3 Data Migration to 1.8.3 getting a FATAL Error

Post by PeterLSD »

Hi

I've successfully created a new instance of testlink 1.8.3 and am trying to migrate 1.6.3 data.

I'm getting FATAL error when I submit this page

http://10.97.244.13:8080/testlink_1.8/i ... to%201.7.x


Fatal error: Call to undefined function lowercase() in C:\wamp\www\Testlink_1.8\install\migration\migrate_16_to_17.php on line 24

can anyone help please!!
PeterLSD
TestLink user
Posts: 3
Joined: Thu Aug 06, 2009 3:10 pm

Re: 1.6.3 Data Migration to 1.8.3 getting a FATAL Error

Post by PeterLSD »

PeterLSD wrote:Hi

I've successfully created a new instance of testlink 1.8.3 and am trying to migrate 1.6.3 data.

I'm getting FATAL error when I submit this page

http://10.97.244.13:8080/testlink_1.8/i ... to%201.7.x


Fatal error: Call to undefined function lowercase() in C:\wamp\www\Testlink_1.8\install\migration\migrate_16_to_17.php on line 24

can anyone help please!!
I'm also getting this error on PHP configuration

Checking Postgres Database Failed! Postgres Database cannot be used.

Any idea what I need to do to resolve?
PeterLSD
TestLink user
Posts: 3
Joined: Thu Aug 06, 2009 3:10 pm

Post by PeterLSD »

Can anyone help with this please?

I'm getting this in the check script page

Checking Postgres Database Failed! Postgres Database cannot be used.

I have a successful installation of 1.8.3 running and am trying to migrate data from 1.6.3 but cannot get past this screen error.

WAMP 2.0
PHP 5.2.6

Testlink Migration

Testlink Migration will carry out a number of checks to see if everything's ready to start the process.


System requirements
Server Operating System (no constrains) WINNT
PHP version OK ( 5.2.0 [minimum version] <= 5.2.6 [your version] )

Web and PHP configuration
Maximum Session Idle Time before Timeout 24 minutes and 0 seconds - (Short. Consider to extend.)
Checking max. execution time (Parameter max_execution_time) 30 seconds - We suggest 120 seconds in order to manage hundred of test cases (edit php.ini)
Check maximal allowed memory (Parameter memory_limit) OK (128 MegaBytes)
Checking if Register Globals is disabled OK
Checking MySQL Database OK
Checking Postgres Database Failed! Postgres Database cannot be used.
Checking GD Graphic library OK
Checking LDAP library Failed! LDAP library not enabled. LDAP authentication cannot be used. (default internal authentication will works).
Checking JSON library OK
TurboPT
Member of TestLink Community
Posts: 343
Joined: Sun Dec 10, 2006 4:51 am

Post by TurboPT »

If not using PostGres DB, then that can be ignored. I don't have PostGres installed on my system at all, and I DO get the same message.

How about the first two posts? Any issues?
birbilakos
TestLink user
Posts: 1
Joined: Fri Oct 16, 2009 2:19 pm

Post by birbilakos »

Same case here:

Fatal error: Call to undefined function lowercase() in /var/www/html/testlink-1.8.4/install/migration/migrate_16_to_17.php on line 24

I grepped the code and saw no lowercase function. Where is it defined?
Post Reply