close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Powerstore 3 Admin Access

Thread began 2/25/2010 8:39 am by renny1228846 | Last modified 3/11/2010 6:31 am by renny1228846 | 3260 views | 14 replies |

renny1228846

Powerstore 3 Admin Access

I completed the install wizard without a problem, but when I try to access the Admin section I receive a wrong Username or Password error.

I heve even tried setting up a new database username and password, but am getting nowhere.

Sign in to reply to this post

Jason ByrnesWebAssist

first we need to verify session management functions on your server.

See the following post for a file called sesiontest.php, upload that file to your server and run int, please post back the results:
showpost.php?p=23826&postcount=2

Sign in to reply to this post

renny1228846

Powerstore Admin Access

The session test worked fine.

Just to verify that I am using the right username and password, these are the ones on the server in the carts Connections folder right?

Sign in to reply to this post

Jason ByrnesWebAssist

No, the admin user and password are stored in the wa_settings tabel of the PowerStore MySQL database.

This table will contain records named admin_username and admin_password.

Sign in to reply to this post

renny1228846

Powerstore Admin Access

No, those fields do not exist in that table on my server.

Sign in to reply to this post

Jason ByrnesWebAssist

Are you sure? They are created by the installation wizard when the other fields arte created, I dont see how the other settings could be saved, but the admin user an passord not be saved

If you are using PHPMyAdmin, you will need to manually go to the past page of records to the admin_username and admin_password. they are created as the last records with an ID of 73 and 74. I use Sequel Pro, but here is a screen shot those records in my table.

Sign in to reply to this post

renny1228846

Powerstore Admin Access

OK I found it. I was only seeing the first page.

It is the same username and password I have been trying. I tried again and failed to log in.

Sign in to reply to this post

Jason ByrnesWebAssist

I have created a support ticket so we can look into this issue further.

To view and edit your support ticket, please log into your support history:
login.php

Sign in to reply to this post

renny1228846

A related problem?

You fixed the Admin Access issue by adding "session_commit" to the admin home page, but now when I login as a user and try to add an item to my cart, I receive a "cart empty" error.

Does this "session_commit" line have to be added to the cart pages as well?

Sign in to reply to this post

Jason ByrnesWebAssist

yes, on the product detail page, find the following:

php:
<?php

// WA eCart Redirect
if ($WA_Store_Cart->redirStr != "")     {
  
header("Location: ".$WA_Store_Cart->redirStr);
}
?>




and add session_commit(); before the header function:

php:
<?php

// WA eCart Redirect
if ($WA_Store_Cart->redirStr != "")     {
  
session_commit();
  
header("Location: ".$WA_Store_Cart->redirStr);
}
?>
Sign in to reply to this post
loading

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