Quick Login   
 
Register AdminFusion Tutorials Post Fusion Forum Matrix
 
Go Back AdminFusion » Traffic and Revenue » PostFusion » Troubleshooting and Bugs » Submission Error: Could not connect to the specified pickup script...
Reply
 
LinkBack
Old 01-18-2007, 09:09 PM   #1
Apprentice
 
StaticAge's Avatar
 
Join Date: Jan 2007
Location: England
Posts: 156
StaticAge has a spectacular aura aboutStaticAge has a spectacular aura about
Submission Error: Could not connect to the specified pickup script...

I have uploaded the 2 PHP files to my forum directory but I keep getting this error when i try to add my forum;

Quote:
Submission Error:

Could not connect to the specified pickup script. Please validate the url entered and that it is installed correctly!
The file is definately in the path that I put in because it comes up saying "INSTALL WAS OK" but it still doesn't work

If you need the link the file is HERE
StaticAge is offline   Reply With Quote
Old 01-19-2007, 03:38 AM   #2
AF Lead Developer
 
LarryB's Avatar
 
Join Date: Sep 2005
Location: OHIO, US
Posts: 1,186
LarryB has much to be proud ofLarryB has much to be proud ofLarryB has much to be proud ofLarryB has much to be proud ofLarryB has much to be proud ofLarryB has much to be proud ofLarryB has much to be proud ofLarryB has much to be proud of
Send a message via MSN to LarryB
Well the good news is I have figured out what is causing your problem. The bad news is its your host. You see we expect certain data to be returned by the script in verbatim. When it doesn't return as expected we consider the install to go bad. In this case we expect the initial script to return "INSTALL WAS OK" (without the quotes of couse). You server is actually returning:

HTML Code:
<!-- ULMB Test -->
INSTALL WAS OK
These extra characters are hidden by our browsers from us, but the script is not so forgiving. It sees everything that is passed in the return stream. Looking at your host, it appears that since the host is free they do some output mangling and add that ULMB Test tag to every page that is displayed. I checked a couple of other sites that are run on ULMB and they have that tag as well. As long as that tag appears in the output stream there is no way that you will ever be able to use PostFusion.
__________________
Do not post your PF private key in public.

Did I help you with this post? If so, pls click the rep button or send money.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
LarryB is offline   Reply With Quote
Old 01-19-2007, 06:29 PM   #3
Apprentice
 
StaticAge's Avatar
 
Join Date: Jan 2007
Location: England
Posts: 156
StaticAge has a spectacular aura aboutStaticAge has a spectacular aura about
Oh, that's not so good

Hmm well thanks for finding out what was wrong anyway
StaticAge is offline   Reply With Quote
Old 03-08-2007, 02:59 PM   #4
Rookie
 
Join Date: Sep 2006
Posts: 18
Damnz is on a distinguished road
Hi! I had a forum installed a while ago (a couple of hours ago). But I took it off since I wont be on it anymore. But, i'm trying to add another forum. I'm getting the same error NJ is getting, only I checked the script's source (HTML) and it was clean, only "INSTALL WAS OK" . GOt any idea what could be causing this?


On a side note: Wont using regex help you guys a bit? I mean instead of just matching the first part, match the whole document, thus, giving access to free-host users.
Damnz is offline   Reply With Quote
Old 03-08-2007, 03:12 PM   #5
...

 
Ashley's Avatar
 
Join Date: Jan 2006
Location: Devon, United Kingdom
Posts: 1,017
Ashley is a splendid one to beholdAshley is a splendid one to beholdAshley is a splendid one to beholdAshley is a splendid one to beholdAshley is a splendid one to beholdAshley is a splendid one to beholdAshley is a splendid one to beholdAshley is a splendid one to behold
Damnz, you might want to create a separate thread for your issue, rather than hijacking somebody else's thread. It helps the AF staff + dev team keep track of issues with PF easier.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Ashley is offline   Reply With Quote
Old 03-08-2007, 03:27 PM   #6
Forum Guru
 
Ryan's Avatar
 
Join Date: Sep 2005
Location: Athens, GA
Posts: 10,256
Ryan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond repute
Yes, start a new thread please
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
- Professional vBulletin Skins
Ryan is offline   Reply With Quote
Reply


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

 
Posting Rules

Similar Threads
Thread Thread Starter Forum Replies Last Post
Couldnt connect to script?? Captain Tycoon Troubleshooting and Bugs 8 12-20-2006 06:46 AM
Problem with Pickup Script arkylarky Troubleshooting and Bugs 9 07-04-2006 12:10 AM

AdminFusion

All times are GMT +1. The time now is 12:48 AM. Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

© 2009 AdminFusion | Advertising Opportunities | Legal | A member of the Crowdgather Forum Community
 
From:
Title:

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77