HTTP error when trying to post a file attachment

Get help with installation and running phpBB 3.3.x here. Please do not post bug reports, feature requests, or extension related questions here.
Post Reply
User avatar
Traction
Registered User
Posts: 345
Joined: Fri Jun 06, 2003 8:42 pm
Location: Staten Island, New York
Contact:

HTTP error when trying to post a file attachment

Post by Traction »

What version of phpBB are you using? phpBB 3.3.7
What is your board's URL? https://www.zaponline.org/forums/
Who do you host your board with? Godaddy
How did you install your board? Fresh install in January 2009. Updates tons of times since.
What is the most recent action performed on your board? A post
Is registration required to reproduce this issue? Yes, because you must have post access
Do you have any MODs installed? No
Do you have any extensions installed? Yes
What styles do you currently have installed? aero
What language(s) is your board currently using? English
Which database type/version are you using? MySQL(i) 5.6.51-cll-lve
What is your level of experience? Pretty good, 13+ years experience
What actions did you take prior to this problem becoming noticeable? It's hard to say. I have a very small board with very few active users. The last time I tried to attach a file was in December. It worked then.
Please describe your problem. While everything else is working nicely, I can not attach any files. When I try, I get a simple HTTP Error. In my error logs, nothing comes up. I have even tried disabling Javascript, but when I do that and try to upload a file, it says Error 500. It doesn't matter if the file is tiny or large, .jpg or .zip. Nothing uploads. I set the Maximum file size to 0 from 6. Still the same error.

I also have a sister site on the same server, just for testing. When I try to upload files on that site, it works. Same GoDaddy host, same Attachment settings in ACP. Am I overlooking something? The /files directory is set at 0777, so that's ok. Here's some pics. Perhaps there's something that I missed.
Attachments
screencapture-zaponline-org-forums-adm-index-php-2022-05-28-15_30_53.png
screencapture-zaponline-org-forums-posting-php-2022-05-28-15_17_51.png
screencapture-zaponline-org-forums-adm-index-php-2022-05-28-15_24_58.png
Last edited by Mick on Tue May 31, 2022 6:23 pm, edited 1 time in total.
Reason: Solved.
Failure is not an option.
Zap! Classic Video Game Forums
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26546
Joined: Fri Aug 29, 2008 9:49 am

Re: HTTP error when trying to post a file attachment

Post by Mick »

Ok, I’ll trot this out again, if everything was working normally and something suddenly stopped through no fault of your own, assuming you’ve done nothing to cause the problem, then it would appear your host has changed something, maybe the PHP version? Did you look in your server error logs for anything that may be the cause of the problem? Please post (copy/paste) any HTTP errors relevant to this issue you're seeing.
  • "The more connected we get the more alone we become" - Kyle Broflovski©
  • "The good news is hell is just the product of a morbid human imagination.
    The bad news is, whatever humans can imagine, they can usually create.
    " - Harmony Cobel
User avatar
Traction
Registered User
Posts: 345
Joined: Fri Jun 06, 2003 8:42 pm
Location: Staten Island, New York
Contact:

Re: HTTP error when trying to post a file attachment

Post by Traction »

Mick wrote: Sun May 29, 2022 7:19 am Ok, I’ll trot this out again, if everything was working normally and something suddenly stopped through no fault of your own, assuming you’ve done nothing to cause the problem, then it would appear your host has changed something, maybe the PHP version? Did you look in your server error logs for anything that may be the cause of the problem? Please post (copy/paste) any HTTP errors relevant to this issue you're seeing.
I doubt it's my host. Like I said above, I run a test site off the same host and on that one I can attach files just fine.

I'm about to work a double shift, but are you talking about the one in the forum directory called error.log? Here is some of that, from May 20th on:

Code: Select all

[20-May-2022 11:46:30 UTC] PHP Fatal error:  Uncaught Error: mysqli object is not fully initialized in /home/dguycatweujw/public_html/forums/phpbb/db/driver/mysqli.php:200
Stack trace:
#0 /home/dguycatweujw/public_html/forums/phpbb/db/driver/mysqli.php(200): mysqli_query()
#1 /home/dguycatweujw/public_html/forums/phpbb/db/driver/factory.php(345): phpbb\db\driver\mysqli->sql_query()
#2 /home/dguycatweujw/public_html/forums/phpbb/config/db.php(72): phpbb\db\driver\factory->sql_query()
#3 /home/dguycatweujw/public_html/forums/phpbb/config/db.php(55): phpbb\config\db->initialise()
#4 [internal function]: phpbb\config\db->__construct()
#5 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/ContainerBuilder.php(1176): ReflectionClass->newInstanceArgs()
#6 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/ContainerBuilder.php(634): Symfony\Component\DependencyInjection\ContainerBuilder->createService()
#7 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/ContainerBuilder.php(1281): Symfony\Component\DependencyInjection\ContainerBuilder->doGet()
#8 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/ContainerBuilder.php(1238): Symfony\Component\DependencyInjection\ContainerBuilder->doResolveServices()
#9 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/ContainerBuilder.php(1149): Symfony\Component\DependencyInjection\ContainerBuilder->doResolveServices()
#10 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/ContainerBuilder.php(634): Symfony\Component\DependencyInjection\ContainerBuilder->createService()
#11 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/ContainerBuilder.php(588): Symfony\Component\DependencyInjection\ContainerBuilder->doGet()
#12 /home/dguycatweujw/public_html/forums/includes/compatibility_globals.php(45): Symfony\Component\DependencyInjection\ContainerBuilder->get()
#13 /home/dguycatweujw/public_html/forums/common.php(146): register_compatibility_globals()
#14 /home/dguycatweujw/public_html/forums/viewtopic.php(20): include('/home/dguycatwe...')
#15 {main}
  thrown in /home/dguycatweujw/public_html/forums/phpbb/db/driver/mysqli.php on line 200
