Menu

#210 install can't find templates!

Display Error
open
nobody
5
2004-09-17
2004-09-17
Anonymous
No

Name: Thomas
Email: thomascharriere@hotmail.com

When ever i try to install phpopenchat i get this messge:
Array ( [0] => /modules/phpopenchat-3.0.0/include/templates/openchat [1] => /include/templates/openchat ) Couln't find any template, giving up.

Discussion

  • Nobody/Anonymous

    Logged In: NO

    do you allready have a solution? I've got the same Problem!!
    THX in advance!

     
  • Nobody/Anonymous

    Logged In: NO

    Same problem here.....
    Mine can't find templates.. I just uploaded it.. So, I
    don't know and I'm new to php. we'll see !

    xts

     
  • Nobody/Anonymous

    Logged In: NO

    maybe see if you can use the install by going to the link of
    the install file... I did that.. but got stuck on step 2
    which I don't know what involves but maybe mysql permissions
    there at step 2..

    I passed step 1..

    If you haven't tried the install.. Maybe it will work for
    you atleast.

    xts

     
  • Nobody/Anonymous

    Logged In: NO

    The path is very likely incorrect... All I know is mine
    was.. I fixed it and it worked.. but I'm not sure if I
    updated my dodb driver (name?) before or after I did that.
    I could not use the path /modules/phpopenchat-3.0.0/include
    (etc)
    I had to use this one.(copying from config.inc.php)<note the
    basetemplate_path> I changed it to find it from where it is
    sitting, more or less, instead of starting the search at the
    base.

    * Template related settings
    */
    define('TEMPLATE_EXTENSION','tpl');
    define('DEFAULT_THEME','openchat');
    define('BASETEMPLATE_PATH','/include/templates');
    define('ALLOW_TEMPLATE_CHANGES',true);

    Yours has , it seems, 2 different links up there. Mine were
    the same each time.. I really haven't figured that out as
    I'm at 3 weeks of being around php/mysql.

    But, that did work for me.
    :)

    Good luck!

    xts
    webmaster@mysims2.net

     
  • Nobody/Anonymous

    Logged In: NO

    Sorry about last post.. I posted that one in the wrong
    window.. I have multiple windows open.

    The real answer is your link is wrong.. I'm pretty sure
    that is it anyway because I ran into the same issue and I
    played with the link in the config.inc.php file til it found
    it. Remove the /modules/phpopenchat-3.0.0 part and try
    that.., also removing openchat at the end.. and the slash!!
    Don't leave the slash.
    When you're done, should look like this below.

    :D

    Hope that helped.. It did with me.

    xts

    * Template related settings
    */
    define('TEMPLATE_EXTENSION','tpl');
    define('DEFAULT_THEME','openchat');
    define('BASETEMPLATE_PATH','/include/templates');
    define('ALLOW_TEMPLATE_CHANGES',true);
    // the following configuration are nessesary only if POC is
    used as PostNuke module

     
  • Nobody/Anonymous

    Logged In: NO

    Have you ran the install?
    I think I forgot to ask..
    Also sorry for double post. It didn't show. I thought I
    didn't send it.

    xts

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.