Show number of new members who have signed up

15 posts by 3 authors in: Forums > CMS Builder
Last Post: April 15, 2016   (RSS)

By superhappybunnycat - April 15, 2016

It's giving me the following error. I've tried quite a few things and can't fix it:

April: mysql_count() MySQL Error: Table 'mysite_cms.cms_aaccounts' doesn't exist - in test_admin.php on line 42 by mysql_count()

By Damon - April 15, 2016

Hi,

The reason you are getting this error:

April: mysql_count() MySQL Error: Table 'mysite_cms.cms_aaccounts' doesn't exist - in test_admin.php on line 42 by mysql_count()

is because there isn't a MySQL table named aaccounts. 

Log into CMS Builder (test_admin.php) and go to Admin > Section Editors. Here you will ll see all the Section Editor names as well as MySQL Table names.

What is the MySQL Table name for your accounts? 

Cheers,
Damon Edis - interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

By superhappybunnycat - April 15, 2016

It looks like it's aacounts to me, unless I'm missing something? :/ (screeshot attached)

By superhappybunnycat - April 15, 2016

Oh it as so simple, how annoying. Works perfectly now. Thanks :D