Re: [geeklog-users] where do I need to change "admin" ?

2003-02-26 Thread scroff
Thanks guys. I found I also had to change the same thing in lib-custom.php or admin tools wouldn't work. To quote from config.php: // Some hosting services have a preconfigured admin directory. In that case, // you need to rename Geeklog's admin directory to something like "myadmin" // and change

Re: [geeklog-users] Installation problem

2003-02-26 Thread Dirk Haun
Wayne Sheppard <[EMAIL PROTECTED]> wrote: >For instance I login as JoeShmoe, and >everything works (as far as I know) but when I go to account information >it may show me MarySmith information. Ideas? I guess this should be our next entry for the FAQ ... See

Re: [geeklog-users] Installation problem

2003-02-26 Thread Wayne Sheppard
Hi, I just installed 1.3.7sr1 (new install) and all seemed well. I created a few users for testing. But the account information view is not displaying the correct user data. For instance I login as JoeShmoe, and everything works (as far as I know) but when I go to account information it may s

Re: [geeklog-users] GL Search Engine

2003-02-26 Thread Dirk Haun
Joat Dede <[EMAIL PROTECTED]> wrote: >Are there any plans to upgrade the search engine in the GL 1.3.x >series or in GL2?? Geeklog 1.3.8 will introduce some changes to the search. Some of this is already in CVS. Also check the archives of the geeklog-devel / geeklog- devtalk mailing lists for pre

RE: [geeklog-users] where do I need to change "admin" ?

2003-02-26 Thread Dirk Haun
Salsich, Luke <[EMAIL PROTECTED]> wrote: >in oscommerce 2.2 you can put the admin folder inside the catalog folder. >This is what I did and would recommend that rather than changing the name of >the geeklog admin folder To quote from config.php: // Some hosting services have a preconfigured admi

RE: [geeklog-users] where do I need to change "admin" ?

2003-02-26 Thread Salsich, Luke
in oscommerce 2.2 you can put the admin folder inside the catalog folder. This is what I did and would recommend that rather than changing the name of the geeklog admin folder   Luke -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of scroffSent: Wednes

[geeklog-users] GL Search Engine

2003-02-26 Thread Joat Dede
Are there any plans to upgrade the search engine in the GL 1.3.x series or in GL2?? I was thinking about modifying it for my site but wanted to check on whether this was already being worked on for a release in the near future or much further out. TIA Joat

[geeklog-users] where do I need to change "admin" ?

2003-02-26 Thread scroff
Hello again. My web host offers oscommerce. I'm considering enabling it but it adds a directory called 'admin'. I know I'll need to change the admin directories in gl to myadmin or somesuch, but don't know where the changes will need to be made other than config.php. Can anyone give me a quic

[geeklog-users] Wierd timezone issue

2003-02-26 Thread Airamis77
I applied this timezone hack to my site   config.php===add line$_CONF['timezone'] = 'Asia/Kuala_Lumpur';lib-common.php==add line after require_once('/path/to/config.php');if ( !empty($_CONF['timezone']) && !ini_get("safe_mode")) {putenv("TZ=".$_CONF['timezone']);}       Now my