Ok, I got Photopost working on a Linux server (w/ ImageMagick), but for the time being I need it to run on a Windows server (w/ GD2).
Note: I don't have access to the PHP.ini file (shared hosting).
I get the following errors when uploading:
Top of the page...
Warning: fopen(C:SWsoftPEMCustomerDatawebspaceswebspace_00011914wwwroot/photopost/uploads/3/index.htm) [function.fopen]: failed to open stream: No such file or directory in C:\SWsoft\PEM\CustomerData\webspaces\webspace_00011914\wwwroot\photopost\pp-inc.php on line 2786
Warning: fclose(): supplied argument is not a valid stream resource in C:\SWsoft\PEM\CustomerData\webspaces\webspace_00011914\wwwroot\photopost\pp-inc.php on line 2787
Middle of the page...
C:SWsoftPEMCustomerDatawebspaceswebspace_00011914wwwroot/photopost/uploads/3: Error creating directory (check permissions).
Please notify the System Administrator.
I believe the uploads and 3 directory are set to an equivalent of a 777 on a Windows server. I get the following errors in the top middle of the 'adm-index.php' page: Warning: opendir(C:SWsoftPEMCustomerDatawebspaceswebspace_00011914wwwroot/photopost/data/) [function.opendir]: failed to open dir: Invalid argument in C:\SWsoft\PEM\CustomerData\webspaces\webspace_00011914\wwwroot\photopost\adm-inc.php on line 588
Warning: readdir(): supplied argument is not a valid Directory resource in C:\SWsoft\PEM\CustomerData\webspaces\webspace_00011914\wwwroot\photopost\adm-inc.php on line 591
Warning: closedir(): supplied argument is not a valid Directory resource in C:\SWsoft\PEM\CustomerData\webspaces\webspace_00011914\wwwroot\photopost\adm-inc.php on line 608
Warning: opendir(C:SWsoftPEMCustomerDatawebspaceswebspace_00011914wwwrootphotopost/data/) [function.opendir]: failed to open dir: Invalid argument in C:\SWsoft\PEM\CustomerData\webspaces\webspace_00011914\wwwroot\photopost\adm-inc.php on line 588
Warning: readdir(): supplied argument is not a valid Directory resource in C:\SWsoft\PEM\CustomerData\webspaces\webspace_00011914\wwwroot\photopost\adm-inc.php on line 591
Warning: closedir(): supplied argument is not a valid Directory resource in C:\SWsoft\PEM\CustomerData\webspaces\webspace_00011914\wwwroot\photopost\adm-inc.php on line 608