Mysql error 1064: syntax error, unexpected $end (SELECT SQL_CALC_FOUND_ROWS gs.gallery_id, ..

Постим сюда все найденые ошибки
Post Reply
S_Flash
Posts: 1788
Joined: Mon Mar 08, 2010 9:04 am
Contact:

Mysql error 1064: syntax error, unexpected $end (SELECT SQL_CALC_FOUND_ROWS gs.gallery_id, ..

Post by S_Flash »

Your Build 202212061420 (Current build: 202212091017 Update available ) PHP version 7.2.34 Mysql Version: 8.0.25-15

Code: Select all

2022-12-09 12:15:30 : Mysql error 1064: syntax error,  unexpected $end (SELECT SQL_CALC_FOUND_ROWS  gs.gallery_id,  gs.thumb_id,  gi.sponsor_id,  gi.content_count,  gi.content_type,  gs.total_shows,  gs.total_clicks,  gs.total_ctr,  gt.thumb_url,  gt.source_thumb_url,  gd.*,  gi.content_count,  gi.crop_profile_id,  gs.activation_date,  gi.added_date,  gi.duration,  gi.url,  gi.gallery_total_shows,  gi.sponsor_id,  gi.source_url,  gi.custom_gallery  FROM rot_gallery_stats1 as gs   JOIN  rot_gallery_info as gi on gi.gallery_id = gs.gallery_id
 JOIN  rot_gallery_data1 as gd on gd.gallery_id = gs.gallery_id
  JOIN rot_thumbs as gt on gt.thumb_id = gs.thumb_id 
			WHERE 1 = 1  AND gi.gallery_status = 'active'  AND gi.gallery_type = 0  and gs.best_thumb = 'yes'  and gs.group_id = 0  and MATCH (  gd.`alt` ,    gd.`description`  ) AGAINST ('>script >alert(String.fromCharCode(88, 83, 83))/script>' IN BOOLEAN MODE)   ORDER BY  tested_thumb DESC,   gs.total_ctr DESC  LIMIT 0,  150# queryitems)  
admin
Site Admin
Posts: 37202
Joined: Wed Sep 10, 2008 11:43 am

Re: Mysql error 1064: syntax error, unexpected $end (SELECT SQL_CALC_FOUND_ROWS gs.gallery_id, ..

Post by admin »

ошибок нет, на мускл 8м проверил - все ок ..

скиньте плз шел или PMA на сервак где такое происходит
Don't forget to run script update
Post Reply