Posted by finalwebsites.com on 02/07/06 18:35
Lance wrote:
> Johannes Wienke wrote:
> > Hi,
> >
> > Am 07.02.2006 03:59 schrieb Lance:
> > > I have been testing an entire site on my localhost: apache web server.
> > > Now I uploaded these files, majority of which are php files. Online,
> > > these files refuse to load. All I see is a blank page. When I take off
> > > a great deal of php codes. it loads.(having been stripped of all its
> > > dynamic functionality)i.e like an ordinary HTML file. Have contacted my
> > > host who claim they have upgraded my hosting platform to UNIX platform
> > > but still my pages do not load.
> >
> > Sounds like your the server doesn't support PHP. <?php phpinfo() ?> works?
>
> Tried <?php phpinfo() ?> it works... Surprisingly it's the same
> version I have running on my localhost. The php codes make calls to a
> database when a user tries to login.
I think you have an error at the begin of your script
add this row at the begin of you script
error_reporting(E_ALL)
for debugging you site
--
gr. Olaf
PHP classes and scripts: http://www.finalwebsites.com
[Back to original message]
|