sudconnect Posted June 18, 2012 Share Posted June 18, 2012 Bonsoir, Petit problème si quelqu'un saurait m'éclairer.. Installation de prestashop, pas de soucis, tout marche, je change un peu le design, une image.. Je ne sais plus si ca c'est fait de suite, si ca a marché avec la nouvelle image ou plus, bref toute les pages : 'impossible d'accéder a la base de donnée' ... Je réinstalle, pareil, je réinstalle a nouveau, ca remarche, sauf admin: Page blanche, rien dessus... alors qu'elle marchait à la première installation... Une idée du soucis ? Je suis sous redheberg, y a php, base de donnée ... Je vous remercie de votre attention, bonne soirée. Le lien ou c'est hébergé : http://www.ambiance-relac.rd-h.fr/prestashop Link to comment Share on other sites More sharing options...
Atch Posted June 19, 2012 Share Posted June 19, 2012 Bonjour et bienvenu, Peut etre un module qui plante, activé le mode debug pour afficher les erreurs. via ftp : Prestashop/config/config.inc.php Mettre "on" au lieu de "off" pour le débug. V++ Atch Link to comment Share on other sites More sharing options...
sudconnect Posted June 19, 2012 Author Share Posted June 19, 2012 Merci, je tente voir ce qui se passe, je vous tiens au courant. Link to comment Share on other sites More sharing options...
sudconnect Posted June 19, 2012 Author Share Posted June 19, 2012 (edited) Voilà, ce que ca donne en mode debug 'on' : Page admin/index.php : Warning: include(/home/ambiance/public_html/prestashop/admin/functions.php) [function.include]: failed to open stream: No such file or directory in /home/ambiance/public_html/prestashop/admin/index.php on line 32 Warning: include() [function.include]: Failed opening '/home/ambiance/public_html/prestashop/admin/functions.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ambiance/public_html/prestashop/admin/index.php on line 32 Warning: include(/home/ambiance/public_html/prestashop/admin/header.inc.php) [function.include]: failed to open stream: No such file or directory in /home/ambiance/public_html/prestashop/admin/index.php on line 33 Warning: include() [function.include]: Failed opening '/home/ambiance/public_html/prestashop/admin/header.inc.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ambiance/public_html/prestashop/admin/index.php on line 33 Fatal error: Call to undefined function checkingTab() in /home/ambiance/public_html/prestashop/admin/index.php on line 41 Page source de admin/index.php : Ligne 32 : include(PS_ADMIN_DIR.'/functions.php'); Ligne 33 : include(PS_ADMIN_DIR.'/header.inc.php'); Ligne 41 : if ($id_tab = checkingTab($tab)) Le Morceau de code complet : (a partir de la ligne 29 ou 30) define('_PS_ADMIN_DIR_', getcwd()); define('PS_ADMIN_DIR', _PS_ADMIN_DIR_); // Retro-compatibility include(PS_ADMIN_DIR.'/../config/config.inc.php'); include(PS_ADMIN_DIR.'/functions.php'); include(PS_ADMIN_DIR.'/header.inc.php'); if (empty($tab) and !sizeof($_POST)) { $tab = 'AdminHome'; $_POST['tab'] = 'AdminHome'; $_POST['token'] = Tools::getAdminTokenLite($tab); } if ($id_tab = checkingTab($tab)) { $isoUser = Language::getIsoById(intval($cookie->id_lang)); $tabs = array(); recursiveTab($id_tab); $tabs = array_reverse($tabs); $bread = ''; foreach ($tabs AS $key => $item) $bread .= ' <img src="../img/admin/separator_breadcrum.png" style="margin-right:5px" alt=">" /> '.((sizeof($tabs) - 1 > $key) ? '<a href="?tab='.$item['class_name'].'&token='.Tools::getAdminToken($item['class_name'].intval($item['id_tab']).intval($cookie->id_employee)).'">' : '').' '.$item['name'].((sizeof($tabs) - 1 > $key) ? '</a>' : ''); Voilà, moi j'y comprends pas grand chose au php, j'avais quelques bases que j'ai zappé, si y a un moyen pour résoudre le truc ... (Surtout bizarre que ca le fasse alors que ca marchait nickel au début..) Je vous remercie par avance. Bonne après midi EDIT : Je n'ai apparemment pas les fichiers functions.php et header.inc.php dans mon dossier admin, comment ce fait il qu'ils ne se soient pas installés ?? Name Size Last Modified Type Perms ajaxfilemanager 4 KB Hier 12:06 httpd/unix-directory 0755 autoupgrade 4 KB 14 mai 2012 17:36 httpd/unix-directory 0755 backups 4 KB Hier 12:06 httpd/unix-directory 0755 import 4 KB 14 mai 2012 17:36 httpd/unix-directory 0755 tabs 4 KB Hier 12:06 httpd/unix-directory 0755 themes 4 KB Hier 12:06 httpd/unix-directory 0755 error_log 16,15 KB Aujourd'hui 13:24 text/x-generic 0644 index.php Edited June 19, 2012 by sudconnect (see edit history) Link to comment Share on other sites More sharing options...
sudconnect Posted June 19, 2012 Author Share Posted June 19, 2012 Bon, j'ai rechargé dans /prestashop le fichier /admin initial: Name Size Last Modified Type Perms ajaxfilemanager 4 KB Aujourd'hui 13:47 httpd/unix-directory 0755 autoupgrade 4 KB 14 mai 2012 17:36 httpd/unix-directory 0755 backups 4 KB Aujourd'hui 13:47 httpd/unix-directory 0755 import 4 KB Aujourd'hui 13:47 httpd/unix-directory 0755 tabs 4 KB Aujourd'hui 13:47 httpd/unix-directory 0755 themes 4 KB Aujourd'hui 13:47 httpd/unix-directory 0755 ajax-tab.php 2,98 KB 11 juin 2012 22:03 application/x-httpd-php 0644 ajax.php 25,57 KB 11 juin 2012 22:03 application/x-httpd-php 0644 ajax_category_list.php 3,55 KB 11 juin 2012 22:03 application/x-httpd-php 0644 ajax_lang_packs.php 1,76 KB 11 juin 2012 22:03 application/x-httpd-php 0644 ajax_products_list.php 2,79 KB 11 juin 2012 22:03 application/x-httpd-php 0644 ajax_send_mail_test.php 2 KB 11 juin 2012 22:03 application/x-httpd-php 0644 backup.php 2,66 KB 11 juin 2012 22:03 application/x-httpd-php 0644 confirm.php 2,1 KB 11 juin 2012 22:03 application/x-httpd-php 0644 cron_currency_rates.php 1,26 KB 11 juin 2012 22:03 application/x-httpd-php 0644 displayImage.php 1,44 KB 11 juin 2012 22:03 application/x-httpd-php 0644 drawer.php 1,99 KB 11 juin 2012 22:03 application/x-httpd-php 0644 error_log 16,75 KB Aujourd'hui 13:47 text/x-generic 0644 footer.inc.php 2,25 KB 11 juin 2012 22:03 application/x-httpd-php 0644 functions.php 14,81 KB 11 juin 2012 22:03 application/x-httpd-php 0644 get-file-admin.php 1,13 KB 11 juin 2012 22:03 application/x-httpd-php 0644 grider.php 2,38 KB 11 juin 2012 22:03 application/x-httpd-php 0644 header.inc.php 9,21 KB 11 juin 2012 22:03 application/x-httpd-php 0644 index.php 5,97 KB 11 juin 2012 22:03 application/x-httpd-php 0644 init.php 3,26 KB 11 juin 2012 22:03 application/x-httpd-php 0644 login.php 7,39 KB 11 juin 2012 22:03 application/x-httpd-php 0644 password.php 4,69 KB 11 juin 2012 22:03 application/x-httpd-php 0644 pdf.php 3,57 KB 11 juin 2012 22:03 application/x-httpd-php 0644 searchcron.php 1,29 KB 11 juin 2012 22:03 application/x-httpd-php 0644 uploadProductFile.php 2,26 KB 11 juin 2012 22:03 application/x-httpd-php 0644 Mais ca ne marche toujours pas: Warning: require_once(/home/ambiance/public_html/prestashop/admin/../images.inc.php) [function.require-once]: failed to open stream: No such file or directory in /home/ambiance/public_html/prestashop/admin/functions.php on line 28 Fatal error: require_once() [function.require]: Failed opening required '/home/ambiance/public_html/prestashop/admin/../images.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ambiance/public_html/prestashop/admin/functions.php on line 28 Link to comment Share on other sites More sharing options...
Miryam68 Posted August 30, 2012 Share Posted August 30, 2012 Bonjour j'ai exactement le même problème , as-tu trouvé la solution ? 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