Recent Posts

Pages: 1 ... 4 5 6 7 [8] 9 10
71
News & Announcements / 4images 1.10
« Last post by kai on January 23, 2023, 05:03:51 PM »
:flag-en: The new version 4images 1.10 has been released. This release brings a bunch of bug fixes and improvements.
We recommend all users to update to the current version. All changes and features are listed in "docs/Changelog.txt".

:flag-de: Die neue Version 4images 1.10 wurde veroeffentlicht. Das Release beinhaltet einige Bug fixes und Verbesserungen.
Wir empfehlen allen Nutzern ein Update auf die aktuelle Version. Alle Aenderungen und Features sind in der Datei "docs/Changelog.txt" aufgelistet.

Download:
https://www.4homepages.de/download-4images

Demo:
https://www.4homepages.de/demo


Please use this thread for feedback about the 4images 1.10 version.

F?r Feedback zur 4images 1.10 Version bitte diesen Thread nutzen.
72
Bug Fixes & Patches / Re: MAIN_SCRIPT error (with fix) on 1.9 on PHP 8.1.12
« Last post by kai on January 13, 2023, 08:17:00 AM »
Yes, this will be fixed in the next version.
73
I'd like to have each member have access to upload only to their member category and not to other members categories. Is this currently possible?
74
Bug Fixes & Patches / MAIN_SCRIPT error (with fix) on 1.9 on PHP 8.1.12
« Last post by abda53bd on January 12, 2023, 09:25:08 PM »
PHP Fatal error:  Uncaught Error: Undefined constant "MAIN_SCRIPT" in includes/page_header.php:83

I get this error after creating a new account on a new install and trying to log in.

Fix:
file: global.php
line 27 add:


if(!defined('MAIN_SCRIPT')){
	
define('MAIN_SCRIPT', __FILE__);
}


It's possible this only happens on non-verified accounts
75
News & Announcements / Re: 4images 1.9
« Last post by kai on December 30, 2022, 02:20:04 PM »
thanks for reporting!

We will review the issues and fix them in the next release.
76
Bug Fixes & Patches / Re: PHP 8 Fix for V1.9
« Last post by kp on November 01, 2022, 12:55:10 PM »
Found a new PHP8 bug in this version.
By using the admin-function "Edit images" (German: Bilder bearbeiten) the result is strange when there are no filters set. Sometimes I got 0 images, sometimes 5000 sometimes all of them. This comes from the new handling in misusing a compare of string with an integer.

A fix you can find here: https://www.4homepages.de/forum/index.php?topic=33113.new#new
77
News & Announcements / Re: 4images 1.9
« Last post by kp on November 01, 2022, 12:52:47 PM »
Found another PHP8 bug in this version.
The admin-function "Edit images" (German: Bilder bearbeiten) the result is strange when there are no filters set. Sometimes I got 0 images, sometimes 5000 sometimes all of them. This comes from the new handling in misusing a compare of string with an integer.
The problem is in the file admin\images.php at line 664.
Here you have to change
if ($image_id != "") {
to
if ($image_id != 0) {

If you aren't experienced enough to change this, you can load my attached fixed file and replace it at your webspace.
Would be cool if the 4images guys could add this fix to there 1.9(.1) package.
78
Bug Fixes & Patches / Re: PHP 8 Fix for V1.9
« Last post by kp on October 31, 2022, 10:53:13 AM »
Hey,
I'm not a responsible person but I kept on eye on your post.
As I can see, the first "bug" is within the Admin area. So nobody could go there and can do something bad. On the other hand it looks for me, that 4images is cleaning all parameters.
So are you really sure that there is a real bug? I can't really find out on the page what the result is with this security tool.

About Cross Site Scripting I had not looked at yet.

Thank you.

Hello there. There are 2 security vulnerabilities here, I wonder if the developers can release a patch for it? Thanks in advance, it's urgent.
https://packetstormsecurity.com/files/163818/4images-1.8-SQL-Injection.html
https://packetstormsecurity.com/files/162946/4Images-1.8-Cross-Site-Scripting.html

Versions 1.8 and 1.9 seem to be affected.
79
Installation, Update & Configuration / Re: 1.9 Installation bricht ab
« Last post by kp on October 31, 2022, 10:26:46 AM »
Schaut mal hier:
https://www.4homepages.de/forum/index.php?topic=33114.msg168413#new

Vielleicht hilft euch das ja.
Vor allem das mit der InnoDB.


Btw. das Tool hier ist echt stark aber leider wird es nicht mehr (wirklich) weiterentwickelt und der Support ist auch nicht mehr da. Mit viel bitten hat man eine Anpassung auf PHP8 gemacht, aber auch die ist nicht fehlerfrei. Auch es es nicht responsible, d.h. auf Handy usw. passt sich das Tool nicht an. Ich habe mir das Tool zwar so angepasst, dass es das tut aber das kann man schwer f?r alle zug?nglich machen.
Ich versuche im Rahmen des mir m?glich die Fehler auszumerzen um meine Seite mit 17300 Fotos weiter betreiben zu k?nnen.

Also erst nochmal enrsthaft dar?ber nachdenken, ob dies hier wirklich die richtige L?sung f?r euch ist.
80
Installation, Update & Configuration / Re: 1.9 Installation bricht ab
« Last post by tspitaler on October 25, 2022, 03:21:19 PM »
Hallo Candy,
habe genau dasselbe Problem.
Betreibe meinen Webserver bei DREAMHOST auf PHP 8.0 FastCGI.
Habe auch andere Einstellungen probiert- PHP 7.4 und auch mit 4images 1.8.
Verhalten ist immer das gleiche.
Hast du eine L?sung gefunden ?
Danke
Lg Tom
Pages: 1 ... 4 5 6 7 [8] 9 10