31
Feedback & Suggestions / Re: 4images 2
« Last post by kai on March 22, 2024, 09:11:14 AM »4images will be on GitHub the next weeks, so ever PHP developer is invited to help developing 4images...
The following link does not work. Has the copy been deleted?
https://www.4homepages.de/?download=4images1.10.zip&code=036d37d2d64db99473a40bd6716a6397
"cat_description" => htmlspecialchars(format_text($cat_cache[$cat_id]['cat_description'], 1, 0, 1)),
"cat_description" => un_htmlspecialchars(format_text($cat_cache[$cat_id]['cat_description'], 1, 0, 1)),
"cat_description" => htmlspecialchars(format_text($cat_cache[$category_id]['cat_description'], 1)),
"cat_description" => un_htmlspecialchars(format_text($cat_cache[$category_id]['cat_description'], 1)),
ENGINE=MyISAM;
ENGINE=InnoDB;
Change the table engine: Some MySQL engines have different limits for the index length. You could change the table engine from MyISAM to InnoDB to work around the problem