georgedwilkinson
AWF VIP
- Local time
- Yesterday, 23:36
- Joined
- Mar 4, 2008
- Messages
- 3,856
I'm having difficulty with a PHP library which I have used successfully (flawlessly?) on my development Windoze machine.
When I ftp the library to my GoDaddy linux server, I get a series of errors that look like a configuration problem. GoDaddy support said to "use php5.ini", which I did after days of interpreting what that meant. Just mention that to let you know what I've tried.
When I drill down into the code within the library that gives the errors/problems, it looks like PHP is not able to find where the classes and or functions are located.
So, the question is, how does PHP/Apache know where to find library files? If I could understand that, I'd probably well on the way to a fix for this.
Any advice?
When I ftp the library to my GoDaddy linux server, I get a series of errors that look like a configuration problem. GoDaddy support said to "use php5.ini", which I did after days of interpreting what that meant. Just mention that to let you know what I've tried.
When I drill down into the code within the library that gives the errors/problems, it looks like PHP is not able to find where the classes and or functions are located.
So, the question is, how does PHP/Apache know where to find library files? If I could understand that, I'd probably well on the way to a fix for this.
Any advice?