|
06-22-2006, 07:11 AM | #1 |
Green Mole
Join Date: Oct 2005
Location: Switzerland
Posts: 6
|
Strange db change behavior [Fix included]
Hi there,
I use a customized script to search with phpDig, that means I include the config of phpDig into my own script and use the functions of "/libs/search_functions" to search with. The problem of this method is that phpDig's connect to the MySQL server changes the db of my own script. If there are other db-queries after the phpDig search the queries would go to the phpDig db and not to the db of the including script. This behavior causes in the connection handling of php, if a connection with the same authorisation data would be etablished it changes only the db and generates not a new connection. To prevent this change the connection code in the file "/includes/connect.php" on line 30, from: PHP Code:
PHP Code:
Greez shockfreezer |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Certain sites, pages and pdfs are not indexed 1.8.9 RC1 [Workaround included] | obottek | Bug Tracker | 0 | 08-24-2006 05:30 AM |
Spider CLI call under Windows fails [Workaround included] | shockfreezer | Bug Tracker | 0 | 06-22-2006 06:58 AM |
files above 2 levels can not be included using require_once or include | ravi | Coding & Tutorials | 0 | 06-15-2006 03:33 AM |
Exclude not working 1.8.9 RC1 (Workaround included) | shockfreezer | Bug Tracker | 1 | 05-16-2006 12:55 AM |
PhpDig spiders included menu: wrong results | nicor | Troubleshooting | 3 | 03-25-2004 04:58 AM |