Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Phpmyadmin
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Polish OTW
View previous topic :: View next topic  
Author Message
Andrzej1309
Tux's lil' helper
Tux's lil' helper


Joined: 05 Dec 2007
Posts: 96

PostPosted: Thu Aug 14, 2014 10:08 am    Post subject: Phpmyadmin Reply with quote

Witam.
Mam jakiś problem z phpmyadmin
Przy próbie przeglądania jakiejkolwiek tabeli otrzymuję komunikat:

Code:
Parse error: syntax error, unexpected '<<<EOT' in /var/www/localhost/htdocs/phpmyadmin/libraries/sql.lib.php on line 502

Wcześniej było wszystko ok, coś musiało namieszać po jakiejś aktualizacji systemu.
Phpmyadmin wersja 4.2.2, sprawdzałem wersję 4.1.7, jest to samo
Czy może ktoś już miał do czynienia z takim problemem ?
Back to top
View user's profile Send private message
internet100
n00b
n00b


Joined: 26 Oct 2014
Posts: 0

PostPosted: Sun Oct 26, 2014 5:45 am    Post subject: Reply with quote

I had the same problem.


I just replaced using my favorite text editor these lines:

$profiling_table .= <<<EOT
<script type="text/javascript">
pma_token = '$pma_token';
url_query = '$url_query';
</script>
EOT;


by:

$profiling_table .= "<script type=\"text/javascript\"> pma_token = '$pma_token'; url_query = '$url_query';</script>";
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Polish OTW All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum