I had a look at the code and it seems that “y” and “n” are still used everywhere, and in some cases “p” is also queried. So rather this one place where if( $tAdministrator == 0 ) is queried and then the drop-down either 0 or 1 is written to the DB is not correct
svnusers admin right
Decprecated mcrypt module
Hello, I just installed svn-access-manager, I already set everything up correctly, but when I try to log in with the user I created in the installation, it flashes the screen and goes back to the login screen. You are experiencing this error on httpd: [Fri Apr 23 16:07:31 2021] [error] [client 10.10.10.19] PHP Warning: Invalid callback Session :: write, class 'Session' not found in Unknown on line 0, referer: http: //10.10. 10.254 / svn-access-manager / login.php [Fri Apr 23 16:07:31 2021] [error]...
unable to create repository locally in windows
SQL syntax error
Hi all, this issue is fixed in version 0.6.0.12. Best regards, Thomas
Hi, I had the same issue (after migrate to a different server and updated the database to mysql server 8.0.20), it was necessary to scape the reserved word recursive, so your query sould be like that: SELECT svn_access_rights.id AS id, svnmodule, modulepath, svnrepos. reponame, valid_from, valid_until, path, access_right, 'recursive', svn_access_rights.user_id, svn_access_rights.group_id, repopath FROM svn_access_rights, svnprojects, svnrepos WHERE (svnprojects.id = svn_access_rights.project_id)...
New release 0.6.0.12
put database field recursive into quotes
Hi, please have a look into the log files of your webserver. Maybe you do not have needed svn commands installed or they are not in your path. That's a rough guess. Cheers, Thomas
unable to create repository locally in windows
Hi, I tried to change the file permission by right clicking in /etc folder. Still this error exists. I'm using a windows 10 system. How to get rid of this problem?
Hi, I installed again but same issue, with php 7.3.4-2 and MariaDB 10.3.15, Please, some solution. BR,
Hi, I have the same problem, some solution to fix it.
SQL syntax error
INSTALL_BASE is a constant. It doesn't seem to be defined in config.php. Or is it that admin needs to hard-code these values in?
INSTALL_BASE is a constant. It doesn't seem to be defined in config.php. Or is it that admin needs to hard-code these values in?
Collection Of Repositories
Cron fix for PHP 7.0
INSTALL_BASE is a constant. Sorry won't apply the patch.
INSTALL_BASE is a constant. Sorry woun't apply the patch.
58
Cron fix for PHP 7.0
Hi, I can't reproduce this. But I do not have PHP 7.3 and I do not have MySQL 8.0.13. Maybe there's some strange behaviour of the MySQL database as I do not see a problem with the SQL Query at all.
58
OS: Ubuntu 18.04.1 LTS Apache Version: 2.4.35 PHP Version: 7.0.32 MySQL Version: 5.6.41 When I was install svn-access-manager, in the "Installation instructions" page, It always shows "Please make sure that in your php.ini file the varibale mysql.allow_persistent is set to on! Otherwise you may have problems with login after the installation. Please set the variable mysql.allow_persistent to on before you proceed with the installation. Don't forget to restart your webserver after changing the value...
New release 0.6.0.11
updated documentation
New release 0.6.0.10
updated documentation
fixed urls, user password change, typos
Hi, use mysqli during installation please. Regards Thomas
Hello, I'm trying to make SAM work - while testing database acces I kept getting Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /var/www/html/svn-access-manager/include/adodb5/drivers/adodb-mysql.inc.php:461 Stack trace: #0 /var/www/html/svn-access-manager/include/adodb5/adodb.inc.php(670): ADODB_mysql->_connect('localhost', 'svnadmin', 'sVnMAN4&', 'svnadmin') #1 /var/www/html/svn-access-manager/include/db-functions-adodb.inc.php(210): ADOConnection->Connect('localhost',...
SVN Access Manager 0.6.0.9 released
Installation Error -> MySql - `messages` table error
Currently released version 0.6.0.9 with a fix for this bug. I close this bug for now as it is fixed.
New release 0.6.0.9
fixed bug #57 to make installer work. Removed duplicated favicon link.
Installation Error -> MySql - `messages` table error
Hi, thanks for pointing me to that. Just overlooked that during copy of create statement.
Installation Error -> MySql - `messages` table error
New release 0.6.0.8
updated docs, fixed favicons
Add Project throws DB-Error (no description)
SVN Access Manager 0.6.0.8 released
Release 0.6.0.7
added build folder with database schemas for unit tests
Release 0.6.0.5
fixed phpunit.xml file
Release 0.6.0.4
fixed phpunit.xml file
Release 0.6.0.3
fixed test
Release 0.6.0.2
updated phpunit.xml
Release 0.6.0.1
fixed access right list sort order
updated UPDATE documentation
updated language files, bug fixed and fixed error handling