Are there further requirements?

Asked by Stefan

Hi, I just installed xibo on 2 different servers and are still unable to use it properly on both (1: RHEL5, PHP 5.2.x; 2: CentOS5.2 PHP 5.1.6). I can't design or add media or ... .
I believe something relevant is missing in my server configuration but it is hard to find what. All "known" requirements are met and the installer didn't show any issue at last.

Thanks in advance for pushing me in the right direction

Stefan

Question information

Language:
English Edit question
Status:
Solved
For:
Xibo Edit question
Assignee:
No assignee Edit question
Solved by:
Stefan
Solved:
Last query:
Last reply:
Revision history for this message
Alex Harrington (alexharrington) said :
#1

Stefan

If you can wait a day or so, we'll be releasing 1.0.0 which has a new tool for collecting debug information and will make tracking this down easier.

Failing that, you can edit line 25 of lib/include.php to:

ini_set('display_errors', 1);

And try again....

Cheers

Alex

Revision history for this message
Stefan (st-haack) said :
#2

Well, seems I'm right.
e.g.:
Fatal error: Class 'DOMDocument' not found in /var/www/html/xibo/lib/pages/layout.class.php on line 1152

Revision history for this message
Alex Harrington (alexharrington) said :
#3

Thanks Stefan

I think you need to install the php-xml rpm for your distro. I'm not a Fedora/Redhat user so I can't be more specific than that.

Assuming that works, I'll convert this to a bug so we put a check in 1.0.0 for the appropriate extension.

Cheers

Alex

Revision history for this message
Stefan (st-haack) said :
#4

Yep, it works now. Thanks for support.