close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

PS3 Testserver install

Thread began 2/17/2010 1:13 pm by balexander389215 | Last modified 2/18/2010 9:50 am by Justin Nemeth | 1753 views | 4 replies |

balexander389215

PS3 Testserver install

I thought it was about time to have a go at powerstore3. I have a test server with xmapp which has worked quite well and have tested a few sites with powerCMS so I know it works. I created a folder called 'store' and uploaded the files to this folder. The instructions in the readme file say to browse to this folder which I did and it gives me a directory list. In there is the folder called 'install' and the file index.pho which got me to the setup wizard. This is where it starts to go wrong. When I click on get started the following appears in my browser. The top of the screen has the following lines. After that it gives the results of the diagnostic reading which says nothing. It does not give a check or an x just the information you can see below. It looks like it is not even running the check just listing the data. Obviously I'm doing something wrong, any hints?

Thanks

false, 'php_notsafemode' => false, 'gd' => false, 'curl' => false, 'simplexml' => false, 'filepermissions' => false ); //php version $_SESSION['serverchecklist']['php'] = (intval(phpversion()) >= 5); //safe mode $_SESSION['serverchecklist']['php_notsafemode'] = ini_get('safe_mode') ? false : true; //gd image library if(extension_loaded('gd') && function_exists('gd_info')) { $_SESSION['serverchecklist']['gd'] = true; } //curl if(extension_loaded('curl') && function_exists('curl_version')) { $_SESSION['serverchecklist']['curl'] = true; } //simplexml if(extension_loaded('SimpleXML')) { $_SESSION['serverchecklist']['simplexml'] = true; } //file permissions $ts = time(); $base_dir = '../'; $create_dir = @mkdir($base_dir . 'dir' . $ts); if($create_dir) $create_dir = @rmdir($base_dir . 'dir' . $ts); $create_file = @touch($base_dir . 'file' . $ts); if($create_file) $create_file = @unlink($base_dir . 'file' . $ts); $_SESSION['serverchecklist']['filepermissions'] = ($create_dir && $create_file); $_SESSION['serverallgood'] = true; foreach($_SESSION['serverchecklist'] as $check => $value) { if(!$value) $_SESSION['serverallgood'] = false; } $_SESSION['ps_installer'] = $_SESSION['serverallgood']; ?>
WebAssist
PowerStore 3 Installation Wizard

Step 1 of 7

This Server Diagnostic Check analyzes your server to ensure the necessary permissions and settings are enabled for PowerStore to work properly.
Server Diagnostic Check

ERROR: All of the attributes below need to check out before you can proceed to the next step.
PHP

PHP is installed. PHP is running is safe mode. Contact your hosting provider to turn off safe mode. PHP 5 or greater is required. Contact your hosting provider to upgrade your PHP server.
GD Image Library

GD Image Library [] is installed. GD Image Library is not installed. Contact your hosting provider to have GD installed.
cURL

cURL [] is installed. cURL is not installed. Contact your hosting provider to have cURL installed.
SimpleXML

SimpleXML is installed. SimpleXML is not installed. Contact your hosting provider to have SimpleXML installed.
File Permissions

Files and directories can be created. Files and directories cannot be created. Verify the powerstore directory has write permissions on your server.
Get Started Get Started

Sign in to reply to this post

Justin Nemeth

It doesn't look like PHP is running on your server and it is interpreting the file as HTML code. That is why the code is being outputted to the browser like that.

Sign in to reply to this post

balexander389215

Closer

Not sure why it's doing that but I created a site in Dreamweaver, opened the index.php file, clicked on preview in browser and it brought up the configuration wizard. I ran through the process and it works. Not sure why I have to go through dreamweaver to get the store. The store folder is in the htdocs folder in the xampp folder. Must be something I missed in setup of xampp. Any ideas?

Thanks

Sign in to reply to this post

balexander389215

Okay I got it

Alright I figured it out, instead of going through localhost I was trying to go directly to the file. This is fine now,

However I see this error:

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for '-5.0/no DST' instead in C:\xampp\htdocs\Store\WA_Universal_Email\mail_PHP.php on line 175

Is this a function of using a test server that will go away when uploaded or is there a configuration setting I have to do for this?

Thanks

Sign in to reply to this post

Justin Nemeth

That warning will likely go away on your live server yes. If you want to fix it, you can edit the php.ini and put in a value for the timezone. It should be under the date section and called timezone. Set the value to America/New_York.

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