close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Install Problem

Thread began 2/09/2011 12:59 pm by Martin | Last modified 2/10/2011 9:38 am by Martin | 2198 views | 6 replies |

Martin

Install Problem

Greetings,

Uploaded files to server, ran install files and all checked out.

Entered serial number and then went to white screen in install/3?

Now I cannot proceed any further...

Any ideas or suggestions?

Thanks,
Martin

Sign in to reply to this post

Jason ByrnesWebAssist

create a new blank php page with the following code in it:

php:
<?php

error_reporting
(E_ALL);
ini_set('display_errors','on');
$c curl_init();
curl_setopt($cCURLOPT_URL"https://www.webassist.com/");
curl_setopt($cCURLOPT_TIMEOUT90);
curl_setopt($cCURLOPT_POST1);
curl_setopt($cCURLOPT_SSL_VERIFYPEER0);
curl_setopt($cCURLOPT_RETURNTRANSFER1);
curl_setopt($cCURLOPT_POSTFIELDS"");
$result curl_exec($c);

if(!
curl_errno($c)){
  
$info curl_getinfo($c);
  echo 
'Took ' $info['total_time'] . ' seconds to send a request to ' $info['url'];
} else {
  echo 
'Curl error: ' curl_error($c);

?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Untitled Document</title>
</head>

<body>
</body>
</html>




this will test the server to make sure it can make a cURL connection to the webassist server. Post back the results of this test.

Sign in to reply to this post

Martin

Hi Jason,

here is what I got back from the page.

Took 0.627995 seconds to send a request to www.webassist.com/

Thanks,

Martin

Sign in to reply to this post

Jason ByrnesWebAssist

hmmm,


on the install/3.php file, add the following code at line 1:

php:
<?php 

error_reporting
(E_ALL);
ini_set('display_errors','on');
?>
Sign in to reply to this post

Martin

Hi Jason,

Ok, I tried deleting all the files an re-uploading them again. With the same results.

I installed your error script on the file that initially failed and that was the install/4.php and here is the error that it produced.


Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/install/webassist/themes/Default/templates/install.dwt.php) is not within the allowed path(s): (/var/www/vhosts/cerecclearshot.com/httpdocs:/tmp) in /var/www/vhosts/cerecclearshot.com/httpdocs/install/webassist/themes/install_open.php on line 44

Fatal error: Call to undefined function mysql_set_charset() in /var/www/vhosts/cerecclearshot.com/httpdocs/Connections/PowerStoreConnection.php on line 10

I hope you can help with this as i need to get this site up and running.

Thanks,
Martin

Sign in to reply to this post

Jason ByrnesWebAssist

Looks like the host has the open_basedir restriction turned on in the php.ini file.


Power Store will not work in a site with the open_basedir restriction in place. the open_basedir restriction will need to be disabled by the host.

It also looks like the version of MySQL on your site needs to be updated.

Power Store needs MySQL Version 5.2 +

Sign in to reply to this post

Martin

Hi Jason,

Ok, I have contacted my hosting provider and I will wait to see what they come back with. I will let you know how it goes...

Thanks,
Martin

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