deesmateen / jquery-spellchecker

Automatically exported from code.google.com/p/jquery-spellchecker
0 stars 0 forks source link

Not working #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Default setup on blank page

What is the expected output? What do you see instead?
Return of miss-spelled words

What version of the product are you using? On what operating system?
latest

Please provide any additional information below.
I have tried various implementations of this and all seem to return an
alert box with "Sorry, there was an error processing the request". Is this
plugin still working or has google blocked the service or similar?

Original issue reported on code.google.com by supp...@compare4property.com on 18 Jan 2010 at 11:24

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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