Quote:
Originally Posted by eoc_Jason
Do you have sphinx as a separate DB? I just made it a table within my forum to keep everything consolidated (since the tables don't hold much data anyhow).
I would double check the sphinx table & field names. Like on mine they are 'sph_counter', not 'sphinx_counter', which is an inconsistency within the documentation and supplied example stuff. Other than that, the code looks okay to me.
|
I checked it; it seems all fine. I use sphinx.sphinx_counter; that shouldnt make a difference.