You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Jeremiah T. I. <jt...@io...> - 2004-03-16 17:42:53
|
On Mon, 15 Mar 2004, Simon Troup wrote: > Notice: Undefined variable: page_prev in /home/httpd/vhosts/mydomain.com/httpdocs/dmanews_docs/index.php on line 177 > > Notice: Undefined variable: page_next in /home/httpd/vhosts/mydomain.com/httpdocs/dmanews_docs/index.php on line 177 > > Notice: Undefined variable: page_parent in /home/httpd/vhosts/mydomain.com/httpdocs/dmanews_docs/index.php on line 177 > > I keep getting this, no matter what I do, I've tried everything I can think of and have been over and over the manual and home page looking for more info but can't solve it. Where am I supposed to define this? Take a look in the sample directory in webopedia.php. In that example they define those in a php header. I already had next/prev code on my page, so I don't use that. If you dont want to use it, leave it out. <?php pwn_body( 'uniquepagename', $PHP_SELF); ?> - j -- http://www.io.com/~jti/ drivel, in esperanto, new and improved http://gin.porniverse.com all about gin http://onte.gurzil.com fictional On the Edge cards |
From: Simon T. <sim...@di...> - 2004-03-15 04:23:08
|
Notice: Undefined variable: page_prev in /home/httpd/vhosts/mydomain.com/ht= tpdocs/dmanews_docs/index.php on line 177 Notice: Undefined variable: page_next in /home/httpd/vhosts/mydomain.com/ht= tpdocs/dmanews_docs/index.php on line 177 Notice: Undefined variable: page_parent in /home/httpd/vhosts/mydomain.com/= httpdocs/dmanews_docs/index.php on line 177 I keep getting this, no matter what I do, I've tried everything I can think= of and have been over and over the manual and home page looking for more i= nfo but can't solve it. Where am I supposed to define this? Regards Simon Troup |
From: Roland V. <ro...@bi...> - 2002-11-12 04:54:27
|
1. Is php actualy enabled? because it looks like its displaying the PHP code 2. Please update to PHP 4.1.2 to fix security holes, 4.1.1 is insecure 3. Did you get the latest CVS ver direct from CVS or from the CVS SNAP? 4. Try 1.0.0 ----- Original Message ----- From: "Mark Chaney" <ma...@ma...> To: <web...@li...> Sent: Tuesday, November 12, 2002 9:42 AM Subject: [Webnotes-help] cant login > I have tried installing the current cvs snap and the 2.0pr1 versions and i > still havent been able to login as administrator. I have also tried > changing the different authentication types and that hasnt changed a thing > either. I have tried signing up as a regular user too and the password that > was sent to me was a few numbers and letters mixed with $ signs, so i > figured thats messed up either. Im figuring that i am making mistakes in my > config file, but i cant seem to find the prob. Any ideas? Thanks. > > BTW, I am running php 4.1.1. and on a linux server > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Webnotes-help mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/webnotes-help > |
From: Mark C. <ma...@ma...> - 2002-11-11 22:43:09
|
I have tried installing the current cvs snap and the 2.0pr1 versions and i still havent been able to login as administrator. I have also tried changing the different authentication types and that hasnt changed a thing either. I have tried signing up as a regular user too and the password that was sent to me was a few numbers and letters mixed with $ signs, so i figured thats messed up either. Im figuring that i am making mistakes in my config file, but i cant seem to find the prob. Any ideas? Thanks. BTW, I am running php 4.1.1. and on a linux server |