close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

php 5 required but i have php 5.2.0-8+etch16

Thread began 11/05/2011 11:34 am by JBWebWorks | Last modified 11/09/2011 7:54 am by JBWebWorks | 3561 views | 4 replies |

JBWebWorks

php 5 required but i have php 5.2.0-8+etch16

Just bought power gallery solution and trying to install and get this server error

PHP 5.2.0-8+etch16
PHP 5 or greater is required. Contact your hosting provider to upgrade your PHP server.


thanks for your help,
-Jim Balthrop

Sign in to reply to this post

Jason ByrnesWebAssist

PHP version 5.2.3 is needed. this is the earliest version that introduced the mysql_set_charset function in php.


to work around the issue, edit the install_gallery/dignostic.php file, change:

php:
if (strnatcmp(phpversion(),'5.2.3') >= 0){




to:

php:
if (strnatcmp(phpversion(),'5.2.0') >= 0){



next edit the install_gallery/global.php file, add the following code at line 1:

php:
<?php

 
if (function_exists('mysql_set_charset') === false) {
     function 
mysql_set_charset($charset$link_identifier null)
     {
         if (
$link_identifier == null) {
             return 
mysql_query('SET NAMES "'.$charset.'"');
         } else {
             return 
mysql_query('SET NAMES "'.$charset.'"'$link_identifier);
         }
     }
 }
?>




add the same code at line 1 of the install_gallery/scripts/connection.php file.

after the install is complete, you may need to edit the Connections/powergallery.php and add that code block again at line 1.

Sign in to reply to this post

JBWebWorks

Jason,

should Power Gallery be installed on local testing server also?

Sign in to reply to this post

Jason ByrnesWebAssist

"should" isn't really the correct question.

Power Gallery _can_ be installed on a local testing server, but it doesn't _have_ to be. it is entirely up to you.

Sign in to reply to this post

JBWebWorks

thanks Jason

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