crazedsanity / cs-battletrack

PHP-Based web application for tracking data in traditional paper-and-pencil role playing games.
http://www.crazedsanity.com/projects/cs-battletrack
Other
1 stars 1 forks source link

Invalid call to character_updates #33

Closed crazedsanity closed 10 years ago

crazedsanity commented 10 years ago

The page should display information to the user when an error occurs. As of 0.8.1 on my website (crazedsanity.com), an error occurs when trying to add a feat/special ability or gear, but the error is only visible upon inspecting the response from the POST (e.g. via the console in FireBug):

<?xml version="1.0"?>
<response>
    <status>0</status>
    <errorCode>Invalid call to character_updates, URL=(ajax/member/ttorp/character_updates)</errorCode>
    <authcheckinterval>600000</authcheckinterval>
</response>
crazedsanity commented 10 years ago

I think this was actually a problem specific to my website, possibly confusion when working on the local test version (www.cs.local). The culprit was due to a broken symlink I believe; see https://github.com/crazedsanity/dotCom/issues/2.