Can't modify anything

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
mrjingles
TestLink user
Posts: 7
Joined: Sun Apr 03, 2011 6:26 pm

Can't modify anything

Post by mrjingles »

Hi!

After install testlink on my server I can't modify anything. For example changing password for admin, or write an e-mail address and saving it, or create a test project. After pushing a button the page shown only the header of Testlink menu (you can see it below).
Image

How can i fix it?

Thanks.

Archlinux 2010.05 + Apache 2.2.17 + MySQL 5.0.8 + PHP 5.3.6
mrjingles
TestLink user
Posts: 7
Joined: Sun Apr 03, 2011 6:26 pm

Re: Can't modify anything

Post by mrjingles »

Is there anybody in there?
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: Can't modify anything

Post by fman »

do you understand how a forum works ? IMHO no
mrjingles
TestLink user
Posts: 7
Joined: Sun Apr 03, 2011 6:26 pm

Re: Can't modify anything

Post by mrjingles »

Hi!

Sorry for my previous message. I realy want to use TestLink for my job, but I can't find an error. On my Ubuntu it works properly, on Arch it doesn't works by some unknow reason. I don't know where I should search error.
mrjingles
TestLink user
Posts: 7
Joined: Sun Apr 03, 2011 6:26 pm

Re: Can't modify anything

Post by mrjingles »

Hi again!

I've got some error in userlog0.log:

Code: Select all

 [11/Apr/4 08:10:22][WARNING][<nosession>][GUI]
                E_WARNING
Invalid argument supplied for foreach() - in /srv/http/testlink/lib/functions/cfield_mgr.class.php - Line 104
[>>][4d997cefa3b86348955408][DEFAULT][/testlink/lib/project/projectEdit.php][11/Apr/4 08:10:23]
probably it can help to solve the problem?
mrjingles
TestLink user
Posts: 7
Joined: Sun Apr 03, 2011 6:26 pm

Re: Can't modify anything

Post by mrjingles »

Hi!

I've tried to install XAMPP application package. And via XAMPP all works properly.
Where should I find an error on my LAMP server?
mrjingles
TestLink user
Posts: 7
Joined: Sun Apr 03, 2011 6:26 pm

Re: Can't modify anything

Post by mrjingles »

Hi!

I solved my first problem which called "Can't modify anything".
I found In /var/log/httpd/error_log entry:

Code: Select all

[Sun Apr 03 17:42:44 2011] [error] [client 192.168.1.4] PHP Fatal error:  Ca    ll to undefined function iconv_strlen() in /srv/http/testlink/lib/functions/    common.php on line 1004, referer: http://192.168.1.5/testlink/lib/usermanage    ment/userInfo.php
and I uncomment in /etc/php/php.ini string:

Code: Select all

extension = iconv.so
and it was right.

But I still get message in userlog0.txt about foreach() error what should I do?
Post Reply