View Issue Details

IDProjectCategoryView StatusLast Update
0005245Composr alpha bug reports[All Projects] General / Uncategorisedpublic2023-01-31 23:52
ReporterAdam EdingtonAssigned ToPatrick Schmalstig 
SeverityTrivial-bug 
Status resolvedResolutionfixed 
Summary0005245: MySQL error after deleting image from gallery
DescriptionA query has failed [SELECT COUNT(DISTINCT r.id) FROM cms11_images r LEFT JOIN cms11_galleries parent ON parent.name=r.id WHERE 1=1(cat='awake_consciousness') AND cat NOT LIKE 'download\_%' AND (1=1) LIMIT 1] [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(cat='awake_consciousness') AND cat NOT LIKE 'download\_%' AND (1=1) LIMIT 1' at line 1] (version: 11 alpha1, PHP version: 8.1.14, URL: https://dev.mediafeeder.net:80/composr/alpha11/site/index.php?page=galleries&type=browse&id=awake_consciousness)

Also notice port 80 is still in there though I did remove it at install.
Additional InformationPretty much the same error when enabling Carousel mode on a gallery
TagsNo tags attached.
Sponsorship open

Activities

Patrick Schmalstig

2023-01-30 16:36

administrator   ~0007888

I have not been able to reproduce any of these errors on my Linux install. I will try replicating them on Windows and will get back with you.

Patrick Schmalstig

2023-01-31 19:10

administrator   ~0007889

Hello Adam. I attempted a fix in https://gitlab.com/composr-foundation/composr/-/commit/7f1b2b5ed79b1d0e2fe4962dce248a23e2bfb6db .

Please let me know if this is working for you.

Adam Edington

2023-01-31 23:51

administrator   ~0007890

Problem solved, thanks.

Issue History

Date Modified Username Field Change
2023-01-18 04:01 Adam Edington New Issue
2023-01-18 19:25 Adam Edington Description Updated View Revisions
2023-01-30 10:35 Adam Edington Additional Information Updated View Revisions
2023-01-30 10:36 Adam Edington Assigned To => Chris Graham
2023-01-30 10:36 Adam Edington Status non-assigned => assigned
2023-01-30 16:36 Patrick Schmalstig Note Added: 0007888
2023-01-31 19:10 Patrick Schmalstig Note Added: 0007889
2023-01-31 19:10 Patrick Schmalstig Assigned To Chris Graham => Patrick Schmalstig
2023-01-31 23:51 Adam Edington Note Added: 0007890
2023-01-31 23:52 Adam Edington Status assigned => resolved
2023-01-31 23:52 Adam Edington Resolution open => fixed
2023-02-26 18:29 Chris Graham Category General => General / Uncategorised