close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Installation stalls after Step #2

Thread began 10/18/2010 12:24 pm by info72555 | Last modified 10/20/2010 9:31 am by Jason Byrnes | 1716 views | 5 replies |

info72555

Installation stalls after Step #2

I am trying to install 1.11 but after I enter the database and connection information and click Next, I am getting a blank page. When I view the page source, there is no code.
I have removed the entire Power Gallery directory, deleted the database and started from scratch - same results.

Any ideas?? Thanks

Sign in to reply to this post

Jason ByrnesWebAssist

is it install/2.php that displays blank, or install/3.php?


add the following code to the page that displays blank at line 1:

php:
<?php

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



this will turn error reporting on to help us figure out what is going wrong.

Sign in to reply to this post

info72555

Error message: completed step #2 but stalls on 3

Fatal error: Call to undefined function mysql_set_charset() in /home/dreams/public_www/CMS/Photos/Connections/powergallery.php on line 10

Sign in to reply to this post

Jason ByrnesWebAssist

what version of MySQL are you trying to install on?

Sign in to reply to this post

info72555

MySQL version

It's version 5. What I don't understand is that the Power CMS is also installed and working on this account so why would the Gallery not work?

Sign in to reply to this post

Jason ByrnesWebAssist

what version of php?

the mysql_set_charset command wasn't introduced until version 5.2.3.

We updated power gallery to force the db to use the UTF8 character set to address a problem people where having when trying to store special characters in the image description.

you can get around the error by going to Connections/powergallery.php and Install/scripts/connection.php and changing line 10:

php:
mysql_set_charset('utf8',$powergallery);



to:

php:
//mysql_set_charset('utf8',$powergallery);



but if you try to use special characters in the image description, you will run into issues.

Sign in to reply to this post

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...