Jump to content

Złe zapytanie SQL Table 'baza_ps.ps_connections' doesn't exist


miccom

Recommended Posts

Cześć.
   Podczas kliknięcia w Porzucone koszyki otrzymuję komunikat z tematu tematu ;/
Jak sprawdzić, jakich tabel jeszcze mi brakuje? :) Czy ma ktoś z Was pustą tabelę o nazwie ps_connections dla PS 1.7.5.1 ?
 

Link to comment
Share on other sites

  • 2 months later...

Pobijam.
 Usunąłem powstający błąd na piechotę ( czyli wrzucałem do bazy rekordy których potrzebowało zapytanie ).

Stworzyłem tabelę ps_connections a w niej:

CREATE TABLE IF NOT EXISTS `ps_connections` (
  `id` int(11) NOT NULL,
  `date_add` datetime NOT NULL,
  `id_guest` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

 

Podpowiedzcie, jakie rekordy mają się znajdować w tej tabeli?
 

 

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...