[28-May-2022 17:36:39 UTC] PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:3144
Stack trace:
#0 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getFiles_Types_FormService()
#1 /home/dguycatweujw/public_html/forums/phpbb/files/factory.php(49): Symfony\Component\DependencyInjection\Container->get()
#2 /home/dguycatweujw/public_html/forums/phpbb/files/upload.php(195): phpbb\files\factory->get()
#3 /home/dguycatweujw/public_html/forums/phpbb/attachment/upload.php(121): phpbb\files\upload->handle_upload()
#4 /home/dguycatweujw/public_html/forums/phpbb/attachment/manager.php(97): phpbb\attachment\upload->upload()
#5 /home/dguycatweujw/public_html/forums/includes/message_parser.php(1718): phpbb\attachment\manager->upload()
#6 /home/dguycatweujw/public_html/forums/posting.php(1035): parse_message->parse_attachments()
#7 {main}
  thrown in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3144
[28-May-2022 17:36:45 UTC] PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:3144
Stack trace:
#0 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getFiles_Types_FormService()
#1 /home/dguycatweujw/public_html/forums/phpbb/files/factory.php(49): Symfony\Component\DependencyInjection\Container->get()
#2 /home/dguycatweujw/public_html/forums/phpbb/files/upload.php(195): phpbb\files\factory->get()
#3 /home/dguycatweujw/public_html/forums/phpbb/attachment/upload.php(121): phpbb\files\upload->handle_upload()
#4 /home/dguycatweujw/public_html/forums/phpbb/attachment/manager.php(97): phpbb\attachment\upload->upload()
#5 /home/dguycatweujw/public_html/forums/includes/message_parser.php(1718): phpbb\attachment\manager->upload()
#6 /home/dguycatweujw/public_html/forums/posting.php(1035): parse_message->parse_attachments()
#7 {main}
  thrown in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3144
[28-May-2022 17:36:48 UTC] PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:3144
Stack trace:
#0 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getFiles_Types_FormService()
#1 /home/dguycatweujw/public_html/forums/phpbb/files/factory.php(49): Symfony\Component\DependencyInjection\Container->get()
#2 /home/dguycatweujw/public_html/forums/phpbb/files/upload.php(195): phpbb\files\factory->get()
#3 /home/dguycatweujw/public_html/forums/phpbb/attachment/upload.php(121): phpbb\files\upload->handle_upload()
#4 /home/dguycatweujw/public_html/forums/phpbb/attachment/manager.php(97): phpbb\attachment\upload->upload()
#5 /home/dguycatweujw/public_html/forums/includes/message_parser.php(1718): phpbb\attachment\manager->upload()
#6 /home/dguycatweujw/public_html/forums/posting.php(1035): parse_message->parse_attachments()
#7 {main}
  thrown in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3144
[28-May-2022 17:36:51 UTC] PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:3144
Stack trace:
#0 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getFiles_Types_FormService()
#1 /home/dguycatweujw/public_html/forums/phpbb/files/factory.php(49): Symfony\Component\DependencyInjection\Container->get()
#2 /home/dguycatweujw/public_html/forums/phpbb/files/upload.php(195): phpbb\files\factory->get()
#3 /home/dguycatweujw/public_html/forums/phpbb/attachment/upload.php(121): phpbb\files\upload->handle_upload()
#4 /home/dguycatweujw/public_html/forums/phpbb/attachment/manager.php(97): phpbb\attachment\upload->upload()
#5 /home/dguycatweujw/public_html/forums/includes/message_parser.php(1718): phpbb\attachment\manager->upload()
#6 /home/dguycatweujw/public_html/forums/posting.php(1035): parse_message->parse_attachments()
#7 {main}
  thrown in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3144
[28-May-2022 17:36:54 UTC] PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:3144
Stack trace:
#0 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getFiles_Types_FormService()
#1 /home/dguycatweujw/public_html/forums/phpbb/files/factory.php(49): Symfony\Component\DependencyInjection\Container->get()
#2 /home/dguycatweujw/public_html/forums/phpbb/files/upload.php(195): phpbb\files\factory->get()
#3 /home/dguycatweujw/public_html/forums/phpbb/attachment/upload.php(121): phpbb\files\upload->handle_upload()
#4 /home/dguycatweujw/public_html/forums/phpbb/attachment/manager.php(97): phpbb\attachment\upload->upload()
#5 /home/dguycatweujw/public_html/forums/includes/message_parser.php(1718): phpbb\attachment\manager->upload()
#6 /home/dguycatweujw/public_html/forums/posting.php(1035): parse_message->parse_attachments()
#7 {main}
  thrown in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3144
[28-May-2022 17:36:57 UTC] PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:3144
Stack trace:
#0 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getFiles_Types_FormService()
#1 /home/dguycatweujw/public_html/forums/phpbb/files/factory.php(49): Symfony\Component\DependencyInjection\Container->get()
#2 /home/dguycatweujw/public_html/forums/phpbb/files/upload.php(195): phpbb\files\factory->get()
#3 /home/dguycatweujw/public_html/forums/phpbb/attachment/upload.php(121): phpbb\files\upload->handle_upload()
#4 /home/dguycatweujw/public_html/forums/phpbb/attachment/manager.php(97): phpbb\attachment\upload->upload()
#5 /home/dguycatweujw/public_html/forums/includes/message_parser.php(1718): phpbb\attachment\manager->upload()
#6 /home/dguycatweujw/public_html/forums/posting.php(1035): parse_message->parse_attachments()
#7 {main}
  thrown in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3144
