blank page after installation

Bug #234860 reported by Ingo Bruell
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kolab-webadmin (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

Binary package hint: kolab-webadmin

environment: Ubuntu hardy i386
package: kolab-webadmin (2.1.0-20070510-2)

after installation there is only a blank page shown.

There is an error in the file /usr/share/kolab-webadmin/admin/include/mysmarty.php the class 'Smarty.class.php' could not be find in the include directive.

Revision history for this message
Thilo Uttendorfer (t-lo) wrote :

The line in /usr/share/kolab-webadmin/admin/include/mysmarty.php
     require_once('smarty/libs/Smarty.class.php');
should be
     require_once('smarty/Smarty.class.php');

Another workaround is:
     cd /usr/share/php/smarty && ln -s . libs

Revision history for this message
ccunningham.research@gmail.com (ccunningham-research) wrote :

Thank you for this patch - I have spent hours trying to get this to work!

Alvin (alvind)
Changed in kolab-webadmin (Ubuntu):
status: New → Confirmed
Revision history for this message
waldmeister (6-launchpad-computerdichter-de) wrote :

same problem here in karmic

Revision history for this message
Mathieu Parent (sathieu) wrote :

The cause of this is a Ubuntu specificity in smarty.

See https://bugs.launchpad.net/ubuntu/+source/smarty/+bug/118793

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.