Closed GoogleCodeExporter closed 9 years ago
I'm sorry that I don't have a lot of time to support this plugin, but what I
will ask
is if you have checked the demo page?
http://spellchecker.jquery.badsyntax.co.uk/
You say it's not working but clearly it's just a matter of getting things set up
correctly on your server.
Please can you use Firebug or a similar tool to view the response from the
checkspelling.php request, and post that here.
Thanks.
Original comment by willis...@gmail.com
on 18 Jan 2010 at 11:29
No worries thank you. The responce is;
<br />
Fatal error: Call to undefined function json_encode() in
/var/www/vhosts/compare4property.com/httpdocs/checkspelling.php on line
83<br />
Original comment by supp...@compare4property.com
on 18 Jan 2010 at 11:39
I'm running PHP Version 5.1.6 so I'm guessing I need to install a JSON class or
similar?
Original comment by supp...@compare4property.com
on 18 Jan 2010 at 11:45
The example PHP file requires json_encode function. You can either use a JSON
class,
(you will then need to include this class within the checkspelling.php file),
or you
can install the json package via PECL http://pecl.php.net/package/json
If you have root access to your server, you can install via:
'sudo pecl install json' (untested)
Hope this helps.
Original comment by willis...@gmail.com
on 18 Jan 2010 at 12:17
Hi, are you still having problems with the script? I'm willing to help out,
sorry was
not in a good mood earlier. :/
Original comment by willis...@gmail.com
on 18 Jan 2010 at 6:29
[deleted comment]
Hi, I am just waiting for Rackspace to update PHP to 5.2 this morning and I
will try
again :)
Original comment by alexcro...@gmail.com
on 19 Jan 2010 at 9:00
It works great now thank you. Appreciate your time and work in releasing this!
Original comment by alexcro...@gmail.com
on 19 Jan 2010 at 9:50
Thanks for getting back to me. I've decided to come back to actively developing
this
plugin, so please feel free to let me know if you have any further issues,
it'll be a
big help for me!
Original comment by willis...@gmail.com
on 19 Jan 2010 at 9:54
Original issue reported on code.google.com by
supp...@compare4property.com
on 18 Jan 2010 at 11:24