Re: [geeklog-users] Installation Issues

2004-01-16 Thread Dirk Haun
Todd wrote: >I ran through the install.php script. It created 39 tables with 245 rows of >data. When it gets to screen 3, success.php. It loads but is blank. You probably have an error somewhere (most likely a wrong path), but your PHP is configured not to display error messages. In your php

Re: [geeklog-users] Installation errors...

2003-12-09 Thread Dirk Haun
Tim, >Parse error: parse error in /home/track/public_html/geeklog/config.php on >line 95 Line 95 in the original config.php is the one where you can set your site's slogan. Do you happen to have a quote sign in there? If so, you need to escape it: $_CONF['site_slogan'] = 'Tim\'s Site'; Or,

Re: [geeklog-users] Installation errors...

2003-12-09 Thread wOOge
On 9-Dec-03, at 10:11 AM, Tim Trachimowicz wrote: I've been havign some problems installing the software. I've checked and double checked the PATH variables, syntax (including 's and ;s) permissions, etc. and still get this error: Parse error: parse error in /home/track/public_html/geeklog/c

Re: [geeklog-users] Installation error

2003-08-01 Thread geeklog-users-admin
>The geeklog site looks great, and runs well, although I am currently >experiencing problems updating things (like adding or editing stories) One word: register_globals And another: FAQ, bye, Dirk -- http://www.haun-online.de/ http://www.

Re: [geeklog-users] Installation error

2003-08-01 Thread geeklog-users-admin
On Sat, 2 Aug 2003 00:52, you wrote: > DIrk, > > Thanks again for your prompt help - hopefully PHP doesn't torture me > over > the upgrade... Just for your info, upgrading to PHP 4.1.2 (latest RPM for RH 7.1) got geeklog installed as expected (although sadly, a different PHP thing seems t

Re: [geeklog-users] Installation error

2003-08-01 Thread geeklog-users-admin
DIrk, Thanks again for your prompt help - hopefully PHP doesn't torture me over the upgrade... On Sat, 2 Aug 2003 00:23, you wrote: > Nik, > > >Actually, I'm running MySQL 3.23.36. > > Oops. I had something like "4.0.4" in the back of my mind - but that was > your PHP version. Which is

Re: [geeklog-users] Installation error

2003-08-01 Thread geeklog-users-admin
Nik, >Actually, I'm running MySQL 3.23.36. Oops. I had something like "4.0.4" in the back of my mind - but that was your PHP version. Which is quite old, btw. See also below ... >The connect is working correctly, and the $_DB_user and $_DB_pass are correct >(I did check), but the mysql_get_ser

Re: [geeklog-users] Installation error

2003-08-01 Thread geeklog-users-admin
Hi Dirk, I was just checking out the formula-1 pre-qualifying when you latest advice came in :o) On Fri, 1 Aug 2003 23:05, you wrote: > > Not sure why this hasn't been noticed earlier. Maybe it's because you're > running MySQL 4 - it may be handling this differently. Actually, I'm running M

Re: [geeklog-users] Installation error

2003-08-01 Thread geeklog-users-admin
>[...] then finally the following line, which I >presume is significant, since it implies that the mysql_connect( ... ) is >going to fail? > >MySQL access: @: Damn. > global $_CONF, $_DB_dbms, $_TABLES; [...] > @mysql_connect ($_DB_host, $_DB_user, $_DB_pass); Question of the day: What is mi

Re: [geeklog-users] Installation error

2003-08-01 Thread geeklog-users-admin
Dirk, Thank you for your prompt response (and apologies for being so brusque in my previous email). On Fri, 1 Aug 2003 21:43, you wrote: > >After I click the "Next >>" button on the page entitled "Geeklog Database > >Settings (Step 2 of 2)", I get a blank page. > > Hmm, something's hap

Re: [geeklog-users] Installation error

2003-08-01 Thread geeklog-users-admin
>After I click the "Next >>" button on the page entitled "Geeklog Database >Settings (Step 2 of 2)", I get a blank page. Hmm, something's happening there. If you have access to the php.ini, can you try changing the error_reporting? Or you could try adding some debug output in function INST_creat

