Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: PHPBB3 lates version: extension: |
|
Author |
|
l337neteng
Joined: 11 Sep 2019 Posts: 1 Location: US, ATL
|
Posted: Tue 01 Oct '19 13:07 Post subject: PHPBB3 lates version: extension: |
|
|
Hi, My PHPBB3 has been upgraded to the newest version for quiet a while amd yesterday I noticed one of my added extensions (Post per page by Elsense) was not turned on so I turned it on and immediately got the following error page error. I have not been able to login or anything since. I tried deleting the extensions folderto try and have it skip the extension but it has still not worked. I also replaced the Vendor folder per a fix i found via Google search..nothing. Any ideas?
Code: | [phpBB Debug] PHP Warning: in file [ROOT]/vendor/composer/ClassLoader.php on line 444: include([ROOT]/vendor/composer/../ocramius/proxy-manager/src/ProxyManager/GeneratorStrategy/EvaluatingGeneratorStrategy.php): failed to open stream: No such file or directory
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/composer/ClassLoader.php on line 444: include(): Failed opening '[ROOT]/vendor/composer/../ocramius/proxy-manager/src/ProxyManager/GeneratorStrategy/EvaluatingGeneratorStrategy.php' for inclusion (include_path='C:/xampp/php/PEAR')
Fatal error: Uncaught Error: Class 'ProxyManager\GeneratorStrategy\EvaluatingGeneratorStrategy' not found in C:\xampp\htdocs\myhiddenurl.com\public_html\phpBB3\phpbb\di\proxy_instantiator.php:51 Stack trace: #0 C:\xampp\htdocs\myhiddenurl.com\public_html\phpBB3\phpbb\di\container_builder.php(504): phpbb\di\proxy_instantiator->__construct('./cache/product...') #1 C:\xampp\htdocs\myhiddenurl.com\public_html\phpBB3\phpbb\di\container_builder.php(174): phpbb\di\container_builder->create_container(Array) #2 C:\xampp\htdocs\myhiddenurl.com\public_html\phpBB3\phpbb\di\container_builder.php(419): phpbb\di\container_builder->get_container() #3 C:\xampp\htdocs\myhiddenurl.com\public_html\phpBB3\phpbb\di\container_builder.php(165): phpbb\di\container_builder->load_extensions() #4 C:\xampp\htdocs\myhiddenurl.com\public_html\phpBB3\common.php(115): phpbb\di\container_builder->get_container() #5 C:\xampp\htdocs\myhiddenurl.com\public_html\phpBB3\index.php(23): include('C:\\ in C:\xampp\htdocs\myhiddenurl.com\public_html\phpBB3\phpbb\di\proxy_instantiator.php on line 51 |
|
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Fri 04 Oct '19 23:05 Post subject: |
|
|
try
Code: | composer dump-autoload -o |
|
|
Back to top |
|
|
|
|
|
|