*

Recent

Author Topic: Error:(!  (Read 2682 times)

Cineva

  • Newbie
  • *
  • Posts: 2
  • Force: +0/-0
Error:(!
« on: December 10, 2009, 12:17:39 PM »
Hello!
I installed this CMS and I have the following errors:

http://img710.imageshack.us/img710/2233/84731749.png

Can you help? Thanks!

kurt

  • Developer
  • Hero Member
  • ******
  • Posts: 634
  • Force: +16/-1
Re: Error:(!
« Reply #1 on: December 10, 2009, 07:24:27 PM »
I'm seeing 2 errors here.

1) You need to have some games activated. If you loaded some games, they are not marked active in the admin panel. If you loaded a game pack, they are also marked inactive by default. You can activate them all at the same time through phpMyAdmin by running an SQL Query along the lines of

Code: [Select]

update dd_games wet active='1';



Depending on what version of MySQL you have loaded, it MIGHT need to be tweaked some to run right, but probably not.

2) You need to set permissions on the file /includes/hitcounter.txt to 777 or it can't read it. That should take care of the errors in the right column.

Let me know how it works out. If it does not take care of the problems, PM me your cPanel/FTP login info and I can take a look.