Quote:
Originally Posted by manutdvn
Step 3.
This is optional, but will speed up the query if you have a large number of members;
Run the following SQL query;
ALTER TABLE user ADD INDEX (lastactivity)
|
what this means is that you should either goto your phpMyAdmin or in your Admincp> Import and Maintenance>Execute SQL Query
copy and paste that
ALTER TABLE user ADD INDEX (lastactivity)
into the manual query Text Box and click continue...
as for the other problem are you running vbadvaned or vbindex or something?