Author Topic: Installation problem  (Read 82 times)

0 Members and 1 Guest are viewing this topic.

Offline alibaba

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
    • View Profile
Installation problem
« on: May 27, 2010, 04:35:44 PM »
 I installed phpdirector for the first Time
i finished all steps succefuly
(But When I try To log in as admin is an error loding page "Notice:: Fatal error: Smarty error: unable to write to $compile_dir '/usr/home/abc11111/domains/abc.com/public_html/V-i-d-e-o/templates_c/admin'. Be sure $compile_dir is writable by the web server user. in /usr/home/abc11111/domains/abc.com/public_html/V-i-d-e-o/libs/Smarty.class.php on line 1095)
     1091               * @param integer $error_type
     1092               */
     1093              function trigger_error($error_msg, $error_type = E_USER_WARNING)
     1094             {
     1095          trigger_error("Smarty error: $error_msg", $error_type);
     1096         }
     1097
     1098
     1099            /**

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
Per:
mydomain.com/video/:        777
install/                        :      777
templates_c/              :      777
/config.php                 :    777
/includes/function.inc.php: 777
/installed.php                  :777
admin                         : 755
avatar                           :755
includes                         :755
js                                   :755
lang                                :755
libs                                :755
  processes                    :755
templates                       :755
turn_off_lights                 :755
Was I doing anything wrong?