Menu

Fatal Error - Editing a User for Repos

Help
2006-08-08
2013-05-01
  • ccarpinteri

    ccarpinteri - 2006-08-08

    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

     
    • AlabamaPaul

      AlabamaPaul - 2006-08-08

      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

       
      • ccarpinteri

        ccarpinteri - 2006-08-08

        I had the XML_Parser but not the VersionControl_SVN-0.3.0alpha1, so installed that and everything is working, thanks!

         
    • Thomas

      Thomas - 2007-02-23

      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

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.