Thank you Richard, this worked for me!
Hey there, I need to implement a registration-form for non-registrated users. The form should be similair to "Add User" in user_details.php. After registration the user has no (or lowest) privilleges and is unable to edit, delete or add new records to database. Hence, it is unnecessary to validate these users, though it should be possible to manage them with admin-permissions. The reason for my need is, I developed a plugin for scientific authors to automate the approval process of my institution....
Hey there, I need to implement a registration-form for non-registrated users. The form should be similair to "Add User" in user_details.php. After registration the user has no (or lowest) privilleges and is unable to edit, delete or add new records to database. Hence, it is unnecessary to validate these users, though it should be possible to manage them with admin-permissions. The reason for my need is, I developed a plugin for scientific authors to automate the approval process of my institution....
Hello, after some unsuccesfull trys installing refbase from the browser, I decided to create the database with phpMyAdmin manually. I found some "errors" in the installing.sql files, which prevents the implementation of the whole database structure. One error is caused by TYPE=MyISAM; I changed it to ENGINE=MyISAM, but not really succesfull. A second error occurs: SQL Error #1071 - Specified key was too long; max key length is 1000 bytes. This is caused from the queries table. One of the columns...
Hello, I'm trying to implement refbase on my apache2 webserver until now unsuccesful. The OS I'm using is the new Debian 9 (Stretch) distribution. I figured out that there are some differences between Jessie and Stretch. One of them is the implementation of the mysql database server. By installing packets of mysql it real installs the MariaDB 10.1 Server. I googled a bit arround and found out the mysql-server packet is just an empty transitional meta-package, which refers to the maradb-server packet....