Customer data problem
Posted: Thu Mar 19, 2026 7:02 am
Hello everyone, I have the following problem.
I can register and log in to the shop. However, when I go to the account details at account_edit.php, the form fields are empty. At address_book.php, no default address is displayed either, and I cannot edit the address book entry. Everything is displayed in the admin panel, though. When I view $customer, I get the following:
I have: Installed version: CE Phoenix v1.1.0.6 / PHP 8.3
Does anyone have any idea what might be causing this?
Many thanks!
I can register and log in to the shop. However, when I go to the account details at account_edit.php, the form fields are empty. At address_book.php, no default address is displayed either, and I cannot edit the address book entry. Everything is displayed in the admin panel, though. When I view $customer, I get the following:
Code: Select all
customer Object ( [id:customer:private] => 13 [data:customer:private] => Array ( [0] => Array ( [firstname] => [lastname] => [name] => [country_id] => [short_name] => ) ) [unpersisted:customer:private] => Array ( ) ) Does anyone have any idea what might be causing this?
Many thanks!