Hi there. Please excuse my ignorance but if my specific issue has been addressed can I not simply reinstall from the unofficial repo including the fixed extensions?
52 07/10/2017 07:29:48 am
Re: Import Transactions (154 replies, posted in Modules Add-on's)
Hello. Given that I am a PHP noob what is better?: To try and fix the extension as contemplated above or revert to the vanilla version and try and just try and sort out the pop-up problem. Does is also not make sense to involve the add-on developer? How does one do that on the forum. I am finding this a bit frustrating as FA suits our accounting needs generally very well but I really need an import facility as our accountant has become used to this simple method of dealing with bank statements and I will have difficulty in selling a reversion to manual!
53 07/07/2017 03:37:57 pm
Re: Import Transactions (154 replies, posted in Modules Add-on's)
In addition the "Undefined variable: use_popup_windows in file: /var/www/html/account/modules/import_transactions/import_transactions.php at line 68" is still there even after having replaced the module with your new one AND the mondifications suggested to mysqli and db_fetch_array.
54 07/07/2017 03:35:09 pm
Re: Import Transactions (154 replies, posted in Modules Add-on's)
Hello your message at Today 04:06:52 pm (CAT) refers. "The file includes/db/references_db.inc was in FA 2.3.x but is not there in FA 2.4.x anymore."
Thank you but how do I fix it?
55 07/05/2017 03:04:35 pm
Re: Import Transactions (154 replies, posted in Modules Add-on's)
After the above I replaced all modules with this contained in the folder FA24extensions-33822bf1787e1c92e59f44c298bf8c48b644dedf.
I also turned on debugging which shows:
include_once(../../includes/db/references_db.inc): failed to open stream: No such file or directory in file: /var/www/html/account/modules/import_transactions/import_transactions.php at line 39
include_once(): Failed opening '../../includes/db/references_db.inc' for inclusion (include_path='.:/usr/share/php') in file: /var/www/html/account/modules/import_transactions/import_transactions.php at line 39
include_once(../../includes/manufacturing.inc): failed to open stream: No such file or directory in file: /var/www/html/account/modules/import_transactions/includes/import_sales_order_ui.inc at line 14
include_once(): Failed opening '../../includes/manufacturing.inc' for inclusion (include_path='.:/usr/share/php') in file: /var/www/html/account/modules/import_transactions/includes/import_sales_order_ui.inc at line 14
Undefined variable: use_popup_windows in file: /var/www/html/account/modules/import_transactions/import_transactions.php at line 68
Any further suggestions please>
56 07/05/2017 10:35:28 am
Re: Import Transactions (154 replies, posted in Modules Add-on's)
Hello I replaced the "modules/import_transactions/includes/import_transactions.inc" file with the one from your ( import_transactions_inc.zip 9.36 kb )download and unfortunately continue to get the error: Undefined variable: use_popup_windows in file: /var/www/html/account/modules/import_transactions/import_transactions.php at line 68.
57 07/03/2017 09:41:23 am
Re: Import Transactions (154 replies, posted in Modules Add-on's)
Is it perhaps replacing sql with sqli in the opening lines of modules/import_transactions/includes/import_transactions.inc?
58 07/03/2017 09:36:54 am
Re: Importing Multiple Line Journal (5 replies, posted in Accounts Receivable)
Hello. I did the mysqli changes but how do you do the changes to "the in modules/import_transactions/includes/import_transactions.inc" please? I could not find any line containing generic db_fetch_array
59 07/01/2017 06:03:31 pm
Topic: Importing Multiple Line Journal (5 replies, posted in Accounts Receivable)
I have FA 2.4.1 installed on a local server under Ubuntu Server 16.04 and installed and activated the Import Multiple Journal Entries extension.
I am trying to take on a new company in the middle of the financial year.
I successfully set up the opening balances and want to now import the various expenses through the bank as a multi line journal. I set the format as per Ross Addison's template but when I try and run the extension I get:
Undefined variable: use_popup_windows in file:
/var/www/html/account/modules/import_transactions/import_transactions.php at line 68
and
Uncaught Error: Call to undefined function mysql_fetch_assoc() in
/var/www/html/account/modules/import_transactions/includes/import_transactions.inc:643
I am afraid I am a bit of a noob when it comes to PHP and MySql. Can anyone help me with what is going on here and how I fix please?
Regards