PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |
Old June 19th, 2009, 10:07 AM   #21 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,736
Error on Redirect

This is the correct answer for you blue.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old June 19th, 2009, 06:09 PM   #22 (permalink)
Member
Verified Customer
 
Join Date: Oct 2005
Posts: 46
To be honest, I have no idea! How can I correct this?
blue6995 is offline   Reply With Quote
Old June 19th, 2009, 06:47 PM   #23 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,736
The post I linked shows how to correct the redirect issue
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old June 20th, 2009, 05:21 AM   #24 (permalink)
Member
Verified Customer
 
Join Date: Oct 2005
Posts: 46
That fixed it, many thanks
blue6995 is offline   Reply With Quote
Old June 20th, 2009, 09:59 AM   #25 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,736
No problem glad to help.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old June 22nd, 2009, 08:15 PM   #26 (permalink)
Member
Verified Customer
 
Join Date: Feb 2009
Posts: 117
Line 41...
Comment out: //echo "uploadSuccess event detected";

flashupload.php
cory_booth is offline   Reply With Quote
Old June 22nd, 2009, 08:23 PM   #27 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,736
Can you say what your comment means?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old June 22nd, 2009, 08:31 PM   #28 (permalink)
Member
Verified Customer
 
Join Date: Feb 2009
Posts: 117
flashupload.php
Line 41 says echo "upload......"
Comment that command out and flash uploader will work...
cory_booth is offline   Reply With Quote
Old June 22nd, 2009, 10:25 PM   #29 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,736
Interesting indeed. I will have to see what that is for.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old June 23rd, 2009, 10:22 PM   #30 (permalink)
Member
Verified Customer
 
Join Date: Feb 2009
Posts: 117
Glad I could help - I believe it was ironed out to be the settings of a host. Something about PHP servers being more strict than others and this echo causes problems - but in reality it really doesn't do anything functionally.

One of your other supporters explained this in much more detail than I.

You can have users check their gallery directory for a error_log and you will see the symptoms of this echo. I'd post it, but I already erased it.
cory_booth is offline   Reply With Quote
Old June 24th, 2009, 08:41 AM   #31 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,736
Well yep thanks we shall see.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old July 19th, 2009, 02:23 PM   #32 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2009
Location: USA
Posts: 7
Quote:
Originally Posted by Regs View Post
Fixed my issue, needed to create an .htaccess file and stick SecFilterScanPOST Off in it.

The flash uploader won't work if you are using apache with mod_security on - the above fixes the issue.

This didnt fix my problem - I still get the No Images To Display

I think its pretty piss poor of Photopost staff to brush this off as a 3rd party issue when they should be busting their humps to find out whats causing the problem as many of their PAYING customers are having these problems.

Just to say "Disable it - its not our problem" is super lame.
Raptor is offline   Reply With Quote
Old July 19th, 2009, 03:49 PM   #33 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,736
Raptor

This is third party software which we did not write. We included it in the release because people wanted it. It is really as simple as this. We enabled a switch to enable or disable it. We have stated that to support 3rd party software that support would be from that software's manufacturer. This goes for any third party software. Take Photopost Pro for example we have lightbox and zoom scripts in that gallery we do not support those actual applications. We can not be responsible that software we do not write can work on everyones server. Your only going to see more and more of this as people want third party software flash or java applications included into the software.

These are the known things one must check to see what is happening.

1. To use the flash uploader one must enable in usergroup options that the usergroup is allowed to upload files from the server. what this means is your allowed to process files already existing on the server. Kind of like bulkupload. This is needed to be yes because the flash uploader which is a third party thing dumps files in your uploads directory. The normal upload process uses an http file prompt which is easy to process a file once its uploaded. Bypassing this to do a bulkupload means we need to check a users upload directory for files.

2. The SecFilterScanPOST Off thing is a server related permission which does not let the flash uploader do its job. This is a server issue and not an issue persay with the actual application.

