View Full Version : No actions found...
MorrisMcD
01-10-2005, 04:15 AM
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
01-10-2005, 10:52 AM
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
01-10-2005, 02:40 PM
Still no help :)????
Does this require VB3.0.3? I have 3.0.1.. Could that be the problem?
Zachery
01-10-2005, 03:42 PM
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
01-10-2005, 07:05 PM
For all purposes, No Actions Found is an error. I would suggest checking over the global.php edit.
MorrisMcD
01-11-2005, 03:09 AM
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
01-12-2005, 08:00 PM
I'm getting this as well, and have checked my global.php file :-/
ranger2kxlt
01-12-2005, 09:08 PM
My fault, i didn't read the "small print" for the global change ;-) added the code at the top not the bottom ;-)
trackpads
01-19-2005, 12:16 AM
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
01-19-2005, 02:25 AM
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:
UPDATE utt_store_action SET allowedgroups='2,5,6,7,X' WHERE shortname<>'admindonate'; where X is your custom usergroup's usergroupid (or a comma seperated list of IDs).
trackpads
01-19-2005, 09:58 AM
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:
UPDATE utt_store_action SET allowedgroups='2,5,6,7,X' WHERE shortname<>'admindonate'; where X is your custom usergroup's usergroupid (or a comma seperated list of IDs).
I am gonna try this, thanks!!!
djjeffa
03-04-2005, 02:17 AM
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
03-04-2005, 01:37 PM
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
03-04-2005, 10:38 PM
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
03-04-2005, 11:06 PM
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
03-04-2005, 11:13 PM
thanks l&l it workes im not good with this stuff lol
rhymeline
06-18-2005, 11:48 PM
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 :(
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.