You need to define the previous, next, and parent page variables yourself. This is how phpWebnotes knows about them. It seems that you are using the variables with defining them.
After defining these variables correctly in each page, by visiting the pages, the database will construct a map, and then you will get the previous / next arrows.
Notice: Undefined variable: page_prev in /home/virtual/site209/fst/home/support/public_html/docs/win2k.php on line 12
Notice: Undefined variable: page_next in /home/virtual/site209/fst/home/support/public_html/docs/win2k.php on line 12
Notice: Undefined variable: page_parent in /home/virtual/site209/fst/home/support/public_html/docs/win2k.php on line 12
Globals are on
I see no other suppressed errors.
pwn_body( 'WinME', $PHP_SELF, $page_prev, $page_next, $page_parent);
this is the line.
Any ideas? :( I have @ on it for now. but I want the << >> arrows
You need to define the previous, next, and parent page variables yourself. This is how phpWebnotes knows about them. It seems that you are using the variables with defining them.
After defining these variables correctly in each page, by visiting the pages, the database will construct a map, and then you will get the previous / next arrows.
Please use http://webnotes.sf.net/mantis to report further issues.
Regards,
Victor.