[28-May-2022 17:37:00 UTC] PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:3144
Stack trace:
#0 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getFiles_Types_FormService()
#1 /home/dguycatweujw/public_html/forums/phpbb/files/factory.php(49): Symfony\Component\DependencyInjection\Container->get()
#2 /home/dguycatweujw/public_html/forums/phpbb/files/upload.php(195): phpbb\files\factory->get()
#3 /home/dguycatweujw/public_html/forums/phpbb/attachment/upload.php(121): phpbb\files\upload->handle_upload()
#4 /home/dguycatweujw/public_html/forums/phpbb/attachment/manager.php(97): phpbb\attachment\upload->upload()
#5 /home/dguycatweujw/public_html/forums/includes/message_parser.php(1718): phpbb\attachment\manager->upload()
#6 /home/dguycatweujw/public_html/forums/posting.php(1035): parse_message->parse_attachments()
#7 {main}
  thrown in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3144
[28-May-2022 17:37:01 UTC] PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:3144
Stack trace:
#0 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getFiles_Types_FormService()
#1 /home/dguycatweujw/public_html/forums/phpbb/files/factory.php(49): Symfony\Component\DependencyInjection\Container->get()
#2 /home/dguycatweujw/public_html/forums/phpbb/files/upload.php(195): phpbb\files\factory->get()
#3 /home/dguycatweujw/public_html/forums/phpbb/attachment/upload.php(121): phpbb\files\upload->handle_upload()
#4 /home/dguycatweujw/public_html/forums/phpbb/attachment/manager.php(97): phpbb\attachment\upload->upload()
#5 /home/dguycatweujw/public_html/forums/includes/message_parser.php(1718): phpbb\attachment\manager->upload()
#6 /home/dguycatweujw/public_html/forums/posting.php(1035): parse_message->parse_attachments()
#7 {main}
  thrown in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3144
[28-May-2022 17:37:04 UTC] PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:3144
Stack trace:
#0 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getFiles_Types_FormService()
#1 /home/dguycatweujw/public_html/forums/phpbb/files/factory.php(49): Symfony\Component\DependencyInjection\Container->get()
#2 /home/dguycatweujw/public_html/forums/phpbb/files/upload.php(195): phpbb\files\factory->get()
#3 /home/dguycatweujw/public_html/forums/phpbb/attachment/upload.php(121): phpbb\files\upload->handle_upload()
#4 /home/dguycatweujw/public_html/forums/phpbb/attachment/manager.php(97): phpbb\attachment\upload->upload()
#5 /home/dguycatweujw/public_html/forums/includes/message_parser.php(1718): phpbb\attachment\manager->upload()
#6 /home/dguycatweujw/public_html/forums/posting.php(1035): parse_message->parse_attachments()
#7 {main}
  thrown in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3144
[28-May-2022 17:37:28 UTC] PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:3144
Stack trace:
#0 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getFiles_Types_FormService()
#1 /home/dguycatweujw/public_html/forums/phpbb/files/factory.php(49): Symfony\Component\DependencyInjection\Container->get()
#2 /home/dguycatweujw/public_html/forums/phpbb/files/upload.php(195): phpbb\files\factory->get()
#3 /home/dguycatweujw/public_html/forums/phpbb/attachment/upload.php(121): phpbb\files\upload->handle_upload()
#4 /home/dguycatweujw/public_html/forums/phpbb/attachment/manager.php(97): phpbb\attachment\upload->upload()
#5 /home/dguycatweujw/public_html/forums/includes/message_parser.php(1718): phpbb\attachment\manager->upload()
#6 /home/dguycatweujw/public_html/forums/posting.php(1035): parse_message->parse_attachments()
#7 {main}
  thrown in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3144
[28-May-2022 17:40:18 UTC] PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:3144
Stack trace:
#0 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getFiles_Types_FormService()
#1 /home/dguycatweujw/public_html/forums/phpbb/files/factory.php(49): Symfony\Component\DependencyInjection\Container->get()
#2 /home/dguycatweujw/public_html/forums/phpbb/files/upload.php(195): phpbb\files\factory->get()
#3 /home/dguycatweujw/public_html/forums/phpbb/attachment/upload.php(121): phpbb\files\upload->handle_upload()
#4 /home/dguycatweujw/public_html/forums/phpbb/attachment/manager.php(97): phpbb\attachment\upload->upload()
#5 /home/dguycatweujw/public_html/forums/includes/message_parser.php(1718): phpbb\attachment\manager->upload()
#6 /home/dguycatweujw/public_html/forums/posting.php(1035): parse_message->parse_attachments()
#7 {main}
  thrown in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3144
[28-May-2022 17:40:43 UTC] PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:3144
Stack trace:
#0 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getFiles_Types_FormService()
#1 /home/dguycatweujw/public_html/forums/phpbb/files/factory.php(49): Symfony\Component\DependencyInjection\Container->get()
#2 /home/dguycatweujw/public_html/forums/phpbb/files/upload.php(195): phpbb\files\factory->get()
#3 /home/dguycatweujw/public_html/forums/phpbb/attachment/upload.php(121): phpbb\files\upload->handle_upload()
#4 /home/dguycatweujw/public_html/forums/phpbb/attachment/manager.php(97): phpbb\attachment\upload->upload()
#5 /home/dguycatweujw/public_html/forums/includes/message_parser.php(1718): phpbb\attachment\manager->upload()
#6 /home/dguycatweujw/public_html/forums/posting.php(1035): parse_message->parse_attachments()
#7 {main}
  thrown in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3144
