Tue Oct 4 19:54:52 2005

Ticket #1489 (Closed: fixed)

please update the php include path


Priority: high Reporter: fgerlits
Severity: trivial Assigned to: tomash
Component: storage server Status: closed
Version: 1.0 Resolution: fixed
Milestone: 1.1.x Keywords:  

Description by fgerlits:

Moving the modules directory under src/modules has broken pretty much all php modules, because the include path is now missing a "/..".

For example:

$ make -C src/modules/storageServer/ db_clean
make: Entering directory `/home/fgerlits/src/livesupport/src/modules/storageServer'
cd var/install; php -q uninstall.php
Warning: main(XML/Util.php): failed to open stream: No such file or directory in /home/fgerlits/src/livesupport/src/modules/storageServer/var/MetaData.php on line 34
Fatal error: main(): Failed opening required 'XML/Util.php' (include_path='.:/home/fgerlits/src/livesupport/src/modules/storageServer/var/../../../usr/lib/pear:.:/usr/lib/php/:/usr/share/pear/') in /home/fgerlits/src/livesupport/src/modules/storageServer/var/MetaData.php on line 34
make: *** [db_clean] Error 255
make: Leaving directory `/home/fgerlits/src/livesupport/src/modules/storageServer'

Attachments

Changelog

Tue Oct 4 20:43:44 2005: Modified by tomash

  • resolution set to fixed
  • status changed from new to closed

The '/..' added to pear path in storageServer and archiveServer.


Add/Change #1489 (please update the php include path)




Change Properties






Action