You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Install the latest version of WooCommerce, set it up and then navigate around the admin site. The following exception is thrown.
System.AggregateException: One or more errors occurred. (offsetExists(PhpValue, Void) not implemented at C:\Git\BestMensRazors\BestMensRazors.Web\bin\Debug\net8.0\wordpress\wp-content\plugins\woocommerce\src\Admin\Features\Navigation\Menu.php(400, 4))
---> System.NotImplementedException: offsetExists(PhpValue, Void) not implemented at C:\Git\BestMensRazors\BestMensRazors.Web\bin\Debug\net8.0\wordpress\wp-content\plugins\woocommerce\src\Admin\Features\Navigation\Menu.php(400, 4)
Expected behavior
No error to be thrown. The Wordpress site loads after the error is thrown.
System information:
OS: Windows
Version 10
Stack trace:
System.AggregateException: One or more errors occurred. (offsetExists(PhpValue, Void) not implemented at C:\Git\BestMensRazors\BestMensRazors.Web\bin\Debug\net8.0\wordpress\wp-content\plugins\woocommerce\src\Admin\Features\Navigation\Menu.php(400, 4))
---> System.NotImplementedException: offsetExists(PhpValue, Void) not implemented at C:\Git\BestMensRazors\BestMensRazors.Web\bin\Debug\net8.0\wordpress\wp-content\plugins\woocommerce\src\Admin\Features\Navigation\Menu.php(400, 4)
at Pchp.CodeAnalysis.Semantics.BoundOffsetExists.Emit(CodeGenerator cg)
at Pchp.CodeAnalysis.CodeGen.CodeGenerator.EmitConvert(BoundExpression expr, TypeSymbol to, ConversionKind conversion, Boolean notNull)
at Pchp.CodeAnalysis.Semantics.BoundBinaryEx.EmitBinaryBooleanOperation(CodeGenerator cg, Boolean isAnd)
at Pchp.CodeAnalysis.Semantics.BoundBinaryEx.Emit(CodeGenerator cg)
at Pchp.CodeAnalysis.CodeGen.CodeGenerator.EmitConvert(BoundExpression expr, TypeSymbol to, ConversionKind conversion, Boolean notNull)
at Pchp.CodeAnalysis.Semantics.Graph.ConditionalEdge.Generate(CodeGenerator cg)
at Pchp.CodeAnalysis.Semantics.Graph.Edge.Pchp.CodeAnalysis.CodeGen.IGenerator.Generate(CodeGenerator cg)
at Pchp.CodeAnalysis.CodeGen.CodeGenerator.Generate(IGenerator element)
at Pchp.CodeAnalysis.Semantics.Graph.BoundBlock.Emit(CodeGenerator cg)
at Pchp.CodeAnalysis.Semantics.Graph.BoundBlock.Pchp.CodeAnalysis.CodeGen.IGenerator.Generate(CodeGenerator cg)
at Pchp.CodeAnalysis.CodeGen.CodeGenerator.Generate(IGenerator element)
at Pchp.CodeAnalysis.CodeGen.CodeGenerator.GenerateBlock(BoundBlock block)
at Pchp.CodeAnalysis.CodeGen.CodeGenerator.LocalScope.ContinueWith(BoundBlock block)
at Pchp.CodeAnalysis.Semantics.Graph.ConditionalEdge.Generate(CodeGenerator cg)
at Pchp.CodeAnalysis.Semantics.Graph.Edge.Pchp.CodeAnalysis.CodeGen.IGenerator.Generate(CodeGenerator cg)
at Pchp.CodeAnalysis.CodeGen.CodeGenerator.Generate(IGenerator element)
at Pchp.CodeAnalysis.Semantics.Graph.BoundBlock.Emit(CodeGenerator cg)
at Pchp.CodeAnalysis.Semantics.Graph.BoundBlock.Pchp.CodeAnalysis.CodeGen.IGenerator.Generate(CodeGenerator cg)
at Pchp.CodeAnalysis.CodeGen.CodeGenerator.Generate(IGenerator element)
at Pchp.CodeAnalysis.CodeGen.CodeGenerator.GenerateBlock(BoundBlock block)
at Pchp.CodeAnalysis.CodeGen.CodeGenerator.LocalScope.ContinueWith(BoundBlock block)
at Pchp.CodeAnalysis.Semantics.Graph.ConditionalEdge.Generate(CodeGenerator cg)
at Pchp.CodeAnalysis.Semantics.Graph.Edge.Pchp.CodeAnalysis.CodeGen.IGenerator.Generate(CodeGenerator cg)
at Pchp.CodeAnalysis.CodeGen.CodeGenerator.Generate(IGenerator element)
at Pchp.CodeAnalysis.Semantics.Graph.BoundBlock.Emit(CodeGenerator cg)
at Pchp.CodeAnalysis.Semantics.Graph.StartBlock.Emit(CodeGenerator cg)
at Pchp.CodeAnalysis.Semantics.Graph.BoundBlock.Pchp.CodeAnalysis.CodeGen.IGenerator.Generate(CodeGenerator cg)
at Pchp.CodeAnalysis.CodeGen.CodeGenerator.Generate(IGenerator element)
at Pchp.CodeAnalysis.CodeGen.CodeGenerator.GenerateBlock(BoundBlock block)
at Pchp.CodeAnalysis.CodeGen.CodeGenerator.LocalScope.ContinueWith(BoundBlock block)
at Pchp.CodeAnalysis.CodeGen.CodeGenerator.GenerateScope(BoundBlock block, ScopeType type, Int32 to)
at Pchp.CodeAnalysis.CodeGen.CodeGenerator.GenerateScope(BoundBlock block, Int32 to)
at Pchp.CodeAnalysis.Symbols.SourceRoutineSymbol.Generate(CodeGenerator cg)
at Pchp.CodeAnalysis.CodeGen.CodeGenerator.Generate()
at Pchp.CodeAnalysis.CodeGen.MethodGenerator.<>c__DisplayClass1_0.<GenerateMethodBody>b__0(ILBuilder builder)
at Pchp.CodeAnalysis.CodeGen.MethodGenerator.GenerateMethodBody(PEModuleBuilder moduleBuilder, MethodSymbol routine, Action`1 builder, VariableSlotAllocator variableSlotAllocatorOpt, DiagnosticBag diagnostics, Boolean emittingPdb)
at Pchp.CodeAnalysis.CodeGen.MethodGenerator.GenerateMethodBody(PEModuleBuilder moduleBuilder, SourceRoutineSymbol routine, Int32 methodOrdinal, VariableSlotAllocator variableSlotAllocatorOpt, DiagnosticBag diagnostics, Boolean emittingPdb)
at Pchp.CodeAnalysis.SourceCompiler.EmitMethodBody(SourceRoutineSymbol routine)
at System.Threading.Tasks.Parallel.<>c__DisplayClass43_0`2.<PartitionerForEachWorker>b__1(IEnumerator& partitionState, Int64 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)
--- End of stack trace from previous location ---
at System.Threading.Tasks.Parallel.<>c__DisplayClass43_0`2.<PartitionerForEachWorker>b__1(IEnumerator& partitionState, Int64 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)
at System.Threading.Tasks.TaskReplicator.Replica.Execute()
--- End of inner exception stack trace ---
at Peachpie.AspNetCore.Web.PhpHandlerMiddleware.InvokeScriptAsync(HttpContext context, ScriptInfo script, String path_info)
at PeachPied.WordPress.AspNetCore.Internal.WpResponseCacheMiddleware.Invoke(HttpContext context)
at PeachPied.WordPress.AspNetCore.Internal.DiagnosticExtensions.Middleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddlewareImpl.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddlewareImpl.Invoke(HttpContext context)
at Microsoft.WebTools.BrowserLink.Net.BrowserLinkMiddleware.InvokeAsync(HttpContext context)
at Microsoft.AspNetCore.Watch.BrowserRefresh.BrowserRefreshMiddleware.InvokeAsync(HttpContext context)
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application)
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Install the latest version of WooCommerce, set it up and then navigate around the admin site. The following exception is thrown.
System.AggregateException: One or more errors occurred. (offsetExists(PhpValue, Void) not implemented at C:\Git\BestMensRazors\BestMensRazors.Web\bin\Debug\net8.0\wordpress\wp-content\plugins\woocommerce\src\Admin\Features\Navigation\Menu.php(400, 4))
---> System.NotImplementedException: offsetExists(PhpValue, Void) not implemented at C:\Git\BestMensRazors\BestMensRazors.Web\bin\Debug\net8.0\wordpress\wp-content\plugins\woocommerce\src\Admin\Features\Navigation\Menu.php(400, 4)
Expected behavior
No error to be thrown. The Wordpress site loads after the error is thrown.
System information:
Stack trace:
The text was updated successfully, but these errors were encountered: