Agence Xmedia Posted July 23, 2009 Share Posted July 23, 2009 Bonjour, petit souci apparement reccurent sur le forum mais là j'avoue qu'apres pas mal de recherche impossible de trouver d'ou ça vient meme si j'ai ma petite idée: <?php define('__PS_BASE_URI__', '/prestashop/'); define('_THEME_NAME_', 'prestashop'); define('_DB_NAME_', 'mabase'); define('_DB_SERVER_', 'mysql5.0.32-7etch10'); [b]c'est là que ça merde je pense[/b] define('_DB_USER_', 'xx'); define('_DB_PREFIX_', 'prestashop_'); define('_DB_PASSWD_', 'xxxxxx'); define('_DB_TYPE_', 'MySQL'); define('_COOKIE_KEY_', '5uoyODCJrus2yuLAD16k691ifVMXrOVydfW83Ub9LBqNYW3Og17SzsbA'); define('_COOKIE_IV_', 'mDBdQnka'); define('_PS_VERSION_', '1.1.0.5'); ?> Link to comment Share on other sites More sharing options...
Patric Posted July 23, 2009 Share Posted July 23, 2009 Amen ne t'a pas communiqué ces paramètres ? Link to comment Share on other sites More sharing options...
Agence Xmedia Posted July 23, 2009 Author Share Posted July 23, 2009 Bon ma premiere page s'afficher, il manquait une donnée que j'ai fini par trouver: <?php define('__PS_BASE_URI__', '/prestashop/'); define('_THEME_NAME_', 'prestashop'); define('_DB_NAME_', 'mabase'); define('_DB_SERVER_', 'localhost'); define('_DB_USER_', 'xx'); define('_DB_PREFIX_', 'prestashop_'); define('_DB_PASSWD_', 'xxxxxx'); define('_DB_TYPE_', 'MySQL'); define('_COOKIE_KEY_', '5uoyODCJrus2yuLAD16k691ifVMXrOVydfW83Ub9LBqNYW3Og17SzsbA'); define('_COOKIE_IV_', 'mDBdQnka'); define('_PS_VERSION_', '1.1.0.5); ?> (resolu)pour le front off:(reponse ici:http://www.prestashop.com/forums/viewthread/14490/installation_configuration_et_mise_a_jour/fatal_error_smarty_error_unable_to_write_to_compile_dir) Fatal error: Smarty error: unable to write to $compile_dir '/var/www/vhosts/xxxxxxx.amenworld.com/httpdocs/prestashop/tools/smarty/compile'. Be sure $compile_dir is writable by the web server user. in /var/www/vhosts/xxxxxxx.amenworld.com/httpdocs/prestashop/tools/smarty/Smarty.class.php on line 1095 Link to comment Share on other sites More sharing options...
Agence Xmedia Posted July 23, 2009 Author Share Posted July 23, 2009 Reste cette galere làPour une categorie: Warning: imagejpeg() [function.imagejpeg]: Unable to open '/var/www/vhosts/xxxxxxx.amenworld.com/httpdocs/prestashop/img/c/7-category.jpg' for writing: Permission denied in /var/www/vhosts/xxxxxxx.amenworld.com/httpdocs/prestashop/images.inc.php on line 238 Warning: imagejpeg() [function.imagejpeg]: Unable to open '/var/www/vhosts/xxxxxxx.amenworld.com/httpdocs/prestashop/img/c/7-large.jpg' for writing: Permission denied in /var/www/vhosts/xxxxxxx.amenworld.com/httpdocs/prestashop/images.inc.php on line 238 Warning: imagejpeg() [function.imagejpeg]: Unable to open '/var/www/vhosts/xxxxxxx.amenworld.com/httpdocs/prestashop/img/c/7-medium.jpg' for writing: Permission denied in /var/www/vhosts/xxxxxxx.amenworld.com/httpdocs/prestashop/images.inc.php on line 238 Warning: imagejpeg() [function.imagejpeg]: Unable to open '/var/www/vhosts/xxxxxxx.amenworld.com/httpdocs/prestashop/img/c/7-small.jpg' for writing: Permission denied in /var/www/vhosts/xxxxxxx.amenworld.com/httpdocs/prestashop/images.inc.php on line 238 Link to comment Share on other sites More sharing options...
Patric Posted July 23, 2009 Share Posted July 23, 2009 Problème de droits sur les dossiers mentionnés, je suppose. Link to comment Share on other sites More sharing options...
Agence Xmedia Posted July 23, 2009 Author Share Posted July 23, 2009 Problème de droits sur les dossiers mentionnés, je suppose. ça correspond aux images des categories en fait!! Link to comment Share on other sites More sharing options...
Patric Posted July 23, 2009 Share Posted July 23, 2009 Non, apparemment ça concerne un fichier à la racine : images.inc.php. Link to comment Share on other sites More sharing options...
Agence Xmedia Posted July 23, 2009 Author Share Posted July 23, 2009 Non, apparemment ça concerne un fichier à la racine : images.inc.php. Je sais pas !! je les virent?Car elles fonctionnent tres bien sur le front off!! Link to comment Share on other sites More sharing options...
Patric Posted July 23, 2009 Share Posted July 23, 2009 De quoi tu parles ? Virer quoi ? C'est un fichier de la solution...Sûrement qu'il n'est pas possible d'y accéder... Link to comment Share on other sites More sharing options...
Agence Xmedia Posted July 23, 2009 Author Share Posted July 23, 2009 De quoi tu parles ? Virer quoi ?Les images qui merdouillent, je les virent C'est un fichier de la solution...Sûrement qu'il n'est pas possible d'y accéder... Link to comment Share on other sites More sharing options...
Patric Posted July 23, 2009 Share Posted July 23, 2009 Tu peux être un poil plus précis ? Quelles images ? Il n'a pas été question d'images.... Si ? Link to comment Share on other sites More sharing options...
Agence Xmedia Posted July 23, 2009 Author Share Posted July 23, 2009 Tu peux être un poil plus précis ? Quelles images ? Il n'a pas été question d'images.... Si ? Apparement le souci vient des images des categories dans mon back off!Warning: imagejpeg() [function.imagejpeg]: Unable to open '/var/www/vhosts/xxxxxxx.amenworld.com/httpdocs/prestashop/img/c/7-category.jpg' for writing: Permission denied in /var/www/vhosts/xxxxxxx.amenworld.com/httpdocs/prestashop/images.inc.php on line 238Warning: imagejpeg() [function.imagejpeg]: Unable to open '/var/www/vhosts/xxxxxxx.amenworld.com/httpdocs/prestashop/img/c/7-large.jpg' for writing: Permission denied in /var/www/vhosts/xxxxxxx.amenworld.com/httpdocs/prestashop/images.inc.php on line 238Warning: imagejpeg() [function.imagejpeg]: Unable to open '/var/www/vhosts/xxxxxxx.amenworld.com/httpdocs/prestashop/img/c/7-medium.jpg' for writing: Permission denied in /var/www/vhosts/xxxxxxx.amenworld.com/httpdocs/prestashop/images.inc.php on line 238Warning: imagejpeg() [function.imagejpeg]: Unable to open '/var/www/vhosts/xxxxxxx.amenworld.com/httpdocs/prestashop/img/c/7-small.jpg' for writing: Permission denied in /var/www/vhosts/xxxxxxx.amenworld.com/httpdocs/prestashop/images.inc.php on line 238 Link to comment Share on other sites More sharing options...
Patric Posted July 23, 2009 Share Posted July 23, 2009 Ha oui effectivement j'avais pas lu la bonne partie des messages d'erreur. Tu as vérifié les autorisations sur le dossier des images des catégories ? Link to comment Share on other sites More sharing options...
Agence Xmedia Posted July 23, 2009 Author Share Posted July 23, 2009 Ha oui effectivement j'avais pas lu la bonne partie des messages d'erreur. Tu as vérifié les autorisations sur le dossier des images des catégories ? 755 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