Jump to content

Cerca nel sito


freestyleweb

Recommended Posts

Buongiorno ,  ho questo tipo di problema

 

Ho un database molto grande stiamo su 44498 prodotti attivi, il cerca del sito appena viene inserita una parola mostra la pagina bianca, non riesce, da un errore di memoria.

 

 

Ho pensato di limitare la query del cerca tipo dagli un limite di prodotti dove deve cercare, dove posso farlo? il cerca è quello di default di prestashop

 

potete aiutarmi grazie...

Link to comment
Share on other sites

Ho messo display errore on e esce questo:

 

Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 262144 bytes) in /home2/public_html/classes/db/DbPDO.php on line 174

 

 

corrispondente a questa linea

 

 protected function getAll($result = false)

    {
        if (!$result) {
            $result = $this->result;
        }
 
        if (!is_object($result)) {
            return false;
        }
 
        return $result->fetchAll(PDO::FETCH_ASSOC);
    }
 
 
com posso risolvere?
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...