Jump to content

DbQuery Redirect Error - Blank Page -


lawanalog

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...