SVN 3592 snapins issues
-
Hello,
Ubuntu 13.10_64B
After update to version 3592 I noticed that I can’t add snapins to host. Added earlier snapins are visible. On host management ->Snapins I can remover existed snapins but can’t add new. Please find attached picture. I remember there was “Tick square” but no now.
Any advice appreciated
Regards
-
Do you have any errors in apache?
-
-
Hi my logs from apache error.log
error.log
Regards -
PHP Warning: require_once(../commons/base.inc.php): failed to open stream: No such file or directory in /var/www/fog/service/servicemodule-active.php on line 2
Do you have base.inc.php under /var/www/fog/commons? What are the permissions?
ls -lah /var/www/fog/commons/
Also, check /var/www/fog/lib/fog/Config.class.php has the correct username/password for mysql
cat /var/www/fog/lib/fog/Config.class.php
And check the socket php and mysql are using, they should be the same.
mysql -u root -p SHOW GLOBAL VARIABLES where Variable_name="socket"; EXIT; php -i | grep -F .default_socket
-
Found and confirmed. Fixed in SVN 3594.
-
@cml ls -lah /var/www/fog/commons/ is 644,
password for mysql is correct (no password)mysql> show global variables where Variable_name=“socket”;
±--------------±----------------------------+
| Variable_name | Value |
±--------------±----------------------------+
| socket | /var/run/mysqld/mysqld.sock |
±--------------±----------------------------+php
php -i |grep .default_socket
mysql.default_socket => /var/run/mysqld/mysqld.sock => /var/run/mysqld/mysqld.sock
mysqli.default_socket => /var/run/mysqld/mysqld.sock => /var/run/mysqld/mysqld.sock
pdo_mysql.default_socket => /var/run/mysqld/mysqld.sock => /var/run/mysqld/mysqld.sock -
@robza As tom said you can update to latest SVN
@Tom-Elliott said:
Found and confirmed. Fixed in SVN 3594.
-
Hello,
after update to version 3594 everything looks good
Thank for fast response.
Regards.
FOG forever