lawanalog Posted February 1, 2020 Share Posted February 1, 2020 Please help is needed - My presta-website works well but lately the redirect after authentication shows blank. The error log indicates issue with the DbQuery Script, can you help (http://bml.com.ng/) I will share access where necessary for remote assistance. public function from($table, $alias = null) { if (!empty($table)) $this->query['from'][] = '`'._DB_PREFIX_.$table.'`'.($alias ? ' '.$alias : ''); return $this; DbQuery.php Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now