Hello Adan, I not sure how I feel about installing it this way. I don't like having internet access depedencies. I usually like to download and install all the packages manually, but in this case I just went ahead and did it this way. You don't have to use composer if you don't want, open the file composer.json where all required packages are listed and install them manually. I think it's a wast of time because that is the purpose of composer "A dependecy manager for PHP", but it's a matter of taste....
Hello AceStrider1, the autoload.php is created by composer while installing required packages. Or, at least, it shoud be... :-p
Great Eryck, I'm glad to know that your installation is working. I'll fix the warning you reported and I'll improve the installation guide. Just for completeness, I have MariaDB 10.1.41 but I don't have that setting in my configuration. I'll try to understand why integer values like companyid are set to '' instead of NULL, so to avoid ERROR 1366 (22007): Incorrect integer value: '' for column 'companyid' at row 1 Looks like it's related to the field being set as '' and not NULL. If I change the statement...
Hello Eryck, and happy new year. Installing from scratch gives me no issues, either on editing users or modems or categories. The only thing that is not working is changing modem device: the page returns Ok but the device is not changed. I'll investigate on it. However no 500 error at all. I'm suspecting php version be the root cause... In the mean time, could you give me the output of "composer show"? I trust composer, but just to be sure we are using the same libraries versions. This is my output:...
what is the PHP you are running on yours? I have PHP 7.0.33 from Debian stretch. I'll try php 7.3.12 on my laptop and I'll let you know the results. I installed from your git I had a previous database from php5 so, actually, I never tested installing from scratch. I'll try this too, maybe I missed some steps...
It seams something wrong writing to database... maybe in MDB2 driver or in database itself. Or, perhaps, in MDB2+php7.2, I don't have a server with php 7.2 to try. If you manually change the database, do you see those changes in Avantfax? Have you set define('AFDB_ENGINE','mysqli'); (mysqli) in file include/local_config.php? Did you setup Avantfax database from sources or did you migrate it from a previous working installation in php5? Does database user (configured in include/local_config.php) have...
Hello Eryck, thank for your feedback. Can't archive faxes [...] every time I try to do that I get a 500 error from the server. GET https://server/avantfax/ajax/archivefax.php?fid=1 500 (Internal Server Error) I have the fax archived by script includes/avantfaxcron.php, so probably I didn't tested a manual archiving. Which version of PHP are you using? Which web server and version are you using? Do you have any other error message from web server log? Can't [...] change data, every time I try to do...
I succeded in sending and archving faxes with some fixes to the code. Check them out here https://github.com/droscy/avantfax