I understand you have to download now the 2.4.9 version from SourceForge and install it again and it should work.

----------
install/isession.incDiffSwitch to side-by-side view
--- a/install/isession.inc
+++ b/install/isession.inc
@@ -31,7 +31,7 @@
//
function strip_quotes($data)
{
-    if(get_magic_quotes_gpc()) {
+    if(version_compare(phpversion(), '5.4', '<') && get_magic_quotes_gpc()) {
        if(is_array($data)) {
            foreach($data as $k => $v) {
                $data[$k] = strip_quotes($data[$k]);

Hello Cedrick! Are you using 2.4.9 version? It's supposed to working well in this version.

Genius!!!! It works perfectly, thanks a million!

Thanks a lot! I will follow your advice!

I am serving FrontAccounting on Ubuntu on a Nginx server and I have the problem with PHP version and I don't know how to handle it, I have the following problems:

PHP v.7.0: mysqli_connect(): The server requested authentication
PHP v.7.4: Trying to access array offset on value of type bool En archivo : /var/www/..../admin/db/tags_db.inc en la línea80
PHP v.8.0: A lot of message with deprecated functions.

I set 7.4 because although the problem it is working, can you help me to know what should I do?. Thanks in advance.

Actually you are right, the Database Scheme Version is 2.4.1, how can I upgrade from 2.3.26?

First of all, thanks a lot for your help. I am running 2.4.9 version, @kvvaradha is right the system shows me transaction with $ 0 values to allocate and I don't want to.

One thing to consider I see that it happens in old transactions (from 2018), new ones don't have that problem. I don't know how to attach files to show you the print screen.

Thank you very much again!

Hello everyone! When I list transactios with customers to allocate payment, the system list me a lot of cases with $ 0 left to Allocate. They shouldn't be listed, how can I solve this? Thanks

9

(1 replies, posted in Report Bugs here)

I see it was solve in the forum "Bug in Customer Payments Recording" where it is described this solution:

I found the solution to this is to add 3rd argument in function call get_customer_trans() in /includes/ui/allocation_cart.inc as below on Line#399

$trans = get_customer_trans($_SESSION['alloc']->allocs[$counter]->type_no, $_SESSION['alloc']->allocs[$counter]->type, $_SESSION['alloc']->person_id);

10

(1 replies, posted in Report Bugs here)

Hello everyone, I installed 2.4.9 this month and now I am having problems on Clients Payment. It seems the new check that From Accounting have in this version detect duplicated record. How can I solve this problem.

This is what the system report:

/var/www/numerillos.com.ar/sales/includes/db/cust_trans_db.inc:213:    display_backtrace()
/var/www/numerillos.com.ar/includes/ui/allocation_cart.inc:399:    get_customer_trans('762','0')
/var/www/numerillos.com.ar/sales/customer_payments.php:222:    check_allocations()
/var/www/numerillos.com.ar/sales/customer_payments.php:236:    can_process()
ERROR DE BASE DE DATOS : duplicate debtor transactions found for given params
sql that failed was : SELECT trans.*,ov_amount+ov_gst+ov_freight+ov_freight_tax+ov_discount AS Total,cust.name AS DebtorName, cust.address, cust.curr_code, cust.tax_id, trans.prep_amount>0 as prepaid,com.memo_, branch.* FROM 0_debtor_trans trans LEFT JOIN 0_comments com ON trans.type=com.type AND trans.trans_no=com.id LEFT JOIN 0_shippers ON 0_shippers.shipper_id=trans.ship_via, 0_debtors_master cust, 0_cust_branch branch WHERE trans.trans_no='762' AND trans.type='0' AND trans.debtor_no=cust.debtor_no AND branch.branch_code = trans.branch_code

11

(7 replies, posted in Installation)

Thanks a lot! I will take into account in the future.

12

(7 replies, posted in Installation)

Thaaaaanks a lot! I found the solution. I checked the log file and I saw this:

class.graphic.inc:230: Unhandled exception [0]: Call to undefined function imagecreatetruecolor().

And the solution was to install this complement in php

sudo apt-get install php7.0-gd.

13

(7 replies, posted in Installation)

I have information and there is a lot . Actually I see the table of ranking of sales (for example) but not the chart.
I think it has happened to me in the past but I don't remember how was the solution
I hope  you can help me. Thanks

14

(7 replies, posted in Installation)

Hi Everyone! I have juste installed the 2.4.8 version and everything is working right but there is just one exception, I can't see the charts (graphics) in each dashboard. I can't find what is missing to be installed.

I hope you can help me. Thanks.

15

(4 replies, posted in Translations)

Thanks a lot to everyone. I just needed to restart php7 component. I had restart mysql and nginx but I didn't know a restart was needed on php7. Thanks for your help

16

(4 replies, posted in Translations)

It seems there is no way (or an easy one) to setup languages in NGINX. I could make everything work fine in Apache, but it is not happening in NGINX, I think the directories are not the same in both servers.

I installed everything I found here, setting locales and Frontaccounting is not finding the languages I set.

Pleaaaase can you help me?. Thanks

17

(40 replies, posted in Translations)

Good night, I'm experiencing problems at changing my language, I'm using Spanish (Argentina) correctly, but when I want to change it to Spanish (Spain) it changes to English. What could be happening?. The extrange thing is the problem occurs just on my PC (through xampp) but that works correctly in my webpage.
And if I want to add new traslation I can't see the changes in the program, I'm keep to update transalations for you but I don't know how to it. I await for your response, thanks in advance!

18

(40 replies, posted in Translations)

Hi everyone! I'm interested in traslation in Spanish Spain and Argentina. I noticed there are many items who are not traslated.

I just don't know how to do it, can you give me a clue. I tried completing the empty quotation marks on .po files.

I await for your response, your program is amazing. Thanks