Problem with queXF on xampp
Hi, i have a problem to start using a quexf on xampp. I add a quexf and adodb to xampp and when I run the page (http://
Warning: include_once (/usr/share/
Warning: include_once (): Failed opening '/usr/share/
ERROR: Please modify the path to ADODB in config.inc.php
Fatal error: Uncaught Error: Call to undefined function newADOConnection () in C: \ xampp \ htdocs \ quexf \ db.inc.php: 41 Stack trace: # 0 C: \ xampp \ htdocs \ quexf \ verifyjs.php (29) : include_once () # 1 {main} thrown in C: \ xampp \ htdocs \ quexf \ db.inc.php on line 41
It's seem that I have to modify the config.inc.php to the adodb but I do not know what exactly I have to type there.
I will be grateful for the tips and help.
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- queXF Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- r.wasko
- Solved:
- 2017-10-28
- Last query:
- 2017-10-28
- Last reply:
- 2017-10-27
Adam Zammit (adamzammit) said : | #1 |
You will need to download adodb: http://
Then modify the config.inc.php file to make sure it references the correct location on your system of adodb.
Adamh
r.wasko (wasko) said : | #2 |
Thanks for the answer but isn't solve my problem. I downloaded Adodb before and i know i have to define the correct location on my system but i don't know what precisely i have to write in conig.inc.php (probably something like this ADODB="
r.wasko (wasko) said : | #3 |
Problem solved. I tried to enter a path to an ADODB not to this conig.inc.php file which I need.
Regards :)