NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Problem with mappings


Joined: 25 Jul 2006
Posts: 70
Reply with quote
I'm constantly plagued by these file mapping issues, just doesn't make any sense, I think I've got it setup right, the only mapping error I'm getting at this point is:

Failed to map "C:\data\svn\esp\commong\obj.myDelivery.php(120) : runtime-created function" remote file to local file system. Check mapping settings for the project

It is able to map other files located in "c:\data\svn\esp\common", what could be going on here?

Thanks!
View user's profileFind all posts by cpriestSend private message


Joined: 25 Jul 2006
Posts: 70
Reply with quote
Indeed it is a run-time created function at that location (line 120), making it a standard function has cleared up this issue, is there a way to get the debugger to properly recognize the location of a runtime-created function and not show me an error about it?
View user's profileFind all posts by cpriestSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8340
Reply with quote
Would be nice if you submit a code sample to replicate this problem.

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website


Joined: 25 Jul 2006
Posts: 70
Reply with quote
This is the (ugly) code that I had been getting the error on:

Code:

      uasort($tblDeliveryDates, create_function('$a,$b', '
         $aTime = strtotime($a); $bTime = strtotime($b);
         if($aTime == $bTime)
            return 0;
         return $aTime > $bTime ? 1 : -1;
      '));
View user's profileFind all posts by cpriestSend private message
Problem with mappings
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic