Link14716 |
04-13-2004 12:34 PM |
Quote:
Originally Posted by gamesxposed
Did you run the standalone or HTL installer? Standalone
What is the exact error you recieve?
Warning: Invalid argument supplied for foreach() in /home/gamesxpo/public_html/ushop.php on line 144
Also no actions found
Where does the supposed error happen?
ushop.php
What vB version are you running? vB 3.0.0
I've read the whole thread, and so far cannot figure it out, i've tried everything.
|
Run ushop.php?rebuildds=1. If that doesn't work, run this query and tell me how many rows it finds.
[sql]SELECT * FROM utt_store_action;[/sql]
If it returns 18 rows, run this query and tell me what is in the data column:
[sql]SELECT * FROM datastore WHERE title='utt_store_act';[/sql]
|