Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Projects > The Bug Tracker > Bug

Notices

Nesting level too deep - recursive dependency? [SOLVED] Issue Tools
issueid=37 01-26-2014 09:32 AM
Member
Nesting level too deep - recursive dependency? [SOLVED]

Hi,

I finally found a fix which seems to solve the issue with
"PHP Fatal error: Nesting level too deep - recursive dependency?".

Code:
--- linkedhashmap.php.ORG	2014-01-26 16:30:42.000000000 +0100
+++ linkedhashmap.php	2014-01-26 16:26:52.000000000 +0100
@@ -189,7 +189,7 @@
      */			
 	public function transfer(Arrays $newEntries){
 		$newCapacity = $newEntries->length();
-		for($entry = $this->header->getAfter(); $entry != $this->header; $entry = $entry->getAfter()){
+		for($entry = $this->header->getAfter(); $entry !== $this->header; $entry = $entry->getAfter()){
 		    $index = $this->indexFor($entry->getHash(), $newCapacity);
 			$entry->setNext($newEntries[$index]);
 			$newEntries[$index] = $entry;
Issue Details
Project The Bug Tracker
Category Unknown
Status Fixed
Priority 3
Affected Version Mys v1.3.3
Fixed Version Mys v1.4.0
Users able to reproduce bug 3
Users unable to reproduce bug 0
Assigned Users (none)
Tags (none)

08-15-2014 04:03 PM
Issue Changed by Hall of Famer
  • Issue marked as addressed
  • Addressed version changed from Unknown to Mys v1.4.0
01-17-2015 11:04 AM
Issue Changed by Hall of Famer
  • Status changed from Unconfirmed to Fixed
Reply

All times are GMT -5. The time now is 06:30 PM.

Currently Active Users: 10771 (0 members and 10771 guests)
Threads: 4,080, Posts: 32,024, Members: 2,016
Welcome to our newest members, jolob.
BETA





What's New?

What's Hot?

What's Popular?


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636