computermax2328 Posted June 12, 2012 Share Posted June 12, 2012 Hello Again, My problem is that on my development computer my php files are executing just fine. When I FTP them to my host, BlueHost, they are not executing the way I want them to. For example, my log in script. When I submit my log in information for my CMS I get bounced back to my log in page. Usually that happens when there is no form action, but there is. I was thinking there might be some configurations to php.ini that I need to make. Any tips? Link to comment https://forums.phpfreaks.com/topic/264058-php-config-on-host/ Share on other sites More sharing options...
requinix Posted June 12, 2012 Share Posted June 12, 2012 Not off the top of my head. Can you narrow it down to a specific problem? Also enable display_errors=on and set error_reporting=-1 and look for error messages. Link to comment https://forums.phpfreaks.com/topic/264058-php-config-on-host/#findComment-1353243 Share on other sites More sharing options...
computermax2328 Posted June 12, 2012 Author Share Posted June 12, 2012 The only errors I am getting are from this morning when I was having connection errors. It is really weird. It works on my development computer but not the BlueHost server. I guess it has to be something with the php.ini. I really don't know! Link to comment https://forums.phpfreaks.com/topic/264058-php-config-on-host/#findComment-1353257 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.