Page 3 of 3

Re: Miniaturansichten werden nicht erstellt, Bild wird nicht angezeigt.

Posted: 02 May 2019, 18:03
by Jan
Hi, when making thumbnails, your server needs memory for PHP and GD library. Servers are not like PCs so when there is large image (over 3MB, on some servers over 1 - 2 MB), the PHP cannot use so much memory to create the thumbnails.

If you have no problems on your localhost (xampp), you can create the thumbnails there and then just copy them to your server so the server will not more create them (of course the structure: file/folders needs to be the same).

Jan

Re: Miniaturansichten werden nicht erstellt, Bild wird nicht angezeigt.

Posted: 03 May 2019, 13:26
by uhwhv
Hallo Jan,
viele Dank für die Hilfe.
Das Problem ist gelöst.

Ich habe meinem Provider das Problem geschildert und der hat mir eine .user.ini im Root der Internetseite angelegt und die Parameter eingetragen die sonst in der PHP.INI stehen.
Bei 1&1 Ionos scheint es einen Fehler in der Hilfe zu geben da dort die PHP.ini genommen werden soll.

Gruß
Udo

Hello Jan,
many thanks for the help.
The problem is solved.

I have described the problem to my provider.
He has created me a .user.ini in the root of the website and entered the parameters that are otherwise in the PHP.INI.
At 1&1 Ionos there seems to be an error in the help because the PHP.ini should be taken there.

greeting
Udo

Re: Miniaturansichten werden nicht erstellt, Bild wird nicht angezeigt.

Posted: 06 May 2019, 19:33
by Jan
Ok, great to hear it.

Jan