Import XLS Produces White screen

1.8 related questions and discussions.
Please upgrade to LATEST 1.9.x.
No more fixes for 1.8.

Moderators: Amaradana, TurboPT, TL Developers

Locked
tfeathers
Advanced user
Posts: 19
Joined: Thu Mar 19, 2009 1:19 pm

Import XLS Produces White screen

Post by tfeathers »

I am unable to import an XLS files with testcases. I used the sample from <testlink>/docs/file_examples and clicking imported produced a white screen with no error message. What is going on? Any ideas?
tfeathers
Advanced user
Posts: 19
Joined: Thu Mar 19, 2009 1:19 pm

Post by tfeathers »

It does the same for XML Files too!!! PLEASE HELP I NEED THIS TO WORK ASAP!!
tfeathers
Advanced user
Posts: 19
Joined: Thu Mar 19, 2009 1:19 pm

Post by tfeathers »

From the userlog,

require_once(DOMDocument.class.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory - in /var/www/html/myserver/lib/functions/common.php - Line 113

-rw-rw-r-- 1 apache apache 29979 2009-04-29 17:33 common.php


So I have no clue what is going on?
amkhullar
Advanced user
Posts: 54
Joined: Wed Apr 23, 2008 5:36 am

Post by amkhullar »

I think some folder is missing from the path , check the original zip file you downloaded with the build to see which folder is missing.

Amit
tfeathers
Advanced user
Posts: 19
Joined: Thu Mar 19, 2009 1:19 pm

Post by tfeathers »

No folders or files are missing... what is going on? Is something wrong with how php is setup on the system?
amkhullar
Advanced user
Posts: 54
Joined: Wed Apr 23, 2008 5:36 am

Post by amkhullar »

check the errors at that time in apache logs

amit
tfeathers
Advanced user
Posts: 19
Joined: Thu Mar 19, 2009 1:19 pm

Post by tfeathers »

php-xml was missing... Installed fixed the problem. Install script should be updated to include a check php-xml is installed.
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

good , please give a look and send us the fix.
Locked