Recent Posts

Pages: 1 [2] 3 4 5 6 ... 10
11
Hallo Alle,
Nach Upgrade zu 1.10 wurden die Kategoriebeschreibungen, die bei mir HTML enthalten, nicht mehr geparst.
Der Fehler liegt in den Scripten categories.php und includes/functions.php

Sucht/search in categories.php nach
Code: [Select]
"cat_description" => htmlspecialchars(format_text($cat_cache[$cat_id]['cat_description'], 1, 0, 1)),
und ersetzt/replace mit:
Code: [Select]
"cat_description" => un_htmlspecialchars(format_text($cat_cache[$cat_id]['cat_description'], 1, 0, 1)),
in includes/functions.php such/search nach
Code: [Select]
"cat_description" => htmlspecialchars(format_text($cat_cache[$category_id]['cat_description'], 1)),
und ersetzt/replace mit
Code: [Select]
"cat_description" => un_htmlspecialchars(format_text($cat_cache[$category_id]['cat_description'], 1)),
Das sollte die Anzeigeprobleme beheben.

*** for english speakers **
If you have trouble to get the correct html output in categories, please search in categories.php and includes/functions.php the rows above and change accordingly. This should solve the issue.
12
Installation, Update & Configuration / Re: Installation problem
« Last post by php8 on February 19, 2024, 11:16:30 PM »
Hello,

you can fix this by opening the files under "data/database/default"
Search:

Code: [Select]
ENGINE=MyISAM;
Replace with

Code: [Select]
ENGINE=InnoDB;
Ref.:
1) https://www.4homepages.de/forum/index.php?topic=33114.msg168413#new
2) Microsoft Copilot:
Quote
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

Best regards.
13
Installation, Update & Configuration / Installation problem
« Last post by SHANKS on February 17, 2024, 02:22:59 PM »
Good evening, how are you?
I am trying to install the program, but I encounter a problem at the beginning of the installation

What's the solution
14
Feedback & Suggestions / The download link is not working
« Last post by SHANKS on February 02, 2024, 08:59:19 AM »
Welcome
How are you
The following link does not work. Has the copy been deleted?
https://www.4homepages.de/?download=4images1.10.zip&code=036d37d2d64db99473a40bd6716a6397
15
Feedback & Suggestions / Re: 4images 1.10 - Feedback
« Last post by Buspilotin on January 05, 2024, 09:22:53 PM »
Nein das war auch keine Hilfe, aber ich habe eben rumgespielt und den VARCHAR Wert der session_ip auf 32 gestellt, zack, meine Galerie ist wieder da  :mrgreen:

Ob das jetzt Pfusch ist, keine Ahnung, aber das Ergebnis zählt  :lol:
16
Error Messages / Fehlermeldungen / Re: Probleme mit 1.10 und PHP8.1
« Last post by Buspilotin on January 05, 2024, 09:20:07 PM »
So, ich habe nun noch einmal ausgiebig das Netz auf links gedreht und gegraben, dabei bin ich über VARCHAR Werte gestolpert. Ich hab nicht wirklich viel Ahnung von dem ganzen, aber nachdem ich den Wert der session_ip von 15 auf 32 geändert habe, ist meine Galerie wieder da  :D

Ob das jetzt die ideale Lösung ist, keine Ahnung, aber es funktioniert  :mrgreen:
17
Feedback & Suggestions / Re: 4images 1.10 - Feedback
« Last post by php8 on December 27, 2023, 05:36:49 PM »
18
Feedback & Suggestions / Re: 4images 1.10 - Feedback
« Last post by Buspilotin on December 24, 2023, 01:15:52 AM »
Wird es irgendwann nochmal ein Update für php8.x geben?  :?
19
Feedback & Suggestions / Re: 4images 1.10 - Feedback
« Last post by gerbert on December 22, 2023, 03:48:48 AM »
Hi, I'm trying to update an old gallery that is using Version: 1.7.11. My web host is requiring me to update to php 8 and I suspect that will require the latest version. The free download link here https://www.4homepages.de/download-4images is down. Is there any other way I can get a download? I searched this forum quite a bit and couldn't find it. Thanks!
20
Mods & Plugins (Releases & Support) / Re: [MOD] Bridge: 4images 1.7.7 - phpBB 3.0.5+
« Last post by Maggan22 on November 22, 2023, 08:18:28 AM »
Hi, I also just came across this bridge and would like to know if there will be a bridge for the current phpbb3.3?
Pages: 1 [2] 3 4 5 6 ... 10