I created the users and groups via SVNManager, and then when I try to add a user to a created repos via SVNManager, I get this:
Fatal Error
[2] UserPrivilegesEditPage::onLoad(VersionControl/SVN.php) [function.onLoad]: failed to open stream: No such file or directory (@line 198 in file /var/www/html/svnmanager/svnmanager/RepositoryModule/UserPrivilegesEditPage.php).
Debug Backtrace
[2] UserPrivilegesEditPage::require_once(VersionControl/SVN.php) [function.require-once]: failed to open stream: No such file or directory (@line 198 in file /srv/WWW/svnmanager/svnmanager/RepositoryModule/UserPrivilegesEditPage.php).
Can anyone help me on this failure?
Thomas
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I created the users and groups via SVNManager, and then when I try to add a user to a created repos via SVNManager, I get this:
Fatal Error
[2] UserPrivilegesEditPage::onLoad(VersionControl/SVN.php) [function.onLoad]: failed to open stream: No such file or directory (@line 198 in file /var/www/html/svnmanager/svnmanager/RepositoryModule/UserPrivilegesEditPage.php).
Debug Backtrace
#1 UserPrivilegesEditPage.php:198 -- pradoErrorHandler()
#2 UserPrivilegesEditPage.php:198 -- UserPrivilegesEditPage::onLoad()
#3 TControl.php:419 -- UserPrivilegesEditPage->onLoad(...)
#4 TPage.php:1079 -- UserPrivilegesEditPage->onLoadRecursive(...)
#5 TPage.php:955 -- UserPrivilegesEditPage->onLoadRecursive(...)
#6 TApplication.php:483 -- UserPrivilegesEditPage->execute(...)
#7 index.php:5 -- TApplication->run()
Any ideas???
CC
CC,
SVNManager needs the VersionControl PEAR/PHP module.
SVNManager requires 2 modules: XML_Parser and VersionControl_SVN-0.3.0alpha1
For Windows perspective, to install these modules, assuming PEAR is in your path:
pear install XML_Parser
pear install VersionControl_SVN-0.3.0alpha1
This *should* be the same for Linux, but I'm not 100% certain.
Hope this helps.
Paul
I had the XML_Parser but not the VersionControl_SVN-0.3.0alpha1, so installed that and everything is working, thanks!
Hi,
I have the same problem, but i installed the pear modules:
pear list gives me a
Installed packages, channel pear.php.net:
Package Version State
Archive_Tar 1.3.2 stable
Console_Getopt 1.2.2 stable
PEAR 1.4.6 stable
Structures_Graph 1.0.2 stable
VersionControl_SVN 0.3.0alpha1 alpha
XML_Parser 1.2.8 stable
but in svnmanager the failure already exists:
link: svnmanager/index.php?page=Repository:UserPrivilegesEditPage&RepositoryID=1
[2] UserPrivilegesEditPage::require_once(VersionControl/SVN.php) [function.require-once]: failed to open stream: No such file or directory (@line 198 in file /srv/WWW/svnmanager/svnmanager/RepositoryModule/UserPrivilegesEditPage.php).
Can anyone help me on this failure?
Thomas