Jump to content

Insert Image into product description (Editor)


Recommended Posts

When I try to insert an image in a product description in editor, when try to open the File Manager to upload the image, I receive the following message:

 

Warning: session_start() [function.session-start]: open(c:/wamp/tmp/sess_8h07rpkc2kjp48nv2p1gmq0ag7, O_RDWR) failed: No such file or directory (2) in /home/content/97/11664397/html/adminNNNN/filemanager/config/config.php on line 2

 

This is the start of the config.php

<?php

session_start();
mb_internal_encoding('UTF-8');
 
if (!defined('_PS_ADMIN_DIR_'))
define('_PS_ADMIN_DIR_', getcwd().'/../');
 
require_once(_PS_ADMIN_DIR_.'/../config/config.inc.php');
require_once(_PS_ADMIN_DIR_.'/init.php');
$products_accesses = Profile::getProfileAccess(Context::getContext()->employee->id_profile, Tab::getIdFromClassName('AdminProducts'));
$cms_accesses = Profile::getProfileAccess(Context::getContext()->employee->id_profile, Tab::getIdFromClassName('AdminCmsContent'));
 
if (!$products_accesses['edit'] && !$cms_accesses['edit'])
die(Tools::displayError());

 

What is this C:/wamp? It's a live site, and I did not use wamp.

 

How to solve this? Any idea?

 

VS 1.6.0.6 (Updated)

 

 

Link to comment
Share on other sites

  • 2 months later...

Same type of issue with sessions, or permissions.

 

Warning: session_start() [function.session-start]: open(/tmp/sess_047e3ab6eaae3ce9c9273dea2d2dda5b, O_RDWR) failed: Permission denied (13) in /home/user/public_html/admin5792/filemanager/config/config.php on line 2

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/aliyswor/public_html/admin5792/filemanager/config/config.php:2) in/home/user/public_html/admin5792/filemanager/config/config.php on line 2

 

This is on a new install on linux - everything else seems to be running well

Link to comment
Share on other sites

  • 3 months later...
I have the same problem.
 
Is there a solution?
 
 
 
PS 1.6.0.9 RESPONSIVE filemanager v.9.3.3
 

 

 

Warning: session_start() [function.session-start]: open(/www/smartear/www/tmp/sess_e8f17438310b30c809167ae750110159, O_RDWR) failed: No such file or directory (2) in /www/smartear/www/backoffice/filemanager/config/config.php on line 2

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /www/smartear/www/backoffice/filemanager/config/config.php:2) in/www/smartear/www/backoffice/filemanager/config/config.php on line 2

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /www/smartear/www/backoffice/filemanager/config/config.php:2) in/www/smartear/www/backoffice/filemanager/config/config.php on line 2

 

 

I can't add new images, or delete existing in product description and CMS pages using RESPONSIVE Filemanager.

Edited by koc (see edit history)
Link to comment
Share on other sites

  • 2 weeks later...

 

I have the same problem.
 
Is there a solution?
 
 
 
PS 1.6.0.9 RESPONSIVE filemanager v.9.3.3
 

 

 

I can't add new images, or delete existing in product description and CMS pages using RESPONSIVE Filemanager.

 

Hello

Exactly the same problem, i upload images directly with an FTP client....

Any idea ?

Thanks

Anne-Laure 

Link to comment
Share on other sites

×
×
  • Create New...