close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Install problem with PS4

Thread began 9/30/2010 5:36 pm by marcus381392 | Last modified 10/05/2010 5:36 am by Ray Borduin | 1247 views | 5 replies |

marcus381392

Install problem with PS4

I uploaded the PS4 files to the server, ran the install program as far as creating the DB connection, entered all of the DB details and the screen went blank. I checked on my server and the tables were created in the DB but it won't progress to the next install screen. Any suggestions?

Thanks.

Sign in to reply to this post

Jason ByrnesWebAssist

a blank screen means a php error is occurring. to find out what the error is, you will need to turn error reporting on.


add the following code to line one of the page that is showing blank to turn error reporting on:

php:
<?php

error_reporting
(E_ALL);
ini_set('display_errors','on');
?>



once we know what the error is, well have a better idea what is going wrong.

Sign in to reply to this post

marcus381392

Thanks Jason,

This is the error received from install/4.php

"Fatal error: Call to undefined function mysql_set_charset() in /home/webadmin/mainstagegallery.com/html/Connections/PowerStoreConnection.php on line 10"

Sign in to reply to this post

Jason ByrnesWebAssist

what version of php is your host running?

to find this out you can create a new php page name phpinfo.php and add the following code in the body:

php:
<?php phpinfo(); ?>
Sign in to reply to this post

marcus381392

Hi Jason,

The server is running PHP Version 5.1.6

Sign in to reply to this post

Ray BorduinWebAssist

Can you update the php version?

The function it is complaining about was introduced in version 5.2.3

The other option is to remove that line of code from the connection file, but it could cause issues with accented characters sometimes not working properly.

Sign in to reply to this post
Did this help? Tips are appreciated...

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...