7981 to 8120 - stuck on "Database Schema Installer / Updater"
-
i added the information in and it worked.
localhost, root and PWD
but once i got it, it was broken in Chrome and not much better in IE
-
@ITCC Could you make a seperate thread for that with the Apache error logs included?
-
@Quazz nothing interesting in error.log since i remove mod_evasive
-
Sure can you remind me of log location.
Also i have reverted our snapshot but am happy to go through it again.
-
@Quazz i made test with 127.0.0.1 same problem
snmysqluser='root' snmysqlpass="" snmysqlhost='127.0.0.1' private static function db_settings() { define('DATABASE_TYPE','mysql'); // mysql or oracle define('DATABASE_HOST','127.0.0.1'); define('DATABASE_NAME','fog'); define('DATABASE_USERNAME','root'); define('DATABASE_PASSWORD',""); }
-
@plegrand Try restarting mysql and then apache service.
-
@Quazz i already made that without success
as the database didn’t modified may be i could downgrade ? -
@plegrand You could, I suppose, although seeing as the issue is resolved for most it might be necessary to figure out why it’s not working for you.
If you need FOG then downgrade yes.
-
@Quazz during install i’ve got this message :
########################################################################################
FOG has adjusted to using a login system to protect what can/cannot be downloaded
We have detected that you don’t have credentials defined to perform the backup
If you would like the database to be backed up during install please define
in your /opt/fog/.fogsettings filefogguiuser=‘usernameOfFOGGUI’
fogguipass=‘passwordOfFOGGUIUser’You can also re-run this installer as:
fogguiuser=‘usernameOfFOGGUI’ fogguipass=‘passwordOfFOGGUIUser’ ././installfog.sh
########################################################################################Do you think that could be the problem ?
-
@plegrand Don’t know enough about it to say for certain, but it won’t hurt to add those lines to your .fogsettings file with your webgui login credentials.
-
@plegrand All this does is allows the installer to backup the data as necessary.
-
If disabling mod_evasive allows things to work, why not just remove it?
On CentOS the command to remove would be:
yum remove mod_evasive
I don’t remember what it is for ubuntu though I would imagine something like:
apt-get purge libmod-apache2-evasive
-
@Tom-Elliott as i said before remove mod_evasive didn’t solve the problem. I thought but no.
I’m on debian stable
Do you think i can downgrade ? -
I think the main issue was indeed solved, but then there was an issue in loading DB side. The Javascript that displays the normal text was not able to be displayed as the script that handles it was loaded out of order. Should be fixed, again, in the latest.
-
Just upgrade to 5694 and same problem it stay stuck on “Database Schema Installer / Updater”
-
@davido38 Hard refresh.
-
@davido38 i just upgrade to 5694 ant it works for me
-
still the same.
the same problem here ? https://forums.fogproject.org/topic/7791/database-issue-on-latest-trunk
-
@davido38 is it displaying a message? What browser are you using?
-
Internet explorer, Firefox, Iceweasel