Quote:
Originally Posted by greenspan
I was able to resolve this by re-uploading all the files but I'm still having a problem...
After cropping a photo and submitting, I get the following error:
==========
Warning: mysql_query() [function.mysql-query]: Access denied for user 'someuser'@'localhost' (using password: NO) in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
==========
The products get posted and viewed but I the error above. Please help. Thanks!
|
edit your config.php file in the forums_root/includes folder
change mysqli to mysql
Code:
$config['Database']['dbtype'] = 'mysql';
save
upload
test