Errors

Hello,


  1. Same error ,duplicated entries we have.



    client denied by server configuration: /home/indirim/public_html/var/cache/addons/news_and_emails

    client denied by server configuration: /home/indirim/public_html/var/cache/addons




  2. Ajax parse error

    Error

    Oops, something went wrong (parsererror). Please try again.

    We’re facing this issue if “tabs” are clicked. we have such kind of menu including several tabs to click so: It’s kind of Ajax error we’re guessing.





    Anyone can help us to sort them out? (note: safe_mod disable)



    Thank you,

Let me add 1 more.



index.php?cc is working while admin.php?cc is not working. (we're using sqllite and using zeke custom class.registry.php)and the error we're facing is:

Fatal error: Call to undefined method Registry::cleanup() in /home/indirim/public_html/init.php on line 130



Fatal error: Call to a member function fetch() on a non-object in /home/indirim/public_html/core/class.registry.php on line 268



Thank you all,




[quote name='getreal' timestamp='1323434367' post='127586']

Hello,


  1. Same error ,duplicated entries we have.



    client denied by server configuration: /home/indirim/public_html/var/cache/addons/news_and_emails

    client denied by server configuration: /home/indirim/public_html/var/cache/addons




  2. Ajax parse error

    Error

    Oops, something went wrong (parsererror). Please try again.

    We're facing this issue if “tabs” are clicked. we have such kind of menu including several tabs to click so: It's kind of Ajax error we're guessing.





    Anyone can help us to sort them out? (note: safe_mod disable)



    Thank you,

    [/quote]

What version are you running? index.php?cc shouldn't work on anything after about 2.0.13 or so…



Your first error about “client denied” is probably causing your issues. The use of AJAX is exceeding the number of client connections allowed for a single IP address in your server's configuration. You will have to contact your host to resolve.

[quote]What version are you running? index.php?cc shouldn't work on anything after about 2.0.13 or so…[/quote]



cs-cart v 2.1.2 to clear cache, which commands do we need to use? for both index and admin side?


[quote]Your first error about “client denied” is probably causing your issues. The use of AJAX is exceeding the number of client connections allowed for a single IP address in your server's configuration. You will have to contact your host to resolve.[/quote]



The server is not denying any ajax request and safe mod is off ,we've checked the details from the host.The problem is coming from the htaccess file or wrong permission of the file/folder, we're not sure.





Thank you,