 |
What is PHP-MySQL Bridge? |
 |
 |
Bridge is just another way to connect to your database. Normally program uses direct MySQL connection to remote database installed at website or some other web server. In some cases this type of connection does not work - your hosting provider |
|
 |
 |
Bridge.php - where can I find it? |
 |
 |
Look into directory where your Store Manager installed. Usually it is C:\Program Files\MagneticOne\Store Manager for ...\ - it may be different depending on your system configuration. Find Service directory inside, b |
|
 |
 |
Bridge.php, how to install and configure it? |
 |
 |
To setup bridge you have to do following: 1. Open your application main directory - usually it is "C:\Program Files\MagneticOne\Store Manager for ... " and find directory "Service" there. Inside this directory you can find |
|
 |
 |
Am I using the database I set up on my website or the one I set up with Store Manager? Are they one and the same? |
 |
 |
Database installed with Store Manager is a kind of temporary database. It can be used for various purposes one of most valuable of them is PHP MySQL bridge. Working with local (Embedded) database is much more faster than working with remote one. Local d |
|
 |
 |
PHP MySQL Bridge: Your Temporary Directory specified in bridge.php doesn't exist or is not writeable |
 |
 |
This error means that bridge.php cannot write to temporary directory specified. By default temporary directory detected automatically and this autodetect works in 9 of 10 situations. If for some reason autodetected temporary directory does not work ( |
|
 |
 |
PHP MySQL Bridge: Authentication Error |
 |
 |
This error appears when login and password in bridge settings of your Preferences -> PHP MySQL Bridge and $username and $password values in bridge.php file are not identical. They have to be the same.Please see the y |
|
 |
 |
PHP MySQL Bridge: Unknown Cart Type Error |
 |
 |
There may be two reasons why this error appears. 1. You are using a different shopping cart from the one your Store Manager was designed for, which is not likely true.2. Most likely the bridge.php file that has to be stored in your Shop |
|
 |
 |
PHP MySQL Bridge: Can't Create Temporary File Error or Can't Open Temporary File Error |
 |
 |
This error means that bridge.php cannot write to temporary directory specified. By default temporary directory detected automatically and this autodetect works in 9 of 10 situations. If for some reason autodetected temporary directory does not work (acc |
|
 |
 |
PHP MySQL Bridge: Temporary File isn't readable or doesn't exist Error |
 |
 |
Please check PHP MySQL Bridge: Your Temporary Directory specified in bridge.php doesn't exist or is not writeable article. The solution is the same |
|
 |
 |
PHP MySQL Bridge: Please create local Temporary Directory, see $temporary_dir variable in bridge.php |
 |
 |
If for some reason autodetected temporary directory does not work (access denied or so) you can set it manually.Edit bridge.php file. There's a line://$temporary_dir = "./tmp"; // on some systems if you get output with 0 size, |
|
 |
 |
PHP MySQL bridge: How to make connection more secure |
 |
 |
This article provides suggestions on how to make your connection via PHP MySQL Bridge more secure.Internal PHP MySQL Bridge login/password systemAt the top of bridge.php there are login/password pair - you need to c |
|
 |