With PHP-eSeller, PHP-SecureArea or PHP-KeyCodes, if you get an error during installation where the admin keeps on logging out, it is usually because there is an issue with session variables on your server.
First check using the test file a_session_test.php When the page is first loaded there will be a link, click the link and it [...]
Entries from January 2009
Logging in and session errors
January 31st, 2009 · No Comments
Tags: PHP-KeyCodes · PHP-SecureArea · PHP-eSeller
Sending email from windows server
January 31st, 2009 · No Comments
PHP-eSeller and PHP-KeyCodes can both be installed on a Windows Server which runs PHP and has a mySQL database. This is quite a common arrangement now, and many hosting companies provide this, enabling PHP applications to be installed on Windows Servers.
Both applications need to send out emails from the server and this can be done [...]
Tags: PHP-KeyCodes · PHP-eSeller
Why do I get asked twice to log in to secure area
January 22nd, 2009 · No Comments
With PHPSecureArea, when you set up a secure area protected by a htaccess / htpasswd file you may find that you have to login twice.
The probable reason is that you have linked to the protected area as
http://www.domainname.com/protected
or
http://www.domainname.com/protected/
Change this to the full file url for example :
http://www.domainname.com/protected/index.html
Tags: PHP-SecureArea