Jump to content
The Uniform Server Community

php script admin page blank after installation


solutionz
 Share

Recommended Posts

Hello Everyone,

 

I'm new at this forum and also new to installing and using a server offline.

 

After installing and trying to use IIS and Xamp, I found UniSever to be the easiest for me.

I thank the Uniform Sever developers for a no hassle installation and a detailed help guide.

 

The purpose of installing a server for me was to have the ability to test scripts offline before using them on my websites.

After installation, I tested everything regarding php and mysql and all went OK.

 

But now I have a problem I don't know how to solve.

 

I want to test a php membership script using mysql database, but nothing seems to be working.

I have created the database with associated user, ran the php script to install the tables and all went OK.

But now whenever I try to access the admin control panel for the script, the page is blanc.

Both http://localhost/script/index.php or http://127.0.0.1/script/index.php are blank pages.

 

It seems like the server does not connect to the database or maybe something else I don't know.

 

Any help would be appreciated.

Link to comment
Share on other sites

“I tested everything regarding php and mysql and all went OK”

 

I think your scripts may be using Short open tags ( ?>)!

Change these to the long form of PHP open tag (<?php ?>)

 

For details:

Built in HTML manual reference (run help.exe): PHP > Short open tags

 

The following section is also worth a read:

Built in HTML manual reference (run help.exe): MySQL > General note: MySQL access and privileges

 

All the bet

Ric

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...