Quote:
Originally Posted by maineGuy72
edit your config.php file in the forums_root/includes folder
change mysqli to mysql
Code:
$config['Database']['dbtype'] = 'mysql';
save
upload
test
|
Thanks! That solved that problem. But I have another one...
When I turn on 'SEO friendly URLs' and click on a product I get an error that it can't be found:
-------------
Not Found
The requested URL /forums/For-Sale/3/<somecity>/Test2.html was not found on this server.
-------------
When I turn it off, the product can be seen. I have uploaded the contents of .htaccess as instructed and I do not have vBSEO installed.
Also, my logo can't be found. It's just a text of my site's URL on the upper-left. I'm guessing it's a relative path issue but can't find where to fix it (the logo error happens only on classifieds pages).
Thanks in advance.