Frontaccounting Version 2.4.6 recently upgraded. My method for upgrading is clean install then copy whatever is missing to the new folder, meaning my modified login and logout screens, config.php, local themes, backups and also language folder.
PHP Version 7.3.6
Server version: Apache/2.4.6 (CentOS) running on a cloud VPS.
Setup has not changed in a long time.
I found this other post, which references the module I'm having problems with, but not 100% sure it's related.
Will try dev mode and update.
Thank you poncho.
Edit.
After running with dev mode activated, I get the following error:
Load denied by X-Frame-Options: https://[my website]/inventory/manage/items.php?JsHttpRequest=[numbers]-form does not permit framing.
First test used firefox browser. I just ran the test on chromium browser and the error is the following:
Refused to display 'https://[my website]/inventory/manage/items.php?JsHttpRequest=[numbers]-form' in a frame because it set 'X-Frame-Options' to 'deny'.
I have set X-Frame-Options to deny for security purposes, my understanding is that frames are used to embed and isolate 3rd party content into a website, this option helps prevent clickjacking. Is there no other way around my problem but to disable this option? I'm guessing through an .htacces file on this folder only. Are there any other modules in Frontaccounting that use frames where I should use this special .htacces file?