Re: [geeklog-users] Installation error

2003-08-01 Thread geeklog-users-admin
On Fri, 1 Aug 2003 21:04, you wrote: > Nik wrote: > >I am fairly sure the installation has not succeeded, but I get neither > > error message nor success message. > > Did you get to the success page (success.php)? Or what exactly do you get > when you run the install script? After I click the "Ne

Re: [geeklog-users] Installation error

2003-08-01 Thread geeklog-users-admin
Nik wrote: >I am fairly sure the installation has not succeeded, but I get neither error >message nor success message. Did you get to the success page (success.php)? Or what exactly do you get when you run the install script? >phpMyAdmin shows my geeklog database has 39 tables, all of which ha

Re: [geeklog-users] Installation problem

2003-04-03 Thread geeklog-users-admin
I think that it is likely that the first problem you describe is due to register_globals being turned off in your php.ini. Geeklog requires that register globals be turned on. -Vinny On Thu, 3 Apr 2003 [EMAIL PROTECTED] wrote: > > Hi fellows. > I've been trying to install geeklog for about a

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] Installation problem

2003-02-25 Thread Tony Bibbs
YOu have some sort of bad PHP in config.php. Either a missing quote, missing semi-colon or missing brackets like {,},[ or ]. --Tony On Tue, 25 Feb 2003, Neil J wrote: > Parse error: parse error, unexpected T_STRING in D:\Webpage\config.php on > line 91 > > Warning: main(databases/.class.php)

Re: [geeklog-users] Installation problem

2003-02-25 Thread Vincent Furia
This error usually occurs when a string (usually one or more lines up from the line number displayed) isn't properly enclosed in quotes (it either is missing a quote, has an extra one, or has miss matched quotes). Look for such a problem. If you can't find it you can always attach you're config.p

Re: [geeklog-users] installation

2003-02-21 Thread Dirk Haun
Landy Roman <[EMAIL PROTECTED]> wrote: >and that is the path >[EMAIL PROTECTED]:/usr/local/httpd/htdocs/geeklog > pwd >/usr/local/httpd/htdocs/geeklog Yes, but is that what you have in your config.php? bye, Dirk -- http://www.haun-online.de/ http://mypod.de/

Re: [geeklog-users] installation

2003-02-21 Thread Landy Roman
On Fri, 21 Feb 2003 22:57:44 +0100 "Dirk Haun" <[EMAIL PROTECTED]> wrote: > Landy Roman <[EMAIL PROTECTED]> wrote: > > >Warning: main(system/databases/mysql.class.php) [function.main]: failed to > >create stream: No such file or directory in > >/usr/local/httpd/htdocs/geeklog/system/lib-database.

Re: [geeklog-users] installation

2003-02-21 Thread Landy Roman
On Fri, 21 Feb 2003 22:57:44 +0100 "Dirk Haun" <[EMAIL PROTECTED]> wrote: > Landy Roman <[EMAIL PROTECTED]> wrote: > > >Warning: main(system/databases/mysql.class.php) [function.main]: failed to > >create stream: No such file or directory in > >/usr/local/httpd/htdocs/geeklog/system/lib-database.

Re: [geeklog-users] installation

2003-02-21 Thread Dirk Haun
Landy Roman <[EMAIL PROTECTED]> wrote: >Warning: main(system/databases/mysql.class.php) [function.main]: failed to >create stream: No such file or directory in >/usr/local/httpd/htdocs/geeklog/system/lib-database.php on line 109 Looks like a path problem. Make sure you've set $_CONF['path'] to th

Re: [geeklog-users] Installation error

2003-01-31 Thread Roy Larke
Sorry guys. I worked it out. Paths problem. All working well and good. On 03.1.31 5:15 PM, "Gandalf" <[EMAIL PROTECTED]> wrote: > I'm trying to install Geeklog for the first time. I'm a novice, but I've > successfully installed Postnuke, PHP Nuke & so on, so not too much. Once the > database crea