PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
The function we are looking at is part of an installer that came with an app the OP is trying to load. His problem is that the installer is asking for his Full URL and base path. But no matter what seems to be put into the installer, the installer is failing (returning the error that the file it is looking for is not in the root of the site) even though the OP stated that the file is there. The site that produced the app was not available when this thread got into the code of the installer, hence the reason for putting the installer code into this thread.
My thought would be to contact, if possible, the site that produced the app and ask the what the crap is going on. Short of that, I would make an attempt to retrieve a better error report from the installer as to why it can't find that one .idx file in the root folder.
well thanks Everah and arborint for your help
I'll try finding out what the problem was from the script creators and I'll get back to you and let you know. The creators aren't very helpful though so if someone does figure out what the prob is please post it here.
Thank you for spending your precious time trying to help me out
btw. Everah I had a look at your blog and you have a great family
Cheers from the great white north and talk to you later guys
kinggori wrote:well thanks Everah and arborint for your help ...
btw. Everah I had a look at your blog and you have a great family
Your're welcome. I'm glad we were able to offer something to you. And thanks for the compliment on my family. They are the reason that I am a developer.
Don't hesitate to post back if the guys that gave you the app won't support it. I'm sure we can arrive at something to help you.