ESeufert Posted August 3, 2007 Share Posted August 3, 2007 I developed an application for a client on my server. I finished all of the testing on my server, made sure everything worked properly, and sent her the necessary files and the exported database. I get a blank screen when I try to run the program. I'm guessing her server has PHP error reporting turned off. What should I do in this situation? She won't give me access to the server, although if I send her files she'll manually upload them to the server. I think the issue is that I am using MySQLi in OOP format. Could this cause any problems if she has an older version of MySQL? She told me that her host said it supports MySQLi, but even the simple registration page is returning a blank screen (which I'm guessing means error). Any help on this? Quote Link to comment https://forums.phpfreaks.com/topic/63227-client-wont-give-me-access-to-server/ Share on other sites More sharing options...
premiso Posted August 3, 2007 Share Posted August 3, 2007 Are you sure she is running PHP 5? mysqli is only available in PHP 5. Quote Link to comment https://forums.phpfreaks.com/topic/63227-client-wont-give-me-access-to-server/#findComment-315117 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.