Pobieram dane do Panelu administracyjnego poprzez Doctrine kod poniżej. Poniższy kod działa na dwóch serwerach jednak ostatnio kupiełm 3 od innej firmy i okazało się że poniższy kod wyrzuca mi błąd dokładnie taki jak poniżej. Napisałem do administartora maila (jak proponował komunikat), jednak troche to zajmnie zanim mi odpiszą, a mi zależy na czasie i dlatego tu napisałem. Jeśli ktoś już spotkał się z taka sytuacją porsze o pomoc. A dodam jeszcze że ostatnia linijka podanego kodu jest winna za tą całą sytuacje.
Proszę o odpowiedz.
Pozdrawiam
Tejek
Kod pobierania danych
$pager = new Doctrine_Pager( $q = Doctrine_Query::create() ->select('u.id_sites, u.url, u.title, u.meta_keywords, u.meta_description, u.body') ->from('Site u') $currentPage, $resultsPerPage ); // execute query
Treść bładu (winowajcą jest ostatnia linijka powyższego kodu):
500 Internal Server Error Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, admin@vel.pl and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log.
Nikt nie miał podobnego problemu?