We're close, Ray...
I upgraded to DFP 1.1.3, from 1.1.1. Uploaded the Helper.php and the Products_insert.php file. When I insert a product, I get sent back to the insert page (nothing added to the URL), but I get the following at the top of the page (with the insert page showing below it):
Warning: getimagesize() [function.getimagesize]: open_basedir restriction in effect. File(C:\TEMP\php2C1.tmp) is not within the allowed path(s): (c:\inetpub\wwwroot\HCRESELLER\acalamed\acalamedical.com) in C:\Inetpub\wwwroot\HCRESELLER\acalamed\acalamedical.com\www\WA_DigitalFilePro\HelperPHP.php on line 87
Warning: getimagesize(C:\TEMP\php2C1.tmp) [function.getimagesize]: failed to open stream: Operation not permitted in C:\Inetpub\wwwroot\HCRESELLER\acalamed\acalamedical.com\www\WA_DigitalFilePro\HelperPHP.php on line 87
Warning: getimagesize() [function.getimagesize]: open_basedir restriction in effect. File(C:\TEMP\php2C0.tmp) is not within the allowed path(s): (c:\inetpub\wwwroot\HCRESELLER\acalamed\acalamedical.com) in C:\Inetpub\wwwroot\HCRESELLER\acalamed\acalamedical.com\www\WA_DigitalFilePro\HelperPHP.php on line 87
Warning: getimagesize(C:\TEMP\php2C0.tmp) [function.getimagesize]: failed to open stream: Operation not permitted in C:\Inetpub\wwwroot\HCRESELLER\acalamed\acalamedical.com\www\WA_DigitalFilePro\HelperPHP.php on line 87
Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\wwwroot\HCRESELLER\acalamed\acalamedical.com\www\WA_DigitalFilePro\HelperPHP.php:87) in C:\Inetpub\wwwroot\HCRESELLER\acalamed\acalamedical.com\www\DB_Admin\Products_Insert.php on line 148
Now, the products show up on the live page (which they didn't before). The images are there, but they aren't showing (I can tell because if I right click on the white space, it shows me the properties of the image along with the image upload file name). Plus, the images are in the proper folder inside the www directory.
One thing I've noticed, is there are three of these in the products_insert page:
<?php require_once("../WA_DigitalFilePro/HelperPHP.php"); ?>
I've tried removing one, then 2 of them, but still the same error message.
We're close now, Ray...don't give up on me! I know you can figure it out! :)
Thanks,
Paul