PDA

View Full Version : No actions found...


MorrisMcD
10 Jan 2005, 06:15
No matter what I do, I get this...

No actions found...

The action manager seems to see all the supplied actions, but when trying to get to them from the actual board as a user, or ever as the admin, I get this message...

No errors or anything.. Just 'No actions found...'

Any advice? Thanks

MorrisMcD
10 Jan 2005, 12:52
Just to add to this... Even when I try to go to the bank or donate via the link on each post, I get the same thing..

Help?

MorrisMcD
10 Jan 2005, 16:40
Still no help :)????

Does this require VB3.0.3? I have 3.0.1.. Could that be the problem?

Zachery
10 Jan 2005, 17:42
Still no help :)????

Does this require VB3.0.3? I have 3.0.1.. Could that be the problem?
You should generaly wait 12-24 hours before bumping a post.

As soon as matt gets home Ill point him at thist hread

Link14716
10 Jan 2005, 21:05
For all purposes, No Actions Found is an error. I would suggest checking over the global.php edit.

MorrisMcD
11 Jan 2005, 05:09
For all purposes, No Actions Found is an error. I would suggest checking over the global.php edit.
Now I feel like an a$$.. I guess my changes didnt take.. global.old (my backup) and global.php were identical.. I reedited it and its all good..

Thanks, and sorry

ranger2kxlt
12 Jan 2005, 22:00
I'm getting this as well, and have checked my global.php file :-/

ranger2kxlt
12 Jan 2005, 23:08
My fault, i didn't read the "small print" for the global change ;-) added the code at the top not the bottom ;-)

trackpads
19 Jan 2005, 02:16
Strange but only a few of my members are getting the no actions found error. I can use it just fine as can many others.

I logged in as a user having a problem and can confirm this. I also checked the global.php edit and it is correct.

Thanks again,

-Jason

Link14716
19 Jan 2005, 04:25
If you have any custom usergroups that are used as a primary usergroup (as opposed to a secondary usergroup), they will be denied unless they are added to the allowed list. So, you have a few options if that is the case.

Change any non-standard primary usergroups to secondary usergroups and re-instate the "registered users" as the primary, or...
Go through each action, adding their usergroup to the allowed list for each (except admin donate), or...
Run this query, and then edit an action and save to update the cache:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

where X is your custom usergroup's usergroupid (or a comma seperated list of IDs).

trackpads
19 Jan 2005, 11:58
If you have any custom usergroups that are used as a primary usergroup (as opposed to a secondary usergroup), they will be denied unless they are added to the allowed list. So, you have a few options if that is the case.

Change any non-standard primary usergroups to secondary usergroups and re-instate the "registered users" as the primary, or...
Go through each action, adding their usergroup to the allowed list for each (except admin donate), or...
Run this query, and then edit an action and save to update the cache:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

where X is your custom usergroup's usergroupid (or a comma seperated list of IDs).
I am gonna try this, thanks!!!

djjeffa
04 Mar 2005, 04:17
I got:
An error occurred while attempting to execute your query. The following information was returned.
error number: 1146
error desc: Table 'djjeffa_djjeffaVB.utt_store_action' doesn't exist


any help would be apreciated

Zachery
04 Mar 2005, 15:37
I got:
An error occurred while attempting to execute your query. The following information was returned.
error number: 1146
error desc: Table 'djjeffa_djjeffaVB.utt_store_action' doesn't exist


any help would be apreciated
Don't forget table prefixes.

djjeffa
05 Mar 2005, 00:38
Don't forget table prefixes.
I had this problem with another hack that I cant instal but i cant seem to grasp this prfex table concept are ther any threads explaing this alil better?

VBUsers
05 Mar 2005, 01:06
I had this problem with another hack that I cant instal but i cant seem to grasp this prfex table concept are ther any threads explaing this alil better?


you have to put the tables name in the sql query

'djjeffa_djjeffaVB.utt_store_action' doesn't exist so look at your tables and find the one that says store action. the prefix is the name of the table you are using. for example if i did this my prefix on my board is smora_ so i would put smora_utt_store_action the prefix should be the same on all of your templates. if you do not have one please post a snap shot so we can see it just the tables. from your phpmyadmin

djjeffa
05 Mar 2005, 01:13
thanks l&l it workes im not good with this stuff lol

rhymeline
19 Jun 2005, 01:48
i need help, it looks like all was installed correct, but when i go to the shop it says no actions found :( someone help me asap please :(