*

Recent

Author Topic: need help  (Read 3435 times)

vlad682000

  • Newbie
  • *
  • Posts: 4
  • Force: +0/-0
need help
« on: October 21, 2011, 05:08:16 PM »
Firstable I wanna thank you for your free script. So far I installed this script (V2.1 BETA RC1) in two free hosting domains (just to test) without any problem. Everything went OK. Than I install into my paid hosting in to sub-directory. Everything was ok till links stoped respond.  What was reason for that i don't know.
Today I tried to reinstall but now I'm getting warning  in part under total hits:

Warning: include(/home/user/web/b***8/*****/freecar/includes/counter.php) [function.include]: failed to open stream: No such file or directory in /hermes/web05/b***8/*****/freecar/templates/carracing/template.php on line 230

Warning: include() [function.include]: Failed opening '/home/user/web/b****8/*****/freecar/includes/counter.php' for inclusion (include_path='.:/usr/local/lib/php-5.2.17/lib/php') in /hermes/web05/b***8/****/freecar/templates/carracing/template.php on line 230

No matter I use standard default theme or redesigned theme.
I will be very happy if someone help me to resolve my problem. Please if someone can tell me why links stoped maybe I made mistake in .htaccess(file). If it's .htaccess problem write some example when its script instaled in sub-directory.

Thank a lot

Dillon

  • Developer
  • Sr. Member
  • ******
  • Posts: 340
  • Force: +3/-0
    • Arcade Freak
Re: need help
« Reply #1 on: October 21, 2011, 05:11:43 PM »
Im not 100% sure on this but it seems like the directory path in your settings is wrong either that or your htaccess file isnt working in which case just upload the original htaccess file from the 2.1 zip folder

Adam LaCombe

  • Sr. Member
  • ****
  • Posts: 433
  • Force: +17/-0
    • My Blog
Re: need help
« Reply #2 on: October 21, 2011, 05:59:31 PM »
chmod -R 777 /home/user/web/b***8/*****/freecar/  ???

a2enmod rewrite  ???
« Last Edit: October 21, 2011, 06:05:20 PM by Adam LaCombe »

vlad682000

  • Newbie
  • *
  • Posts: 4
  • Force: +0/-0
Re: need help
« Reply #3 on: October 21, 2011, 06:09:37 PM »
chmod -R 777 /home/user/web/b***8/*****/freecar/  ???

a2enmod rewrite  ???

I just chmod -R 777

           /games
           /games/thumbs,
           /cache
           /avatars

Adam LaCombe

  • Sr. Member
  • ****
  • Posts: 433
  • Force: +17/-0
    • My Blog
Re: need help
« Reply #4 on: October 21, 2011, 06:23:26 PM »
mhmm you need to do /includes/ also and make sure you use -R so you get the files inside there because you need to have counter.php accessible.

if that doesn't fix the counter problem then like what spagetiokillers said, you might have entered the wrong directory path.

a2enmod rewrite - will enable apache mod rewrite so then your .htaccess should work fine.

Frank

  • Sr. Member
  • ****
  • Posts: 257
  • Force: +4/-0
Re: need help
« Reply #5 on: October 22, 2011, 12:59:59 AM »
Quote
Than I install into my paid hosting in to sub-directory.

FAS is not coded to be in a "Directory"

But going by what Adam has said previously.

You will need to go to the Admin Settings and set your domain to "Whatever/freecar/"

I think that's how I read it.