Author Topic: installation questions  (Read 1327 times)

0 Members and 1 Guest are viewing this topic.

Offline smoke

  • Newbie
  • *
  • Posts: 6
  • Karma: 0
    • View Profile
installation questions
« on: January 16, 2010, 02:14:56 PM »
Hi all,
I'm newbie, I'm confused of installing php director, I have a phpbb  forum currently
in my domain.com/forum/. And I wish to install "php director" in my  domain.com/video/, is that possible ?

Also, I've uploaded all files to my domain.com/video/, and run installation there,
but it has error returned "Cannot write to file please set permissions to 777
Success ", but the folder is already set to 777.

Was I doing anything wrong?
Any idea ?


George

Offline FireDart

  • Project Leader
  • Pro Member
  • *****
  • Posts: 406
  • Karma: 4
    • View Profile
    • FireDart
Re: installation questions
« Reply #1 on: January 16, 2010, 02:44:09 PM »
Hello George,

May I ask what folders you have chromed?

Offline smoke

  • Newbie
  • *
  • Posts: 6
  • Karma: 0
    • View Profile
Re: installation questions
« Reply #2 on: January 16, 2010, 02:50:31 PM »
Hello George,

May I ask what folders you have chromed?
I chromed the folder : mydomain.com/video/,
the "Php Director" is in this folder.

« Last Edit: January 16, 2010, 02:59:54 PM by smoke »

Offline FireDart

  • Project Leader
  • Pro Member
  • *****
  • Posts: 406
  • Karma: 4
    • View Profile
    • FireDart
Re: installation questions
« Reply #3 on: January 16, 2010, 02:55:19 PM »
Chrome these Folders to 777:
install/
templates_c/

Last time this happened to me it fixed it.

Offline smoke

  • Newbie
  • *
  • Posts: 6
  • Karma: 0
    • View Profile
Re: installation questions
« Reply #4 on: January 16, 2010, 02:59:29 PM »
Tried chromed all folders in "Php Director" as well,
turned out the same error.

I've checked the database in mysql, there are 8 folders in there,
    * pp_categories
    * pp_comment
    * pp_config
    * pp_fav
    * pp_files
    * pp_messages
    * pp_rating
    * pp_user

Offline FireDart

  • Project Leader
  • Pro Member
  • *****
  • Posts: 406
  • Karma: 4
    • View Profile
    • FireDart
Re: installation questions
« Reply #5 on: January 16, 2010, 03:15:25 PM »
Chrome all the files?

Offline smoke

  • Newbie
  • *
  • Posts: 6
  • Karma: 0
    • View Profile
Re: installation questions
« Reply #6 on: January 16, 2010, 03:17:08 PM »
Not all files, just all folder chromed as 777.

Offline FireDart

  • Project Leader
  • Pro Member
  • *****
  • Posts: 406
  • Karma: 4
    • View Profile
    • FireDart
Re: installation questions
« Reply #7 on: January 16, 2010, 04:03:35 PM »
Chrome these files 777:
/config.php
/includes/function.inc.php
/installed.php

See what happens.

Offline smoke

  • Newbie
  • *
  • Posts: 6
  • Karma: 0
    • View Profile
Re: installation questions
« Reply #8 on: January 17, 2010, 01:25:17 AM »
Hi,

It work!!  ;)
But there is an error loding page "Notice: Undefined index: lang in"domain.com./video/
Also,
Undefined index: sort in xxx
Undefined index: page in xxx
Undefined index: pt in xxx
Undefined index: next in xxx

Offline winracer

  • Development Team
  • Pro Member
  • *******
  • Posts: 446
  • Karma: 3
    • View Profile
    • helpmewithperl.com
  • Script Version: 1.0+
Re: installation questions
« Reply #9 on: January 18, 2010, 01:31:07 AM »
Hi,

It work!!  ;)
But there is an error loding page "Notice: Undefined index: lang in"domain.com./video/
Also,
Undefined index: sort in xxx
Undefined index: page in xxx
Undefined index: pt in xxx
Undefined index: next in xxx



just question under the domain.com./video/admin

do you have a Language Marked?
winracer
myfunnypets.com
helpmewithperl.com
coosavalleyclassifieds.com
brownlows.net
myphpforum.com

Offline smoke

  • Newbie
  • *
  • Posts: 6
  • Karma: 0
    • View Profile
Re: installation questions
« Reply #10 on: January 18, 2010, 03:18:46 AM »
just question under the domain.com./video/admin

do you have a Language Marked?
Hi winracer,

Sorry, I don't really catch your mean "Language Marked",
how to do that ?

If I go domain.com/video/admin,
it has following error:
Notice: A session had already been started - ignoring session_start() in /www/domain.com/video/admin/admin_header.php on line 11 Notice: Undefined index: pt in /www/domain.com/video/admin/admin_header.php on line 38 Notice: Undefined index: pag in /www/domain.com/video/admin/admin_header.php on line 39 Warning: Smarty error: unable to read resource: "login.tpl" in /www/domain.com/video/libs/Smarty.class.php on line 1095

Offline FireDart

  • Project Leader
  • Pro Member
  • *****
  • Posts: 406
  • Karma: 4
    • View Profile
    • FireDart
Re: installation questions
« Reply #11 on: January 18, 2010, 03:36:05 AM »
"Undefined index" errors are not really a big deal and you could add:
Code: [Select]
error_reporting(0); // Turn off all error reporting
in the php to turn off the errors but I don't suggest that :P Because things will still not work, you just won't get errors.