salvazo
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Activity overview
Latest activity by salvazo-
salvazo commented,
Hi 24x7server, The application works fine with PHP 7.1 in the staging environment. According to these threads: PHP 7 - Unsupported declare 'strict_types' Error in Laravel vendor files: Warning: ...
-
salvazo created a post,
Some warnings from PHP 7.2
Hi, I'm getting these warnings and errors: PHP Warning: Unsupported declare 'strict_types' PHP Parse error: syntax error, unexpected '?', expecting variable (T_VARIABLE) It seems PHP 7 is not ...
-
salvazo created a post,
Call to undefined function apache_lookup_uri()
Hi there, Does anyone know anything about this missing function? Thanks,
-
salvazo created a post,
FTP connection from VBA is not working
Hi, I'm trying to connect to an FTP from a VBA program with this code: hConnect = InternetConnect(hInternet, _ sFtp, _ INTERNET_DE...
-
salvazo commented,
Hi Michael, I need to use this settings from DOMDocument: LIBXML_HTML_NOIMPLIED | LIBXML_HTML_NODEFDTD And are only available on version 2.7.7: PHP: Predefined Constants - Manual
-
salvazo commented,
Hi, I need to upgrade to libxml 2.7.7 or above and it's not clear how to acomplish this. I can't find more information about this particular matter on the forums. My PHP Version is 7.0.22. Thanks!
-
salvazo commented,
Hi Michael, sure. I mean additional ftp accounts are not working in passive mode by default.
-
salvazo commented,
Hi rpvw, with active transfer is working well but I need to work with passive transfer mode. I followed the instructions from infopro and works like a charm Then, additional ftp accounts are not ...
-
salvazo commented,
With the main user I only can connect by SFTP, with ftp simple I get the same error...
-
salvazo commented,
Yes I'm using the full name. I understand the SFTP connection doesn't work with ftp addon accounts, but I'm using simple ftp and the connection is refused. I can see the connection as active from F...