Contenu récent par uschti

  1. U

    Qnap [ CulFTPFS ] [ 0.9.2.0 ] Mount remote FTP in a share of your NAS

    Hello, I installed it but is not working properly! After the module is started I can go on the address: http://myAddres:27000 and see the configuration page, until this step all ok! The problem is that this page is working only for the 5-10 seconds after the startup of the module and I think...
  2. U

    Qnap [ Qapache + PHP 7.2.26 ] [ 2.4.39 ] Apache WebServer + PHP + Extensions

    FIXXED! :D :D :D The problem was that by settings the 127.0.0.1 for the connection the mysql server was not listening on. I changed the settings of mysql server under the qnap web interface, I enabled the checkbox "Enable TCP/IP networking". Now works fine! Thanks to all Andrea
  3. U

    Qnap [ Qapache + PHP 7.2.26 ] [ 2.4.39 ] Apache WebServer + PHP + Extensions

    ok..how I can update my MySQL server for the legacy version?
  4. U

    Qnap [ Qapache + PHP 7.2.26 ] [ 2.4.39 ] Apache WebServer + PHP + Extensions

    I'm using the MariaDB, maybe is the Db version, but I see now on the forum that there are the version 5.6.22. I will try to install this version and retry, I will keep you up-to-date. Thanks Andrea
  5. U

    Qnap [ Qapache + PHP 7.2.26 ] [ 2.4.39 ] Apache WebServer + PHP + Extensions

    I also tried with the 127.0.0.1 but still doesn't work.. I used this code example to test: <?php echo mysql_error(); $connect=mysql_connect("127.0.0.1","username","password") or die("Unable to Connect"); mysql_select_db("database") or die("Could not open the db")...
  6. U

    Qnap [ Qapache + PHP 7.2.26 ] [ 2.4.39 ] Apache WebServer + PHP + Extensions

    Is the Mysql module implemented? Because I can't connect to the database :? . (the creadentials are ok, beaucause I can connect with phpMyAdmin with nginx or via shell). Merci beaucoup Andrea