Click Posted September 11, 2022 Posted September 11, 2022 Hello, i have installed Froxlor with all green word and this in orange: File was saved in /tmp/fx2ILl6L, please move to /var/www/froxlor/lib/userdata.inc.php# but in my tmp i have this: systemd-private-6dedecshgffdghfdsgfdga..........-apache2.service-p9qKqQ systemd-private-6dedecshgffdghfdsgfdga..........-dovecot.service-NcroDr systemd-private-6dedecshgffdghfdsgfdga..........-ntp.service-RjR7cw I cant login in panel, and i redirect to the page for installation, but if i retry the installation have this see image: Thanks for your help. PS: before install i make this: update mysql.user set password=password('YOUR_MYSQL_ROOT_PASSWD') where user='root'; update mysql.user set plugin='' where user='root'; flush privileges;
0 d00p Posted September 11, 2022 Posted September 11, 2022 Just chown the whole froxlor directory to your webserver user, e.g. chown -R www-data: /var/www/froxlor And you won't have the problem with the userdata.inc.php file not being created correctly.
0 Click Posted September 11, 2022 Author Posted September 11, 2022 Thanks for answer, i make chown but i cant login, do i have to reinstall everything?
0 d00p Posted September 11, 2022 Posted September 11, 2022 Well the tipp was for the installation yes. If you somehow don't have the generated credentials file in /tmp if you can remember your passwords for the mysql users, you can manually create the file nano /var/www/froxlor/lib/userdata.inc.php and put the following content in it, adjust your passwords of course <?php //automatically generated userdata.inc.php for Froxlor $sql['host']='127.0.0.1'; $sql['user']='froxlor'; $sql['password']='PASSWORD'; $sql['db']='froxlor'; $sql_root[0]['caption']='Default'; $sql_root[0]['host']='127.0.0.1'; $sql_root[0]['user']='root'; $sql_root[0]['password']='ROOT_PASSWORD'; ?>
0 Click Posted September 11, 2022 Author Posted September 11, 2022 Thank you very mutch 😃 now working great!
0 Click Posted September 11, 2022 Author Posted September 11, 2022 Thank you very mutch 😃 now working great!
Question
Click
Hello,
i have installed Froxlor with all green word and this in orange:
File was saved in /tmp/fx2ILl6L, please move to /var/www/froxlor/lib/userdata.inc.php#
but in my tmp i have this:
systemd-private-6dedecshgffdghfdsgfdga..........-apache2.service-p9qKqQ
systemd-private-6dedecshgffdghfdsgfdga..........-dovecot.service-NcroDr
systemd-private-6dedecshgffdghfdsgfdga..........-ntp.service-RjR7cw
I cant login in panel, and i redirect to the page for installation, but if i retry the installation have this see image:
Thanks for your help.
PS: before install i make this:
update mysql.user set password=password('YOUR_MYSQL_ROOT_PASSWD') where user='root';
update mysql.user set plugin='' where user='root';
flush privileges;
5 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now