alejojauregui Posted May 10, 2008 Share Posted May 10, 2008 I developed with a couple of guys an application in PHP, flash, and MySQL, and it works properly when we run it al localhost, but when we upload it via FTP to the hosting service, I can not get into the application. Have any of you experienced the same issue. It seems like the links are not working. But... I am not sure. Thanks for any assistance. Link to comment https://forums.phpfreaks.com/topic/105073-having-issues-to-upload-the-application-to-the-web/ Share on other sites More sharing options...
Fadion Posted May 10, 2008 Share Posted May 10, 2008 What do u mean with "cant get into the application"? There may be many issues with your hosting account but the first question is: does it support php? Link to comment https://forums.phpfreaks.com/topic/105073-having-issues-to-upload-the-application-to-the-web/#findComment-537881 Share on other sites More sharing options...
alejojauregui Posted May 10, 2008 Author Share Posted May 10, 2008 I developed with a couple of guys an application in PHP, flash, and MySQL, and it works properly when we run it al localhost, but when we upload it via FTP to the hosting service, I can not get into the application. Have any of you experienced the same issue. It seems like the links are not working. But... I am not sure. Thanks for any assistance. Yes, the hosting support PHP. Looking in-depth, it seems like none of the php files are working, and I checked with someone and he says that could be the cgibin, phpmyadmin, and appserv directories are not uploaded. We uploaded the directories and the application still can not run any file with php extension. any help. I am stocked. Link to comment https://forums.phpfreaks.com/topic/105073-having-issues-to-upload-the-application-to-the-web/#findComment-537900 Share on other sites More sharing options...
alejojauregui Posted May 11, 2008 Author Share Posted May 11, 2008 We talked to the web hosting and asked them to reinstall the php, because I thought it could be the problem. The did so, and it worked better, but I can not make the application to work yet. Any one can help?? Yes, the hosting support PHP. Looking in-depth, it seems like none of the php files are working, and I checked with someone and he says that could be the cgibin, phpmyadmin, and appserv directories are not uploaded. We uploaded the directories and the application still can not run any file with php extension. any help. I am stocked. I developed with a couple of guys an application in PHP, flash, and MySQL, and it works properly when we run it al localhost, but when we upload it via FTP to the hosting service, I can not get into the application. Have any of you experienced the same issue. It seems like the links are not working. But... I am not sure. Thanks for any assistance. Yes, the hosting support PHP. Looking in-depth, it seems like none of the php files are working, and I checked with someone and he says that could be the cgibin, phpmyadmin, and appserv directories are not uploaded. We uploaded the directories and the application still can not run any file with php extension. any help. I am stocked. Link to comment https://forums.phpfreaks.com/topic/105073-having-issues-to-upload-the-application-to-the-web/#findComment-537939 Share on other sites More sharing options...
Fadion Posted May 11, 2008 Share Posted May 11, 2008 If the application still doesnt work, how come it works better after the installation. No one can really give any opinion if u dont provide any information. "My site doesnt work" wont give u answers. Tell us what company it is, what hosting plan u have in that company etc. If it is a server issue, their support is the only one who can help u, so ask them instead. Link to comment https://forums.phpfreaks.com/topic/105073-having-issues-to-upload-the-application-to-the-web/#findComment-537955 Share on other sites More sharing options...
DarkWater Posted May 11, 2008 Share Posted May 11, 2008 How about this: What does it do when you load a PHP file? Link to comment https://forums.phpfreaks.com/topic/105073-having-issues-to-upload-the-application-to-the-web/#findComment-537960 Share on other sites More sharing options...
rhyboo Posted May 11, 2008 Share Posted May 11, 2008 Have you installed and configured your PHP Module in your web hosting account? I know in Startlogic I had to go through the whole process of configuring PHP5 and making sure the .ini was configured properly because I had the same problem. Check with your CGI and see what version of PHP is installed on your account and configure the .ini file. Where you using Apache as a server before you transfered your application to a hosting company? Link to comment https://forums.phpfreaks.com/topic/105073-having-issues-to-upload-the-application-to-the-web/#findComment-537963 Share on other sites More sharing options...
PFMaBiSmAd Posted May 11, 2008 Share Posted May 11, 2008 Post one of your .php files, including the first opening <?php tag in the file. Link to comment https://forums.phpfreaks.com/topic/105073-having-issues-to-upload-the-application-to-the-web/#findComment-537996 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.