edpierre Posted June 24, 2004 Posted June 24, 2004 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.
jorn Posted June 28, 2004 Posted June 28, 2004 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
edpierre Posted June 30, 2004 Author Posted June 30, 2004 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!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.