google-code-backups / xinc

Automatically exported from code.google.com/p/xinc
0 stars 0 forks source link

Fatal error: Class 'Xinc_Ini' not found in /usr/share/php/Xinc/Plugin/Repos/ModificationSet/Svn.php on line 41 #155

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install 2.0.0b158
2. run $ sudo /usr/bin/xinc -f /etc/xinc/system.xml -p /var/xinc/projects 
-s /var/xinc/status -w /var/xinc/projects -l /var/log/xinc.log
/etc/xinc/conf.d/Telme.xml /etc/xinc/conf.d/diy-telme.xml -o -v 7

What is the expected output? What do you see instead?
Fatal error: Class 'Xinc_Ini' not found in
/usr/share/php/Xinc/Plugin/Repos/ModificationSet/Svn.php on line 41 

add line
require_once 'Xinc/Ini.php'
to /usr/share/php/Xinc/Plugin/Repos/ModificationSet/Svn.php

Original issue reported on code.google.com by kingo...@gmail.com on 1 Apr 2008 at 10:35

GoogleCodeExporter commented 8 years ago
Thanks, stupid mistake. will be corrected in next build.

Original comment by arnos...@gmail.com on 1 Apr 2008 at 10:40

GoogleCodeExporter commented 8 years ago
fixed in build-160 please verify

Original comment by arnos...@gmail.com on 1 Apr 2008 at 11:00