Therefore here is what I would suggest you try to debug the issue. Try uploading with the flash uploader a couple small images. If nothing processes go via ftp to the gallery users directory are there files in there?

If there are no files in the directory this is why you get the issue because there is nothing to process. Therefore I would then ask your host some more indepth questions like are you running mod_security which does lock down certain things? Do they have any errors or information that helps you out. If there are not files in the actual user directory I would be absolutely sure this comes down to a server security permissions issue. Files are normally moved from the php tmp directory on the server to the users directory then we process them and they are moved to there final location in the files directory.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old July 19th, 2009, 07:03 PM   #34 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2009
Location: USA
Posts: 7
Permission are correct. I can upload from the server no problem (I did a quick test where I uploaded 89 images to my userid folder and it worked flawlessly.

Ive disabled all mod_security in htaccess - still get No Images To Display on upload.

I will now do some testing with some updated files from swfupload.org - i will work to solve this then hopefully it will help others here who have the same issue.
Raptor is offline   Reply With Quote
Old July 19th, 2009, 07:18 PM   #35 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2009
Location: USA
Posts: 7
The SWFUpload Demos work just fine - here is the debug output

Code:
Content visible to verified customers only.
Raptor is offline   Reply With Quote
Old July 19th, 2009, 07:25 PM   #36 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2009
Location: USA
Posts: 7
maybe look at upgrading to SWFUpload v2.2.0.1 as there were a hell of a lot of issues with older versions and newer flash players
Raptor is offline   Reply With Quote
Old July 19th, 2009, 08:05 PM   #37 (permalink)
Junior Member
Verified Customer
 
Join Date: Jun 2009
Posts: 12
Quote:
Originally Posted by cory_booth View Post
flashupload.php
Line 41 says echo "upload......"
Comment that command out and flash uploader will work...
Done! Topic is done for me :-)
Thnx cory!

@raptor,
I agree with your opinion about putting a non supported peach of code in a product where we are paying for.

You also dont buy a new car, and after buying the sales man tels you "sorry the tire is not supported because its made in china!" If you dont support it, don't put it 'directly' in you product! (free-you-have-to-install-it-yout-self plugin that you can download after installation is a better solution than.).

Sorry Chuck for that opinion, don't take it wrong!
But i'm glad it works for me now :-)
doodsaai is offline   Reply With Quote
Old July 19th, 2009, 08:09 PM   #38 (permalink)
Junior Member
Verified Customer
 
Join Date: Jun 2009
Posts: 12
Quote:
Originally Posted by Chuck S View Post
Interesting indeed. I will have to see what that is for.
Maybe stupid, but for so far I know, my server has problems with sessions on the moment the header is already send out.

echo "uploadSuccess event detected";

session_id($_POST["PHPSESSID"]);
session_start();

after the echo there is are some lines with sessions.....
can that why it wont work with the echo line?
doodsaai is offline   Reply With Quote
Old July 20th, 2009, 11:54 AM   #39 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,736
echo "uploadSuccess event detected";

That line is all you want to remove.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old July 20th, 2009, 03:56 PM   #40 (permalink)
Junior Member
Verified Customer
 
Join Date: Jun 2009
Posts: 12
Quote:
Originally Posted by Chuck S View Post
echo "uploadSuccess event detected";

That line is all you want to remove.
Thnx for replaying. Yes already did that, works like a charm now for me now :-)
doodsaai is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
flash uploader PixelFX How Do I? - vBulletin 3.7x / 3.8x 3 May 26th, 2009 10:41 AM
Flash uploader..not so much dropmachine Photopost Pro How Do I...? 5 May 5th, 2009 02:37 PM
Do we really need a flash uploader? Ramses General Discussion 5 March 14th, 2009 05:09 PM
Flash uploader Dave Leishman Photopost Pro How Do I...? 7 December 4th, 2008 04:53 PM


All times are GMT -5. The time now is 01:29 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0