Express Hosting
"We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
Registered: 06/05/06
Posts: 14994
Loc: Portland, OR; USA
Looks like your webhost doesn't allow usage of the php exec command, which would stop webscripts from using it to utlilze utilities on the server (in this case, the ubb accessing the installed convert/morgify file)
This is what my host said: "Can you send link to the file in question please make sure you're not trying to run php scripts from within the cgi-bin directory."
What would be the link I should send to help them out?
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
In order for them to test it, they'd need admin access, maybe create a temp admin login for them and give them the test link.
Basically, the script just checks to see if the exec() function is available to php. I think they are thinking that the script itself is trying to be executed like a cgi script.