Scheduled Maintenance: 10-11-2025 Electricity company maintenance between 09:00 and 15:00.

3.2 & 3.3 Extensions Database 3.2 / 3.3Image Upload

<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
User avatar

martin
Admin
Admin
Posts: 5106
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Image Upload

Post by martin »

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.
Image

User avatar

wads24
Donator
Donator
Posts: 125
Joined: 19 Mar 2017, 19:30
    Android Chrome

Re: Image Upload

Post by wads24 »

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.
Thanks I'll try that...

User avatar

Solidjeuh
Donator
Donator
Posts: 348
Joined: 13 Dec 2014, 02:40
    Windows 10 Firefox

Re: Image Upload

Post by Solidjeuh »

wads24 wrote: 03 Sep 2018, 03:20

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)
I'm getting this error on the extensions image upload configuration page. I guess I'm missing some images?
https://www.phpbb.com/community/viewtop ... #p14991666
Forum voor NL Extensie vertalingen ---> https://www.supportforum.be
----------------------------------------------------------------------------

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6469
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Image Upload

Post by dmzx »

wads24 wrote: 03 Sep 2018, 03:20

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)
I'm getting this error on the extensions image upload configuration page. I guess I'm missing some images?
yes looks like it

User avatar

wads24
Donator
Donator
Posts: 125
Joined: 19 Mar 2017, 19:30
    Windows 10 Chrome

Re: Image Upload

Post by wads24 »

I had some images in the admin that were showing as 0 bytes, so I deleted those images and error is gone.


vfrblue
Users
Users
Posts: 17
Joined: 25 Feb 2017, 02:15
    Windows 10 Opera

Re: Image Upload

Post by vfrblue »

I found this error in the "error-log" file:

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
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?

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6469
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Image Upload

Post by dmzx »

vfrblue wrote: 20 Oct 2018, 21:28 I found this error in the "error-log" file:

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
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?
Yes see what you mean will correct in version 1.0.7.
Thanks for reporting. :thumbup:

User avatar

Wil
Users
Users
Posts: 62
Joined: 30 Aug 2018, 07:30
    Windows 10 Chrome

Post by Wil »

This extension works great, so good that you do not know what to choose

Is it possible to show only the

Code: Select all

[img] photo [/img]
Yeah, Facebook users huh
-------------------------------------------------------------------------------------------------------
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]
te laten zien?
Tja Facebook gebruikers hè
Regards,

Wil
Image
Sorry my English is not my basic language

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6469
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Image Upload

Post by dmzx »

Sure you can adjust the imageupload_body.html file so only IMG is showing.

User avatar

Wil
Users
Users
Posts: 62
Joined: 30 Aug 2018, 07:30
    Windows 10 Chrome

Re: Image Upload

Post by Wil »

dmzx wrote: 26 Oct 2018, 12:48 sure you can adjust the imageupload_body.html file so only IMG is showing.
Bedankt het is gelukt :buigen:

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6469
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Image Upload

Post by dmzx »

Wil wrote: 26 Oct 2018, 12:56
dmzx wrote: 26 Oct 2018, 12:48 sure you can adjust the imageupload_body.html file so only IMG is showing.
Bedankt het is gelukt :buigen:
:thumbup:

User avatar

karbiko
Users
Users
Posts: 9
Joined: 13 Dec 2015, 16:09
    Windows 10 Chrome

Re: Image Upload

Post by karbiko »

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!

User avatar

Midway
Translators
Translators
Posts: 115
Joined: 08 Dec 2014, 10:27
    Windows 7 Firefox

Re: Image Upload

Post by Midway »

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

User avatar

Sniper_E
VIP
VIP
Posts: 1157
Joined: 14 Oct 2014, 19:01
    Android Chrome

Re: Image Upload

Post by Sniper_E »

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...
Image
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!™

User avatar

lopoto
Users
Users
Posts: 73
Joined: 28 Dec 2014, 01:59
    Windows 10 Firefox

Re: Image Upload

Post by lopoto »

1.0.8 ? WoW I'm looking forward :eyes2: :tumbsyes:

Post Reply Previous topicNext topic