Error on Support - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Off Topic (https://forum.cuberite.org/forum-9.html) +--- Forum: Off Topic Discussion (https://forum.cuberite.org/forum-10.html) +--- Thread: Error on Support (/thread-153.html) |
Error on Support - Zehir - 06-02-2011 Hello, I get this error when I register on the support Code: Warning: realpath(): SAFE MODE Restriction in effect. The script whose uid is 562 is not allowed to access /tmp owned by uid 0 in /home/mcserver/public_html/support/includes/external/swift-mailer/Swift/Cache/Disk.php on line 48 Fatal error: I just wanted to report a problem, I die when I use the fontion Code: Player:TeleportTo(x,y,z) RE: Error on Support - Tim - 06-03-2011 Looks like FakeTruth has broken something as for the teleport bug i could of sworn that had been fixed but maybe I'm just imagining things RE: Error on Support - FakeTruth - 06-03-2011 Hey thanks, I fixed it now. Seems the server host turned on safe mode or something About the death on teleport, I haven't fixed that yet RE: Error on Support - distroyed123 - 06-06-2011 (06-03-2011, 09:21 PM)FakeTruth Wrote: Hey thanks, I fixed it now. Seems the server host turned on safe mode or something has to do with falling damage correct? RE: Error on Support - FakeTruth - 06-06-2011 Yes, correct RE: Error on Support - Tim - 06-07-2011 (06-06-2011, 09:43 PM)FakeTruth Wrote: Yes, correct Why not just make a thing in core that will make the user invincible as they teleport then? just cancel the damage event until a second or two after a successful teleport? RE: Error on Support - FakeTruth - 06-07-2011 There's an actual native teleport function in the player, so nullifying the damage should be done in MCServer itself |