I've been using the tracker without problem, yesterday I tried to install it again on a fresh vps and it gives me the following error when I click the generated linked from step 7:
Tried on firefox:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 72 bytes) in /home/tomerwis/public_html/mytrkdomain.com/public/3rd-parties/wurfl/WURFL/CustomDeviceRepository.php on line 208
And chrome or IE:
Fatal error: Call to a member function getCapabilities() on a non-object in /home/myuser/public_html/mytrkdomain.com/public/3rd-parties/wurfl/WURFL/CustomDeviceRepository.php on line 72
Anyone know what cause this? and a workaround?
Thanks
Looks like on this VPS you need to allocate more memory to PHP by editing the php.ini file.
Also , did you install / update WURFL correctly?
Hmm - it's unusual for PHP to exceed 128MB of memory. That tends to imply something's unhappy beyond the memory limits.
As bbrock32 says, I'd have a good look at your WURFL setup if you've altered it at all. If not, post again and we'll get you sorted out.