[28-May-2022 17:41:38 UTC] PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:3144
Stack trace:
#0 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getFiles_Types_FormService()
#1 /home/dguycatweujw/public_html/forums/phpbb/files/factory.php(49): Symfony\Component\DependencyInjection\Container->get()
#2 /home/dguycatweujw/public_html/forums/phpbb/files/upload.php(195): phpbb\files\factory->get()
#3 /home/dguycatweujw/public_html/forums/phpbb/attachment/upload.php(121): phpbb\files\upload->handle_upload()
#4 /home/dguycatweujw/public_html/forums/phpbb/attachment/manager.php(97): phpbb\attachment\upload->upload()
#5 /home/dguycatweujw/public_html/forums/includes/message_parser.php(1718): phpbb\attachment\manager->upload()
#6 /home/dguycatweujw/public_html/forums/posting.php(1035): parse_message->parse_attachments()
#7 {main}
  thrown in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3144
[28-May-2022 17:44:14 UTC] PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:3144
Stack trace:
#0 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getFiles_Types_FormService()
#1 /home/dguycatweujw/public_html/forums/phpbb/files/factory.php(49): Symfony\Component\DependencyInjection\Container->get()
#2 /home/dguycatweujw/public_html/forums/phpbb/files/upload.php(195): phpbb\files\factory->get()
#3 /home/dguycatweujw/public_html/forums/phpbb/attachment/upload.php(121): phpbb\files\upload->handle_upload()
#4 /home/dguycatweujw/public_html/forums/phpbb/attachment/manager.php(97): phpbb\attachment\upload->upload()
#5 /home/dguycatweujw/public_html/forums/includes/message_parser.php(1718): phpbb\attachment\manager->upload()
#6 /home/dguycatweujw/public_html/forums/posting.php(1035): parse_message->parse_attachments()
#7 {main}
  thrown in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3144
[28-May-2022 17:46:22 UTC] PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:3144
Stack trace:
#0 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getFiles_Types_FormService()
#1 /home/dguycatweujw/public_html/forums/phpbb/files/factory.php(49): Symfony\Component\DependencyInjection\Container->get()
#2 /home/dguycatweujw/public_html/forums/phpbb/files/upload.php(195): phpbb\files\factory->get()
#3 /home/dguycatweujw/public_html/forums/phpbb/attachment/upload.php(121): phpbb\files\upload->handle_upload()
#4 /home/dguycatweujw/public_html/forums/phpbb/attachment/manager.php(97): phpbb\attachment\upload->upload()
#5 /home/dguycatweujw/public_html/forums/includes/message_parser.php(1718): phpbb\attachment\manager->upload()
#6 /home/dguycatweujw/public_html/forums/posting.php(1035): parse_message->parse_attachments()
#7 {main}
  thrown in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3144
[28-May-2022 17:53:49 UTC] PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:3144
Stack trace:
#0 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getFiles_Types_FormService()
#1 /home/dguycatweujw/public_html/forums/phpbb/files/factory.php(49): Symfony\Component\DependencyInjection\Container->get()
#2 /home/dguycatweujw/public_html/forums/phpbb/files/upload.php(195): phpbb\files\factory->get()
#3 /home/dguycatweujw/public_html/forums/phpbb/attachment/upload.php(121): phpbb\files\upload->handle_upload()
#4 /home/dguycatweujw/public_html/forums/phpbb/attachment/manager.php(97): phpbb\attachment\upload->upload()
#5 /home/dguycatweujw/public_html/forums/includes/message_parser.php(1718): phpbb\attachment\manager->upload()
#6 /home/dguycatweujw/public_html/forums/posting.php(1035): parse_message->parse_attachments()
#7 {main}
  thrown in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3144
[28-May-2022 17:55:14 UTC] PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:3144
Stack trace:
#0 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getFiles_Types_FormService()
#1 /home/dguycatweujw/public_html/forums/phpbb/files/factory.php(49): Symfony\Component\DependencyInjection\Container->get()
#2 /home/dguycatweujw/public_html/forums/phpbb/files/upload.php(195): phpbb\files\factory->get()
#3 /home/dguycatweujw/public_html/forums/phpbb/attachment/upload.php(121): phpbb\files\upload->handle_upload()
#4 /home/dguycatweujw/public_html/forums/phpbb/attachment/manager.php(97): phpbb\attachment\upload->upload()
#5 /home/dguycatweujw/public_html/forums/includes/message_parser.php(1718): phpbb\attachment\manager->upload()
#6 /home/dguycatweujw/public_html/forums/posting.php(1035): parse_message->parse_attachments()
#7 {main}
  thrown in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3144
[28-May-2022 17:57:53 UTC] PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:3144
Stack trace:
#0 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getFiles_Types_FormService()
#1 /home/dguycatweujw/public_html/forums/phpbb/files/factory.php(49): Symfony\Component\DependencyInjection\Container->get()
#2 /home/dguycatweujw/public_html/forums/phpbb/files/upload.php(195): phpbb\files\factory->get()
#3 /home/dguycatweujw/public_html/forums/phpbb/attachment/upload.php(121): phpbb\files\upload->handle_upload()
#4 /home/dguycatweujw/public_html/forums/phpbb/attachment/manager.php(97): phpbb\attachment\upload->upload()
#5 /home/dguycatweujw/public_html/forums/includes/message_parser.php(1718): phpbb\attachment\manager->upload()
#6 /home/dguycatweujw/public_html/forums/posting.php(1035): parse_message->parse_attachments()
#7 {main}
  thrown in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3144
