Pydio 8 - Warning=The conf.sql driver is missing a mandatory option USERS_DIRPATH!

Hello,

We upgraded our Pydio 7 installation to Pydio 8 and I noticed this waring in the log: Warning=The conf.sql driver is missing a mandatory option USERS_DIRPATH!

Not sure what this impacts to know if anything is broken.

Ron

Hi,
could you do the following :

DEBUG MODE PYDIO

Go to conf/bootstrap_context.php .
Switch this line to true : 
define("AJXP_SERVER_DEBUG" , true);

it will give a better understanding of the error,

Below is what I believe is the relevant lines from the log have turning on debug mode.

Jun 4 23:14:05 ip-***-***-***-*** apache2[15245]: .***.***.***#011myusername#011Deprecated#011Starting process and sending output dev null
Jun 4 23:14:06 ip-***-***-***-
php[15305]: PHP_CLI#011myusername#011Pydio\Core\Services\AuthService#011Log In#011context=API
Jun 4 23:14:06 ip-***-***-***-*** php[15305]: PHP_CLI#011myusername#011Pydio\Conf\Sql\SqlUser#011getTemporaryData#011Warning=The conf.sql driver is missing a mandatory option USERS_DIRPATH!
Jun 4 23:14:06 ip-***-***-***-*** php[15305]: message repeated 2 times: [ PHP_CLI#011myusername#011Pydio\Conf\Sql\SqlUser#011getTemporaryData#011Warning=The conf.sql driver is missing a mandatory option USERS_DIRPATH!]
Jun 4 23:14:06 ip-***-***-***-*** php[15305]: PHP_CLI#011myusername#011Pydio\Conf\Sql\SqlUser#011setTemporaryData#011Warning=The conf.sql driver is missing a mandatory option USERS_DIRPATH!
Jun 4 23:14:06 ip-***-***-***-*** php[15305]: PHP_CLI#011myusername#011Pydio\Conf\Sql\SqlUser#011getTemporaryData#011Warning=The conf.sql driver is missing a mandatory option USERS_DIRPATH!

Hi,
could you tell me the OS, php and mysql versions.

Hi, Sorry for the delay. I didn’t get a notice that there was a reply.

We are encountering this on our Pydio 7 as well as Pydio 8.

Pydio 7 Install
Ubuntu 14.04.5
PHP 5.6.30-5+ded.sury.org-trusty+2
MySQL 5.6.34

Pydio 8 Install
Ubuntu 16.04.4
PHP 5.6.35-1+ubuntu12.04.1+ded.sury.org-+1
MySQL 5.6.34

We are using ftp as the filesystem and when dragging a folder structure to upload the above error does not occur when the folder is created. It occurs when a file is uploaded.

Ron

Hello @zayn,

We are still experiencing this issue and have not been able to identify where it is coming from. Any further suggestions?

Best regards,
Ron

Hi,
could you please show me your webserver logs /var/log/<your webserver>/ and also could you clear your pydio’s cache by doing rm -f /<your pydio>/data/cache/plugins_* and rm -f /<your pydio>/data/cache/i18n/*.

Hi,
I tried clearing the cache per your directions but I am still seeing the errors being written to syslog.

Which of the apache logs do you want and where can I upload them so they are private?

Hi,
if possible i would like to see the most recent apache errors.logs. ( you can blur all the sensitive informations )