I have a problem when I configure setup.php ! I read and follow instruction, extract sidocre.0.8.2.pub.tar.gz, sidocre.0.8.2.pub.theme.00.tar.gz and sidocre.0.8.2.pub.lang.en_US.tar.gz in a sub-directory of my Web server, in /home/www/html/test/dms directory, and sidocre.0.8.2.pri.tar.gz, sidocre.0.8.2.pri.theme.00.tar.gz and sidocre.0.8.2.pri.lang.en_US.tar.gz in a private directory: /home/var/sdrdata. At 'conf parameters' i set Data path at: /home/www/html/test/dms, and it says that is OK. But when I edit Database access properties, with "localhost", "sidocre", "sidocre" and "sidocre" , i've got an empty page ! At installation I create a database named sidocre, and I change, in sidocre.sql and simple.sql, the first row: I add an 'USE sidocre;' row. In mysql i create this: 'GRANT ALL PRIVILEGES ON *.* TO 'sidocre'@'localhost' IDENTIFIED BY 'sidocre' WITH GRANT OPTION;', and restart mysqld. Please tell me what is wrong ! This is an internal server, for the moment security is not a problem (i will change password, user, and database name).
Thank you!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well.. still not work :( Maybe is somethig wrong with mysql auth ? User and password ? It is something wrong in my 'GRANT PRIVILEGES' line ? I create a new database, sidocre_db, and setup.php do not accept the parameters; they are: 'localhost', 'sidocre_db', 'sidocre' and pass 'sidocre'. The setup.php page returns me old value, 'localhost' 'database' and 'root'.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hallo !
I have a problem when I configure setup.php ! I read and follow instruction, extract sidocre.0.8.2.pub.tar.gz, sidocre.0.8.2.pub.theme.00.tar.gz and sidocre.0.8.2.pub.lang.en_US.tar.gz in a sub-directory of my Web server, in /home/www/html/test/dms directory, and sidocre.0.8.2.pri.tar.gz, sidocre.0.8.2.pri.theme.00.tar.gz and sidocre.0.8.2.pri.lang.en_US.tar.gz in a private directory: /home/var/sdrdata. At 'conf parameters' i set Data path at: /home/www/html/test/dms, and it says that is OK. But when I edit Database access properties, with "localhost", "sidocre", "sidocre" and "sidocre" , i've got an empty page ! At installation I create a database named sidocre, and I change, in sidocre.sql and simple.sql, the first row: I add an 'USE sidocre;' row. In mysql i create this: 'GRANT ALL PRIVILEGES ON *.* TO 'sidocre'@'localhost' IDENTIFIED BY 'sidocre' WITH GRANT OPTION;', and restart mysqld. Please tell me what is wrong ! This is an internal server, for the moment security is not a problem (i will change password, user, and database name).
Thank you!
Hi,
"Data path" in Configuration parameters is, in your case, /home/var/sdrdata.
Change it and then let me know if this solve your problem.
Bye.
Well.. still not work :( Maybe is somethig wrong with mysql auth ? User and password ? It is something wrong in my 'GRANT PRIVILEGES' line ? I create a new database, sidocre_db, and setup.php do not accept the parameters; they are: 'localhost', 'sidocre_db', 'sidocre' and pass 'sidocre'. The setup.php page returns me old value, 'localhost' 'database' and 'root'.
Your HTTP server must have write permission to the directory set in "Data path".