[28-May-2022 17:58:13 UTC] PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:3144
Stack trace:
#0 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getFiles_Types_FormService()
#1 /home/dguycatweujw/public_html/forums/phpbb/files/factory.php(49): Symfony\Component\DependencyInjection\Container->get()
#2 /home/dguycatweujw/public_html/forums/phpbb/files/upload.php(195): phpbb\files\factory->get()
#3 /home/dguycatweujw/public_html/forums/phpbb/attachment/upload.php(121): phpbb\files\upload->handle_upload()
#4 /home/dguycatweujw/public_html/forums/phpbb/attachment/manager.php(97): phpbb\attachment\upload->upload()
#5 /home/dguycatweujw/public_html/forums/includes/message_parser.php(1718): phpbb\attachment\manager->upload()
#6 /home/dguycatweujw/public_html/forums/posting.php(1035): parse_message->parse_attachments()
#7 {main}
  thrown in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3144
[28-May-2022 17:58:41 UTC] PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:3144
Stack trace:
#0 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getFiles_Types_FormService()
#1 /home/dguycatweujw/public_html/forums/phpbb/files/factory.php(49): Symfony\Component\DependencyInjection\Container->get()
#2 /home/dguycatweujw/public_html/forums/phpbb/files/upload.php(195): phpbb\files\factory->get()
#3 /home/dguycatweujw/public_html/forums/phpbb/attachment/upload.php(121): phpbb\files\upload->handle_upload()
#4 /home/dguycatweujw/public_html/forums/phpbb/attachment/manager.php(97): phpbb\attachment\upload->upload()
#5 /home/dguycatweujw/public_html/forums/includes/message_parser.php(1718): phpbb\attachment\manager->upload()
#6 /home/dguycatweujw/public_html/forums/posting.php(1035): parse_message->parse_attachments()
#7 {main}
  thrown in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3144
[28-May-2022 18:04:14 UTC] PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:3144
Stack trace:
#0 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getFiles_Types_FormService()
#1 /home/dguycatweujw/public_html/forums/phpbb/files/factory.php(49): Symfony\Component\DependencyInjection\Container->get()
#2 /home/dguycatweujw/public_html/forums/phpbb/files/upload.php(195): phpbb\files\factory->get()
#3 /home/dguycatweujw/public_html/forums/phpbb/attachment/upload.php(121): phpbb\files\upload->handle_upload()
#4 /home/dguycatweujw/public_html/forums/phpbb/attachment/manager.php(97): phpbb\attachment\upload->upload()
#5 /home/dguycatweujw/public_html/forums/includes/message_parser.php(1718): phpbb\attachment\manager->upload()
#6 /home/dguycatweujw/public_html/forums/posting.php(1035): parse_message->parse_attachments()
#7 {main}
  thrown in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3144
[28-May-2022 18:04:45 UTC] PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:3144
Stack trace:
#0 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getFiles_Types_FormService()
#1 /home/dguycatweujw/public_html/forums/phpbb/files/factory.php(49): Symfony\Component\DependencyInjection\Container->get()
#2 /home/dguycatweujw/public_html/forums/phpbb/files/upload.php(195): phpbb\files\factory->get()
#3 /home/dguycatweujw/public_html/forums/phpbb/attachment/upload.php(121): phpbb\files\upload->handle_upload()
#4 /home/dguycatweujw/public_html/forums/phpbb/attachment/manager.php(97): phpbb\attachment\upload->upload()
#5 /home/dguycatweujw/public_html/forums/includes/message_parser.php(1718): phpbb\attachment\manager->upload()
#6 /home/dguycatweujw/public_html/forums/posting.php(1035): parse_message->parse_attachments()
#7 {main}
  thrown in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3144
[28-May-2022 18:11:11 UTC] PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:3144
Stack trace:
#0 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getFiles_Types_FormService()
#1 /home/dguycatweujw/public_html/forums/phpbb/files/factory.php(49): Symfony\Component\DependencyInjection\Container->get()
#2 /home/dguycatweujw/public_html/forums/phpbb/files/upload.php(195): phpbb\files\factory->get()
#3 /home/dguycatweujw/public_html/forums/phpbb/attachment/upload.php(121): phpbb\files\upload->handle_upload()
#4 /home/dguycatweujw/public_html/forums/phpbb/attachment/manager.php(97): phpbb\attachment\upload->upload()
#5 /home/dguycatweujw/public_html/forums/includes/message_parser.php(1718): phpbb\attachment\manager->upload()
#6 /home/dguycatweujw/public_html/forums/posting.php(1035): parse_message->parse_attachments()
#7 {main}
  thrown in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3144
[28-May-2022 18:15:08 UTC] PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:3144
Stack trace:
#0 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getFiles_Types_FormService()
#1 /home/dguycatweujw/public_html/forums/phpbb/files/factory.php(49): Symfony\Component\DependencyInjection\Container->get()
#2 /home/dguycatweujw/public_html/forums/phpbb/files/upload.php(195): phpbb\files\factory->get()
#3 /home/dguycatweujw/public_html/forums/phpbb/attachment/upload.php(121): phpbb\files\upload->handle_upload()
#4 /home/dguycatweujw/public_html/forums/phpbb/attachment/manager.php(97): phpbb\attachment\upload->upload()
#5 /home/dguycatweujw/public_html/forums/includes/message_parser.php(1718): phpbb\attachment\manager->upload()
#6 /home/dguycatweujw/public_html/forums/posting.php(1035): parse_message->parse_attachments()
#7 {main}
  thrown in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3144
