I'm trying to install the "Import Multiple Journal Entries" extension. I get the error "Could not Open" after a short period of loading. I have looked at the other forum post https://frontaccounting.com/punbb/viewtopic.php?id=4431 since they are asking about the same problem there, but nothing on that post resolves the problem.
I believe that curl is setup properly for php. Here is a section from my phpinfo
cURL support enabled
cURL Information 7.33.0
Age 3
Features
AsynchDNS Yes
CharConv No
Debug No
GSS-Negotiate No
IDN No
IPv6 Yes
krb4 No
Largefile Yes
libz Yes
NTLM Yes
NTLMWB Yes
SPNEGO No
SSL Yes
SSPI No
TLS-SRP Yes
Protocols dict, file, ftp, ftps, gopher, http, https, imap, imaps, pop3, pop3s, rtsp, scp, sftp, smtp, smtps, telnet, tftp
Host x86_64-unknown-linux-gnu
SSL Version OpenSSL/1.0.1e
ZLib Version 1.2.8
libSSH Version libssh2/1.4.3
I tried renaming .htaccess to x.htaccess in the root folder of the install
I turned on debugging and got the following output:
mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in file: /srv/http/frontaccounting/includes/db/connect_db.inc at line 27
is_dir() expects parameter 1 to be a valid path, string given in file: /srv/http/frontaccounting/includes/archive.inc at line 381
mkdir() expects parameter 1 to be a valid path, string given in file: /srv/http/frontaccounting/includes/archive.inc at line 382
gzopen(../modules/_cache/import_multijournalentries-2.3.0-4/_init/config): failed to open stream: No such file or directory in file: /srv/http/frontaccounting/includes/packages.inc at line 165
Could not open
Any thoughts. Let me know if you need more information.