Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

undefined index: extensions


edpierre

Recommended Posts

Posted

Need help. Please!

By adding a new product, when I click to upload an image, get the following error:

Undefined index: extensions in ../admin/htmlarea/popups/lister.php on line 572

 

line 570: // ... isolate the Extension

line 571 $parts = pathinfo(IMAGE_DIR . basePath($file));

line 572 $ext = strtolower($parts["extension"]);

 

The image appears on the preview, but when I click to insert, no image at all (image does not exist).

 

Is there a community member to tell me how to correct this problem and get again the image correctly uploaded?

 

Regards,

E.P.

Posted
Need help. Please!

By adding a new product, when I click to upload an image, get the following error:

Undefined index: extensions in ../admin/htmlarea/popups/lister.php on line 572

 

line 570: // ... isolate the Extension

line 571 $parts = pathinfo(IMAGE_DIR . basePath($file));

line 572 $ext = strtolower($parts["extension"]);

 

The image appears on the preview, but when I click to insert, no image at all (image does not exist).

 

Is there a community member to tell me how to correct this problem and get again the image correctly uploaded?

 

Regards,

E.P.

I have the same problem pls. help

Jorn

Posted

In my mind, the problem comes from a misconfiguration of php.ini. But, (if it's so), I don't know how to solve it.

I use the easyphp package for my dev site.

A working site, downloaded and open with the dev site above, give the same problem.

 

Any help will be appreciated.

 

Tanks a lot!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...