[28-May-2022 18:16:12 UTC] PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:3144
Stack trace:
#0 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getFiles_Types_FormService()
#1 /home/dguycatweujw/public_html/forums/phpbb/files/factory.php(49): Symfony\Component\DependencyInjection\Container->get()
#2 /home/dguycatweujw/public_html/forums/phpbb/files/upload.php(195): phpbb\files\factory->get()
#3 /home/dguycatweujw/public_html/forums/phpbb/attachment/upload.php(121): phpbb\files\upload->handle_upload()
#4 /home/dguycatweujw/public_html/forums/phpbb/attachment/manager.php(97): phpbb\attachment\upload->upload()
#5 /home/dguycatweujw/public_html/forums/includes/message_parser.php(1718): phpbb\attachment\manager->upload()
#6 /home/dguycatweujw/public_html/forums/posting.php(1035): parse_message->parse_attachments()
#7 {main}
  thrown in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3144
[28-May-2022 18:31:25 UTC] PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:3144
Stack trace:
#0 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getFiles_Types_FormService()
#1 /home/dguycatweujw/public_html/forums/phpbb/files/factory.php(49): Symfony\Component\DependencyInjection\Container->get()
#2 /home/dguycatweujw/public_html/forums/phpbb/files/upload.php(195): phpbb\files\factory->get()
#3 /home/dguycatweujw/public_html/forums/phpbb/attachment/upload.php(121): phpbb\files\upload->handle_upload()
#4 /home/dguycatweujw/public_html/forums/phpbb/attachment/manager.php(97): phpbb\attachment\upload->upload()
#5 /home/dguycatweujw/public_html/forums/includes/message_parser.php(1718): phpbb\attachment\manager->upload()
#6 /home/dguycatweujw/public_html/forums/posting.php(1035): parse_message->parse_attachments()
#7 {main}
  thrown in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3144
[28-May-2022 18:34:53 UTC] PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:3144
Stack trace:
#0 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getFiles_Types_FormService()
#1 /home/dguycatweujw/public_html/forums/phpbb/files/factory.php(49): Symfony\Component\DependencyInjection\Container->get()
#2 /home/dguycatweujw/public_html/forums/phpbb/files/upload.php(195): phpbb\files\factory->get()
#3 /home/dguycatweujw/public_html/forums/phpbb/attachment/upload.php(121): phpbb\files\upload->handle_upload()
#4 /home/dguycatweujw/public_html/forums/phpbb/attachment/manager.php(97): phpbb\attachment\upload->upload()
#5 /home/dguycatweujw/public_html/forums/includes/message_parser.php(1718): phpbb\attachment\manager->upload()
#6 /home/dguycatweujw/public_html/forums/posting.php(1035): parse_message->parse_attachments()
#7 {main}
  thrown in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3144
[28-May-2022 18:45:55 UTC] PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:3144
Stack trace:
#0 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getFiles_Types_FormService()
#1 /home/dguycatweujw/public_html/forums/phpbb/files/factory.php(49): Symfony\Component\DependencyInjection\Container->get()
#2 /home/dguycatweujw/public_html/forums/phpbb/files/upload.php(195): phpbb\files\factory->get()
#3 /home/dguycatweujw/public_html/forums/phpbb/attachment/upload.php(121): phpbb\files\upload->handle_upload()
#4 /home/dguycatweujw/public_html/forums/phpbb/attachment/manager.php(97): phpbb\attachment\upload->upload()
#5 /home/dguycatweujw/public_html/forums/includes/message_parser.php(1718): phpbb\attachment\manager->upload()
#6 /home/dguycatweujw/public_html/forums/posting.php(1035): parse_message->parse_attachments()
#7 {main}
  thrown in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3144
[28-May-2022 18:52:07 UTC] PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:3144
Stack trace:
#0 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getFiles_Types_FormService()
#1 /home/dguycatweujw/public_html/forums/phpbb/files/factory.php(49): Symfony\Component\DependencyInjection\Container->get()
#2 /home/dguycatweujw/public_html/forums/phpbb/files/upload.php(195): phpbb\files\factory->get()
#3 /home/dguycatweujw/public_html/forums/phpbb/attachment/upload.php(121): phpbb\files\upload->handle_upload()
#4 /home/dguycatweujw/public_html/forums/phpbb/attachment/manager.php(97): phpbb\attachment\upload->upload()
#5 /home/dguycatweujw/public_html/forums/includes/message_parser.php(1718): phpbb\attachment\manager->upload()
#6 /home/dguycatweujw/public_html/forums/posting.php(1035): parse_message->parse_attachments()
#7 {main}
  thrown in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3144
[28-May-2022 18:52:15 UTC] PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:3144
Stack trace:
#0 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getFiles_Types_FormService()
#1 /home/dguycatweujw/public_html/forums/phpbb/files/factory.php(49): Symfony\Component\DependencyInjection\Container->get()
#2 /home/dguycatweujw/public_html/forums/phpbb/files/upload.php(195): phpbb\files\factory->get()
#3 /home/dguycatweujw/public_html/forums/phpbb/attachment/upload.php(121): phpbb\files\upload->handle_upload()
#4 /home/dguycatweujw/public_html/forums/phpbb/attachment/manager.php(97): phpbb\attachment\upload->upload()
#5 /home/dguycatweujw/public_html/forums/includes/message_parser.php(1718): phpbb\attachment\manager->upload()
#6 /home/dguycatweujw/public_html/forums/posting.php(1035): parse_message->parse_attachments()
#7 {main}
  thrown in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3144
