alex0nordic Posted February 24, 2021 Share Posted February 24, 2021 Howdy folks, I am encountering an issue when I am trying to add an employee to my PrestaShop page. The employee in question is supposed to have full access to the store. The problem is that the "Add an Employee" page displays in a wonky way and I am not even able to select a display language or what permissions he is supposed to have. If I try to just get the account created so I can maybe edit it afterwards, I get a "An unexpected error occurred. [PrestaShopException code 0]" error. Has anyone encountered this before? Are there any workarounds for it? Thanks in advance for the help! Link to comment Share on other sites More sharing options...
ErikSH Posted March 3, 2022 Share Posted March 3, 2022 I have the same problem. Any answer?¿ Link to comment Share on other sites More sharing options...
JBW Posted March 4, 2022 Share Posted March 4, 2022 The picture shows an old bug where wrong PHP version is used. So whats your Prestashop and PHP version?= Link to comment Share on other sites More sharing options...
ErikSH Posted March 4, 2022 Share Posted March 4, 2022 4 minutes ago, JBW said: The picture shows an old bug where wrong PHP version is used. So whats your Prestashop and PHP version?= In my case: -PS version: 1.7.6.8 -PHP version: 7.3.33 Link to comment Share on other sites More sharing options...
JBW Posted March 4, 2022 Share Posted March 4, 2022 Same issue, you need to downgrade to PHP 7.2 1 Link to comment Share on other sites More sharing options...
ErikSH Posted March 4, 2022 Share Posted March 4, 2022 16 minutes ago, JBW said: Mismo problema, necesita cambiar a PHP 7.2 Oh thanks !! I will contact the server to see if it is possible to downgrade to that version because they recommend me to NOT use a version of PHP lower than 7.3. Link to comment Share on other sites More sharing options...
JBW Posted March 4, 2022 Share Posted March 4, 2022 16 minutes ago, ErikSH said: they recommend me to NOT use a version of PHP lower than 7.3. Thats valid. You can look in upgrading your Prestashop version. But try this on a test instance first and don't forget backups Link to comment Share on other sites More sharing options...
ErikSH Posted March 4, 2022 Share Posted March 4, 2022 1 minute ago, JBW said: Eso es válido. Puede buscar en la actualización de su versión de Prestashop. Pero intente esto primero en una instancia de prueba y no olvide las copias de seguridad I have previously tried to upgrade manually as conflicts arise between my host and PS when upgrading via 1-click upgrade. But it doesn't install properly at all. The support of the template that I have installed told me this: your prestahsop upgraed did not went fine for 100% sure when try to dsiable modules there is error Quote Excepción emitida por el módulo sturls en disable. An exception occurred while executing 'SELECT t0.id_tab AS id_tab_1, t0.id_parent AS id_parent_2, t0.position AS position_3, t0.module AS module_4, t0.class_name AS class_name_5, t0.route_name AS route_name_6, t0.active AS active_7, t0.enabled AS enabled_8, t0.hide_host_mode AS hide_host_mode_9, t0.icon AS icon_10, t0.wording AS wording_11, t0.wording_domain AS wording_domain_12 FROM ps_tab t0 WHERE t0.module = ?' with params ["sturls"]: SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.route_name' in 'field list' Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now