Scheduled Maintenance: 10-11-2025 Electricity company maintenance between 09:00 and 15:00.
3.2 & 3.3 Extensions Database 3.2 / 3.3 ⇒ Image Upload
-
martin
- Admin

- Posts: 5106
- Joined: 06 Apr 2014, 16:12
Re: Image Upload
Go to acp image upload page and delete the missing images from acp you have them in the database but the images are no longer on your server.

-
wads24
- Donator

- Posts: 125
- Joined: 19 Mar 2017, 19:30
Re: Image Upload
Thanks I'll try that...martin wrote: 03 Sep 2018, 03:36 Go to acp image upload page and delete the missing images from acp you have them in the database but the images are no longer on your server.
-
Solidjeuh
- Donator

- Posts: 348
- Joined: 13 Dec 2014, 02:40
Re: Image Upload
https://www.phpbb.com/community/viewtop ... #p14991666wads24 wrote: 03 Sep 2018, 03:20I'm getting this error on the extensions image upload configuration page. I guess I'm missing some images?Code: Select all
phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/imageupload/controller/admin_controller.php on line 204: getimagesize(./../ext/dmzx/imageupload/files/8df8093494e28cf74f2f89f58542976c.png): failed to open stream: No such file or directory [phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/imageupload/controller/admin_controller.php on line 204: getimagesize(./../ext/dmzx/imageupload/files/161d6105240c4d4b5d7f11261abab2de.jpg): failed to open stream: No such file or directory [phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/imageupload/controller/admin_controller.php on line 204: getimagesize(./../ext/dmzx/imageupload/files/255d87139958309c1c919fdf054f76d5.png): failed to open stream: No such file or directory [phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/imageupload/controller/admin_controller.php on line 204: getimagesize(./../ext/dmzx/imageupload/files/56af78aed077bf5f5b8072230f3f10c3.png): failed to open stream: No such file or directory [phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 137: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3268) [phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 137: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3268) [phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 137: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3268)
Forum voor NL Extensie vertalingen ---> https://www.supportforum.be
----------------------------------------------------------------------------
----------------------------------------------------------------------------
-
dmzx
- Founder

- Posts: 6469
- Joined: 13 Jan 2014, 21:45
Re: Image Upload
yes looks like itwads24 wrote: 03 Sep 2018, 03:20I'm getting this error on the extensions image upload configuration page. I guess I'm missing some images?Code: Select all
phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/imageupload/controller/admin_controller.php on line 204: getimagesize(./../ext/dmzx/imageupload/files/8df8093494e28cf74f2f89f58542976c.png): failed to open stream: No such file or directory [phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/imageupload/controller/admin_controller.php on line 204: getimagesize(./../ext/dmzx/imageupload/files/161d6105240c4d4b5d7f11261abab2de.jpg): failed to open stream: No such file or directory [phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/imageupload/controller/admin_controller.php on line 204: getimagesize(./../ext/dmzx/imageupload/files/255d87139958309c1c919fdf054f76d5.png): failed to open stream: No such file or directory [phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/imageupload/controller/admin_controller.php on line 204: getimagesize(./../ext/dmzx/imageupload/files/56af78aed077bf5f5b8072230f3f10c3.png): failed to open stream: No such file or directory [phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 137: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3268) [phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 137: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3268) [phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 137: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3268)
-
wads24
- Donator

- Posts: 125
- Joined: 19 Mar 2017, 19:30
Re: Image Upload
I had some images in the admin that were showing as 0 bytes, so I deleted those images and error is gone.
-
vfrblue
- Users

- Posts: 17
- Joined: 25 Feb 2017, 02:15
Re: Image Upload
I found this error in the "error-log" file:
But there are no errors or restrictions when using "Image Upload" in the forum.
phpBB 3.2.3
PHP 7.2.10
Image Upload 1.0.6
EDIT:
any solutions?
Code: Select all
PHP Fatal error: Uncaught Error: Class 'dmzx\imageupload\controller\http_exception' not found in /xxxxxxxxxxxxx/phpbb/ext/dmzx/imageupload/controller/ucp_controller.php:164
Stack trace:
#0 /xxxxxxxxxxxxx/phpbb/vendor/symfony/http-kernel/HttpKernel.php(135): dmzx\imageupload\controller\ucp_controller->main()
#1 /xxxxxxxxxxxxx/phpbb/vendor/symfony/http-kernel/HttpKernel.php(57): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(phpbb\symfony_request), 1)
#2 /xxxxxxxxxxxxx/phpbb/app.php(35): Symfony\Component\HttpKernel\HttpKernel->handle(Object(phpbb\symfony_request))
#3 {main}
thrown in /xxxxxxxxxxxxx/phpbb/ext/dmzx/imageupload/controller/ucp_controller.php on line 164phpBB 3.2.3
PHP 7.2.10
Image Upload 1.0.6
EDIT:
any solutions?
-
dmzx
- Founder

- Posts: 6469
- Joined: 13 Jan 2014, 21:45
Re: Image Upload
Yes see what you mean will correct in version 1.0.7.vfrblue wrote: 20 Oct 2018, 21:28 I found this error in the "error-log" file:But there are no errors or restrictions when using "Image Upload" in the forum.Code: Select all
PHP Fatal error: Uncaught Error: Class 'dmzx\imageupload\controller\http_exception' not found in /xxxxxxxxxxxxx/phpbb/ext/dmzx/imageupload/controller/ucp_controller.php:164 Stack trace: #0 /xxxxxxxxxxxxx/phpbb/vendor/symfony/http-kernel/HttpKernel.php(135): dmzx\imageupload\controller\ucp_controller->main() #1 /xxxxxxxxxxxxx/phpbb/vendor/symfony/http-kernel/HttpKernel.php(57): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(phpbb\symfony_request), 1) #2 /xxxxxxxxxxxxx/phpbb/app.php(35): Symfony\Component\HttpKernel\HttpKernel->handle(Object(phpbb\symfony_request)) #3 {main} thrown in /xxxxxxxxxxxxx/phpbb/ext/dmzx/imageupload/controller/ucp_controller.php on line 164
phpBB 3.2.3
PHP 7.2.10
Image Upload 1.0.6
EDIT:
any solutions?
Thanks for reporting.
-
Wil
- Users

- Posts: 62
- Joined: 30 Aug 2018, 07:30
This extension works great, so good that you do not know what to choose
Is it possible to show only the
Yeah, Facebook users huh
-------------------------------------------------------------------------------------------------------
Deze extensie werkt geweldig, zo goed dat men niet weet wat ze moeten kiezen
Is het mogelijk om alleen de te laten zien?
Tja Facebook gebruikers hè
Is it possible to show only the
Code: Select all
[img] photo [/img]-------------------------------------------------------------------------------------------------------
Deze extensie werkt geweldig, zo goed dat men niet weet wat ze moeten kiezen
Is het mogelijk om alleen de
Code: Select all
[img]foto[/img]Tja Facebook gebruikers hè
-
dmzx
- Founder

- Posts: 6469
- Joined: 13 Jan 2014, 21:45
Re: Image Upload
Sure you can adjust the imageupload_body.html file so only IMG is showing.
-
Wil
- Users

- Posts: 62
- Joined: 30 Aug 2018, 07:30
Re: Image Upload
Bedankt het is geluktdmzx wrote: 26 Oct 2018, 12:48 sure you can adjust the imageupload_body.html file so only IMG is showing.
-
karbiko
- Users

- Posts: 9
- Joined: 13 Dec 2015, 16:09
Re: Image Upload
Hi!
Is this ext working on phpbb 3.2.4? (and File Upload ext as well)
I'm getting a white page since I update to last version, and correcting the known issues..
Has anyone tried it?
Thanks in advance!
Is this ext working on phpbb 3.2.4? (and File Upload ext as well)
I'm getting a white page since I update to last version, and correcting the known issues..
Has anyone tried it?
Thanks in advance!
-
Midway
- Translators

- Posts: 115
- Joined: 08 Dec 2014, 10:27
Re: Image Upload
Hi I installed it on phpBB 3.2.4 but in the folder of File Upload version 1.0.2 the folder files is missing
-
Sniper_E
- VIP

- Posts: 1157
- Joined: 14 Oct 2014, 19:01
Re: Image Upload
I'm running image upload 1.0.6 on phpbb 3.2.3 right now.
I'll update to phpbb 3.2.4 and install image upload 1.0.8 tonight.
And report back later...
I'll update to phpbb 3.2.4 and install image upload 1.0.8 tonight.
And report back later...