[28-May-2022 18:53:42 UTC] PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:3144
Stack trace:
#0 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getFiles_Types_FormService()
#1 /home/dguycatweujw/public_html/forums/phpbb/files/factory.php(49): Symfony\Component\DependencyInjection\Container->get()
#2 /home/dguycatweujw/public_html/forums/phpbb/files/upload.php(195): phpbb\files\factory->get()
#3 /home/dguycatweujw/public_html/forums/phpbb/attachment/upload.php(121): phpbb\files\upload->handle_upload()
#4 /home/dguycatweujw/public_html/forums/phpbb/attachment/manager.php(97): phpbb\attachment\upload->upload()
#5 /home/dguycatweujw/public_html/forums/includes/message_parser.php(1718): phpbb\attachment\manager->upload()
#6 /home/dguycatweujw/public_html/forums/posting.php(1035): parse_message->parse_attachments()
#7 {main}
  thrown in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3144
[28-May-2022 18:53:56 UTC] PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:3144
Stack trace:
#0 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getFiles_Types_FormService()
#1 /home/dguycatweujw/public_html/forums/phpbb/files/factory.php(49): Symfony\Component\DependencyInjection\Container->get()
#2 /home/dguycatweujw/public_html/forums/phpbb/files/upload.php(195): phpbb\files\factory->get()
#3 /home/dguycatweujw/public_html/forums/phpbb/attachment/upload.php(121): phpbb\files\upload->handle_upload()
#4 /home/dguycatweujw/public_html/forums/phpbb/attachment/manager.php(97): phpbb\attachment\upload->upload()
#5 /home/dguycatweujw/public_html/forums/includes/message_parser.php(1718): phpbb\attachment\manager->upload()
#6 /home/dguycatweujw/public_html/forums/posting.php(1035): parse_message->parse_attachments()
#7 {main}
  thrown in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3144
[28-May-2022 18:54:26 UTC] PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:3144
Stack trace:
#0 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getFiles_Types_FormService()
#1 /home/dguycatweujw/public_html/forums/phpbb/files/factory.php(49): Symfony\Component\DependencyInjection\Container->get()
#2 /home/dguycatweujw/public_html/forums/phpbb/files/upload.php(195): phpbb\files\factory->get()
#3 /home/dguycatweujw/public_html/forums/phpbb/attachment/upload.php(121): phpbb\files\upload->handle_upload()
#4 /home/dguycatweujw/public_html/forums/phpbb/attachment/manager.php(97): phpbb\attachment\upload->upload()
#5 /home/dguycatweujw/public_html/forums/includes/message_parser.php(1718): phpbb\attachment\manager->upload()
#6 /home/dguycatweujw/public_html/forums/posting.php(1035): parse_message->parse_attachments()
#7 {main}
  thrown in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3144
[28-May-2022 18:55:11 UTC] PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:3144
Stack trace:
#0 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getFiles_Types_FormService()
#1 /home/dguycatweujw/public_html/forums/phpbb/files/factory.php(49): Symfony\Component\DependencyInjection\Container->get()
#2 /home/dguycatweujw/public_html/forums/phpbb/files/upload.php(195): phpbb\files\factory->get()
#3 /home/dguycatweujw/public_html/forums/phpbb/attachment/upload.php(121): phpbb\files\upload->handle_upload()
#4 /home/dguycatweujw/public_html/forums/phpbb/attachment/manager.php(97): phpbb\attachment\upload->upload()
#5 /home/dguycatweujw/public_html/forums/includes/message_parser.php(1718): phpbb\attachment\manager->upload()
#6 /home/dguycatweujw/public_html/forums/posting.php(1035): parse_message->parse_attachments()
#7 {main}
  thrown in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3144
[28-May-2022 19:14:12 UTC] PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:3144
Stack trace:
#0 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getFiles_Types_FormService()
#1 /home/dguycatweujw/public_html/forums/phpbb/files/factory.php(49): Symfony\Component\DependencyInjection\Container->get()
#2 /home/dguycatweujw/public_html/forums/phpbb/files/upload.php(195): phpbb\files\factory->get()
#3 /home/dguycatweujw/public_html/forums/phpbb/attachment/upload.php(121): phpbb\files\upload->handle_upload()
#4 /home/dguycatweujw/public_html/forums/phpbb/attachment/manager.php(97): phpbb\attachment\upload->upload()
#5 /home/dguycatweujw/public_html/forums/includes/message_parser.php(1718): phpbb\attachment\manager->upload()
#6 /home/dguycatweujw/public_html/forums/posting.php(1035): parse_message->parse_attachments()
#7 {main}
  thrown in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3144
[28-May-2022 19:17:35 UTC] PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:3144
Stack trace:
#0 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getFiles_Types_FormService()
#1 /home/dguycatweujw/public_html/forums/phpbb/files/factory.php(49): Symfony\Component\DependencyInjection\Container->get()
#2 /home/dguycatweujw/public_html/forums/phpbb/files/upload.php(195): phpbb\files\factory->get()
#3 /home/dguycatweujw/public_html/forums/phpbb/attachment/upload.php(121): phpbb\files\upload->handle_upload()
#4 /home/dguycatweujw/public_html/forums/phpbb/attachment/manager.php(97): phpbb\attachment\upload->upload()
#5 /home/dguycatweujw/public_html/forums/includes/message_parser.php(1718): phpbb\attachment\manager->upload()
#6 /home/dguycatweujw/public_html/forums/posting.php(1035): parse_message->parse_attachments()
#7 {main}
  thrown in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3144
