Ich habe gerade versucht einen Kunden manuell anzulegen. Wenn ich auf speichern gehe kommt folgende Fehlermeldung (Link nur für registrierte Nutzer sichtbar.) Im Logfile steht das: Code: 2016-07-12 13:45:11 (f528764d624db129b32c21fbca0cb8d6) USER NOTICE: "Permission denied." in C:\xampp\htdocs\gx3rc1\admin\includes\functions\general.php:177 (Details) #2 File: C:\xampp\htdocs\gx3rc1\admin\includes\functions\general.php:177 #1 File: C:\xampp\htdocs\gx3rc1\admin\includes\application_top.php:694 #0 File: C:\xampp\htdocs\gx3rc1\admin\index.php:28 Request: GET /admin/ (Details) - duration: ~104ms - server: Apache/2.4.10 (Win32) OpenSSL/1.0.1i PHP/5.6.3 - server address: 127.0.0.1 - user agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36 OPR/38.0.2220.41 - remote address: f528764d624db129b32c21fbca0cb8d6 bzw. Code: 2016-07-12 13:43:37 (f528764d624db129b32c21fbca0cb8d6) RECOVERABLE ERROR(4096): "Argument 8 passed to CustomerWriteService::createNewRegistree() must be an instance of KeyValueCollection, none given, called in C:\xampp\htdocs\gx3rc1\admin\create_account.php on line 332 and defined" in C:\xampp\htdocs\gx3rc1\GXMainComponents\Services\Core\Customer\CustomerWriteService.inc.php:95 #1 File: C:\xampp\htdocs\gx3rc1\GXMainComponents\Services\Core\Customer\CustomerWriteService.inc.php:95 Code: │ line 93: CustomerCallNumberInterface $faxNumber, │ line 94: AddressBlockInterface $addressBlock, ├─ line 95: KeyValueCollection $addonValues) │ line 96: { │ line 97: if($this->customerRepository->getRegistreeByEmail($email) != null) #0 File: C:\xampp\htdocs\gx3rc1\admin\create_account.php:332 Code: │ line 330: MainFactory::create('CustomerCallNumber', $customers_fax), │ line 331: $addressBlock ├─ line 332: ); │ line 333: } │ line 334: Request: POST /admin/create_account.php?action=edit - duration: ~285ms - server: Apache/2.4.10 (Win32) OpenSSL/1.0.1i PHP/5.6.3 - server address: 127.0.0.1 - user agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36 OPR/38.0.2220.41 - remote address: f528764d624db129b32c21fbca0cb8d6 Session: - tpl: Honeygrid - MOBILE_ACTIVE: false - language: german - languages_id: 2 - language_charset: utf-8 - language_code: de - currency: EUR - customers_status: Array ( [customers_status_id] => 0 [customers_status_name] => Admin [customers_status_image] => admin_status.gif [customers_status_public] => 0 [customers_status_min_order] => 0 [customers_status_max_order] => 0 [customers_status_discount] => 0.00 [customers_status_ot_discount_flag] => 1 [customers_status_ot_discount] => 0.00 [customers_status_graduated_prices] => 1 [customers_status_show_price] => 1 [customers_status_show_price_tax] => 1 [customers_status_add_tax_ot] => 1 [customers_status_payment_unallowed] => [customers_status_shipping_unallowed] => [customers_status_discount_attributes] => 0 [customers_fsk18] => 1 [customers_fsk18_display] => 1 [customers_status_write_reviews] => 1 [customers_status_read_reviews] => 1 ) - cart: shoppingCart Object ( [contents] => Array ( [94{1}103{2}104] => Array ( [qty] => 1.0000 [attributes] => Array ( [1] => 103 [2] => 104 ) ) ) [total] => 6.5 [weight] => 0 [cartID] => 21311 [content_type] => [tax] => Array ( [3] => Array ( [value] => 1.0378151260504 [desc] => inkl. 19% MwSt. ) ) ) - wishList: wishList Object ( [contents] => Array ( ) [total] => 0 [weight] => 0 [cartID] => [content_type] => ) - customer_id: 1 - payment: ### Session entry not present ### - shipping: ### Session entry not present ### - cartID: ### Session entry not present ### - sendto: ### Session entry not present ### - billto: ### Session entry not present ### Post: - default_address_id: - page_token: f85c65dd6d2e1fe3596ec5a286c80d0c - customers_gender: m - csID: - customers_firstname: Max - customers_lastname: test - customers_email_address: test@xxxxx.de - entry_company: - customers_vat_id: - entry_street_address: xxxx - entry_postcode: xxxxx - entry_city: xxxxx - entry_country_id: 81 - customers_telephone: - customers_fax: - status: 2 - customers_mail: no - payment_unallowed: - shipping_unallowed: - entry_password: 123456 - mail_comments: Get: - action: edit
@Gambio Hallo, ich habe heute für den Testshop die PHP Version auf 7 umgestellt. Nun bekomme ich über dem Haeder eine Fehlermeldung angezeigt. Kann sich das mal jemand ansehen?
Setz mal die Rechte für den Ordner auf 777 (alle dürfen alles). Wenn du die PHP Version änderst, kann es sein dass dein Hoster PHP unter einem anderen Systembenutzer auf dem Server ausführt, der da nicht schreiben kann. Das ist einer der wundervollen Gründe, warum man keine allgemein überall richtigen Empfehlungen für die Rechtevergabe auf Dateien und Ordner des Shopsystems vergeben kann: Das unterscheidet sich manchmal nicht nur von Hoster zu Hoster, sondern von PHP zu PHP Version beim selben.
@Wilken (Gambio) wenn das : ftpes://w008bc5d@keraworld.de/TestShop/templates/Honeygrid/styles/custom der richtige Ordner ist dann hat er schon 777
Die enthaltenen scss-Dateien hatten 644-Rechte bei dir. Ich habe die Dateien gelöscht, da sie eh neu erzeugt werden. Jetzt läufts.