Topic: Problems updating to 2.2 beta from 2.1.2

Hello all, I have being using Front for like six months for my company. When I saw the new release I try to update. I made the download and proced to install the update; log onto the first company whit the admin user and try to make the upgrade system trougth Setup/Software Upgrade.

The system show the progress bar working for a short time and lather the blue arrows come; after a couple of time the arrows becomes red and a yellow triangle whit a exclamation sing inside show.

The upgrade never aplies and after that even I get back to the old front files I couldn't open the pdf report files.

Every time I try to open a report the blue arrows show, later becomes red and finally the yellow triangle and the report never openes. The pdf files is generating because I can browse the company/0/pdf_files folder and the pdf files it's there.

Can you point me on any direction of the meaning of the yellow triangle to know what to look for solve the problem. Thanks a lot.

Re: Problems updating to 2.2 beta from 2.1.2

Exclamation mark displayed means that ajax call was aborted for some reason and timeout has occurred. You can switch on error logging in config.php. Also when you temporarily switch javascript off, you should see some error messages.

Before retry you should restore database from backup file created on upgrade to get rid with possible partial db structure changes.

Janusz

Re: Problems updating to 2.2 beta from 2.1.2

Disable javascript don't trougth any error, just display a open file window. The file that it's try to open name prn_redirect.php.

Debug variables are set as follow:
$debug = 1;
$show_sql = 0;
$go_degub=1;
pdf_debug=0;

but nothing displays on screen either. Where do I have to look for the error log file¿?

Re: Problems updating to 2.2 beta from 2.1.2

To use log file you have to enable log file path in config.php. Make sure the path is writable for ww server.

Janusz