[28-May-2022 19:52:20 UTC] PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:3144
Stack trace:
#0 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getFiles_Types_FormService()
#1 /home/dguycatweujw/public_html/forums/phpbb/files/factory.php(49): Symfony\Component\DependencyInjection\Container->get()
#2 /home/dguycatweujw/public_html/forums/phpbb/files/upload.php(195): phpbb\files\factory->get()
#3 /home/dguycatweujw/public_html/forums/phpbb/attachment/upload.php(121): phpbb\files\upload->handle_upload()
#4 /home/dguycatweujw/public_html/forums/phpbb/attachment/manager.php(97): phpbb\attachment\upload->upload()
#5 /home/dguycatweujw/public_html/forums/includes/message_parser.php(1718): phpbb\attachment\manager->upload()
#6 /home/dguycatweujw/public_html/forums/posting.php(1035): parse_message->parse_attachments()
#7 {main}
  thrown in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3144
[28-May-2022 19:59:30 UTC] PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php:3144
Stack trace:
#0 /home/dguycatweujw/public_html/forums/vendor/symfony/dependency-injection/Container.php(306): phpbb_cache_container->getFiles_Types_FormService()
#1 /home/dguycatweujw/public_html/forums/phpbb/files/factory.php(49): Symfony\Component\DependencyInjection\Container->get()
#2 /home/dguycatweujw/public_html/forums/phpbb/files/upload.php(195): phpbb\files\factory->get()
#3 /home/dguycatweujw/public_html/forums/phpbb/attachment/upload.php(121): phpbb\files\upload->handle_upload()
#4 /home/dguycatweujw/public_html/forums/phpbb/attachment/manager.php(97): phpbb\attachment\upload->upload()
#5 /home/dguycatweujw/public_html/forums/includes/message_parser.php(1718): phpbb\attachment\manager->upload()
#6 /home/dguycatweujw/public_html/forums/posting.php(1035): parse_message->parse_attachments()
#7 {main}
  thrown in /home/dguycatweujw/public_html/forums/cache/production/container_4335734bbdd20f586549a504dff5f80c.php on line 3144
Failure is not an option.
Zap! Classic Video Game Forums
User avatar
Steve
Registered User
Posts: 1481
Joined: Tue Apr 07, 2009 7:48 pm
Name: Steven Clark
Contact:

Re: HTTP error when trying to post a file attachment

Post by Steve »

Disable all your extensions, and then try and upload an attachment.
What happens?
@ The Chief Medical Officers guideline for men is that: You are safest not to drink regularly more than 14 units per week.
- I drank that today++ :lol: 🍺
User avatar
Noxwizard
Support Team Leader
Support Team Leader
Posts: 10552
Joined: Mon Jun 27, 2005 8:41 pm
Location: Texas, USA
Name: Patrick Webster
Contact:

Re: HTTP error when trying to post a file attachment

Post by Noxwizard »

Traction wrote: Sun May 29, 2022 11:57 am

Code: Select all

PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found
Does the file phpbb/files/types/form.php exist?
[Support Template] - [Read Before Posting] - [phpBB Knowledge Base]
Do not contact me for private support, please share the question in our forums.
User avatar
Traction
Registered User
Posts: 345
Joined: Fri Jun 06, 2003 8:42 pm
Location: Staten Island, New York
Contact:

Re: HTTP error when trying to post a file attachment

Post by Traction »

Noxwizard wrote: Sun May 29, 2022 2:02 pm
Traction wrote: Sun May 29, 2022 11:57 am

Code: Select all

PHP Fatal error:  Uncaught Error: Class "phpbb\files\types\form" not found
Does the file phpbb/files/types/form.php exist?
Hey, sorry for the late reply. My CPU fan broke, had to order a new one, and couldn't check until it came and I installed it.

Anyway, just checked. Nope, it's not there. Should I just get one from a new install package? Odd that it's missing, right?
Failure is not an option.
Zap! Classic Video Game Forums
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26546
Joined: Fri Aug 29, 2008 9:49 am

Re: HTTP error when trying to post a file attachment

Post by Mick »

Yes upload a copy from the installation package.
  • "The more connected we get the more alone we become" - Kyle Broflovski©
  • "The good news is hell is just the product of a morbid human imagination.
    The bad news is, whatever humans can imagine, they can usually create.
    " - Harmony Cobel
User avatar
Traction
Registered User
Posts: 345
Joined: Fri Jun 06, 2003 8:42 pm
Location: Staten Island, New York
Contact:

Re: HTTP error when trying to post a file attachment

Post by Traction »

I added form.php and that did the trick! I can now upload attachments! Thank you!
Failure is not an option.
Zap! Classic Video Game Forums
User avatar
warmweer
Jr. Extension Validator
Posts: 11273
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium
Contact:

Re: HTTP error when trying to post a file attachment

Post by warmweer »

Traction wrote: Tue May 31, 2022 6:19 pm I added form.php and that did the trick! I can now upload attachments! Thank you!
This isn't an attempt at necroposting but expressing a genuine concern.
If form.php was missing ... are you sure nothing else is missing ? I suggest a full file/directory compare of your fileset in use, with a fresh fileset of the same version.
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
Post Reply

Return to “[3.3.x] Support Forum”