You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Erreur dans dolibarr :
Warning: Use of undefined constant upd - assumed ‹ upd › (this will throw an Error in a future version of PHP) in /monsite/dolipresta/admin/admin_dolipresta.php on line 38
modifier : if ($_GET['upd '] == 1) dans fichier dolipresta/admin/admin_dolipresta.php de dolibarr
Problème forcer catégorie erreur 500 👍
dans prestashop fichier prestashoptodolibarrpro.php
Ligne 3008 ajouter :
/*nettoyage array categories/
private function cleanCategory($cat_tab, $result = '')
{
$result = array();
The text was updated successfully, but these errors were encountered:
Erreur dans dolibarr :
Warning: Use of undefined constant upd - assumed ‹ upd › (this will throw an Error in a future version of PHP) in /monsite/dolipresta/admin/admin_dolipresta.php on line 38
modifier : if ($_GET['upd '] == 1) dans fichier dolipresta/admin/admin_dolipresta.php de dolibarr
Problème forcer catégorie erreur 500 👍
dans prestashop fichier prestashoptodolibarrpro.php
Ligne 3008 ajouter :
/*nettoyage array categories/
private function cleanCategory($cat_tab, $result = '')
{
$result = array();
The text was updated successfully, but these errors were encountered: