When I try to define a group or user for a repository with:
RepositoryAdmin/user privileges/select a repository, I get this error message;
Fatal Error
[2] UserPrivilegesEditPage::require_once(VersionControl/SVN.php) [userprivilegeseditpage.require-once]: failed to open stream: No such file or directory (@line 201 in file /srv/www/htdocs/svnmanager/svnmanager/RepositoryModule/UserPrivilegesEditPage.php).
Debug Backtrace
Yes, I am running svnmanager under Ubuntu and have installed the php-pear package. A lot of files were installed. But I have no idea, how I could verify it really works.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I think, this is a nice tool. But I found a bug:
When I try to define a group or user for a repository with:
RepositoryAdmin/user privileges/select a repository, I get this error message;
Fatal Error
[2] UserPrivilegesEditPage::require_once(VersionControl/SVN.php) [userprivilegeseditpage.require-once]: failed to open stream: No such file or directory (@line 201 in file /srv/www/htdocs/svnmanager/svnmanager/RepositoryModule/UserPrivilegesEditPage.php).
Debug Backtrace
#1 UserPrivilegesEditPage.php:201 -- pradoErrorHandler(...)
#2 UserPrivilegesEditPage.php:201 -- UserPrivilegesEditPage::onLoad()
#3 TControl.php:419 -- UserPrivilegesEditPage->onLoad(...)
#4 TPage.php:1079 -- TControl->onLoadRecursive(...)
#5 TPage.php:955 -- TPage->onLoadRecursive(...)
#6 TApplication.php:483 -- TPage->execute()
#7 index.php:5 -- TApplication->run()
Did you install the pear package VersionControl_SVN (see docs)?
Hi mverkerk,
thank you for your fast reply.
Yes, I am running svnmanager under Ubuntu and have installed the php-pear package. A lot of files were installed. But I have no idea, how I could verify it really works.
Hi!
Since the error message you got explicitly says: Can't find VersionControl/SVN.php, something must have gone wrong with installing the pear package.
On my system the package resides at the following location:
/usr/share/php/VersionControl
In order to install this package:
sudo pear install -a VersionControl_SVN-beta
Marijn