*

Recent

Author Topic: Can anyone help?  (Read 3372 times)

Oldam

  • Newbie
  • *
  • Posts: 2
  • Force: +0/-0
Can anyone help?
« on: December 08, 2009, 09:36:45 AM »
i keep getting this error : Warning: Invalid argument supplied for foreach() in /home/alden691/public_html/templates/default/base_home.php on line 44

i' v already installed 2 time following all the steps in the installation txt and keep geting the same error i'm totaly noob a this (installing scripts).

heres my site : http://www.arcadeadventure.info/

tks in advance

kurt

  • Developer
  • Hero Member
  • ******
  • Posts: 634
  • Force: +16/-1
Re: Can anyone help?
« Reply #1 on: December 08, 2009, 10:15:35 AM »
Without being able to look at it closer I would guess that either there are no categories set up, or no games installed, or the cache folder does not have the correct permissions set up.

If you look at these things and nothing works, PM me your cPanel/FTP login info, and your admin username and password for the script's admin panel. I will try to get a look in later this afternoon.

Oldam

  • Newbie
  • *
  • Posts: 2
  • Force: +0/-0
Re: Can anyone help?
« Reply #2 on: December 08, 2009, 05:59:50 PM »
I'd just installed the 1.3 version and all good on the first try! ty anyway!

kurt

  • Developer
  • Hero Member
  • ******
  • Posts: 634
  • Force: +16/-1
Re: Can anyone help?
« Reply #3 on: December 08, 2009, 08:38:54 PM »
Lol, that would explain it. I logged in and was working on it, and files changed as I watched. Wasn't sure if I was going stark raving normal, or if your host was acting up, or if you were working on it while I was lol.

I did find one problem though, and that was when a game pack is installed, it does not activate games automaticaly. This was done on purpose for a couple of reasons, First is to give the uploader the chance to make sure the game worked before activating it(manys the time I uploaded something only to find it got there corrupted), and the other is we are working on a feature that will allow you to install a game pack and have it automatically activate a few games each day making it seem as though you are adding each day when you are not.

The way around this when adding a game pack is to run an SQL command from inside phpMyAdmin like

Code: [Select]

update dd_games set active='1';



Doing it from memory so I might have it a bit off, but you should get the idea. It sets all games to active that are currently in the database.