Jump to content

transfert de ovh vers amen >> Warning: imagejpeg() [function.imagejpeg]:


Recommended Posts

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

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

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

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 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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...