After extensively checking my admin part, I took a fresh copy of ZC 1.3.9h + super_orders 3 + edit_orders 3 + admin levels, and started to compare this set of files with mine. I could not find anything that could be source of problem (I have other mods, including Birthday, Sales Report, Products Profit Margin, Price List, and so on, but nothing touching the core files or the important function files...
My server specs are :
OS Serveur : Linux imu172 2.6.27.35-imu-x86 #1 SMP Fri Sep 25 11:02:21 CEST 2009 i686
Base de Données : MySQL 5.0.84-log
Serveur HTTP : Apache
Version PHP : 5.2.14 (Zend : 2.2.0)
PHP Memory Limit: 64M
PHP Safe Mode: Off
PHP File Uploads: On
Max Size: 300M
POST Max Size: 300M
Database Data Size: 65,968 kB
Database Index Size: 1,449 kB
I thought for a while that this problem could be related to Super Orders 3, but apparently this is not the case. I can surf on the SO extensions without problem, but the behavior is always the same on Edit Orders :
- Once I click the button "Edit Order", I can reach the corresponding page.
- If I click on "Add product", I get the blank page corresponding to the error written in my previous posts
or
- If I click to go back on the "Main Page", I also get the blank page corresponding to the same error
What I don't get is that if URLs and picture links are transformed to "includes/languages/2/xxx" instead of "includes/languages/french/xxx", it means that at some point, in init_language.php, there is a mix between $_SESSION['language'] and $_SESSION['languages_id']. If the language part in the URLs was missing, link having "includes/languages//xxx", I would understand the issue, but I don't get why the wrong information (id instead of full text) is passed...
I spent 3 hours checking every file... so I think I will go to sleep now

Bookmarks