1
rgiord54
version 2.05
  • 2003/10/13 11:40

  • rgiord54

  • Just popping in

  • Posts: 60

  • Since: 2002/4/30


Don't know if this is a bug or not but get this line in every area I go to. Any ideas?
<;form name="notification_select" action="notification_update.php" method="post">

2
Herko
Re: version 2.05
  • 2003/10/13 12:22

  • Herko

  • XOOPS is my life!

  • Posts: 4238

  • Since: 2002/2/4 1


Looks like a typo in the notification select template. See the ; in the beginning of that line? remove that from the notification selection template...

Herko

3
rgiord54
Re: version 2.05
  • 2003/10/13 14:19

  • rgiord54

  • Just popping in

  • Posts: 60

  • Since: 2002/4/30


Can't find that line..

4
meme
Re: version 2.05
  • 2003/10/13 14:40

  • meme

  • Quite a regular

  • Posts: 271

  • Since: 2002/12/10



<;form name="notification_select" action="notification_update.php" method="post">
change to
<form name="notification_select" action="notification_update.php" method="post">

5
bsimm
Re: version 2.05
  • 2003/12/6 23:12

  • bsimm

  • Just popping in

  • Posts: 31

  • Since: 2003/4/13


I've got this same problem after updating to 2.051 (from 2.04). I'm not having any luck finding this line to change. Which file is it in??

6
Mithrandir
Re: version 2.05

include/notification.inc.php in the module causing the problems (on a related note: I'm not sure that XOOPS is supposed to be upgraded from 2.0.4 to 2.0.5.1 directly.... from 2.0.5 to 2.0.5.1 yes, but...
well....
dunno...)

----Disclaimer----
I am under the influence of Alcohol at the moment and my IQ is at around room temperature, so if you are offended by my posting, please take this into consideration. Thank you.

Thank you for your interest in my comments
----Disclaimer----

7
CBlue
Re: version 2.05

go to modules/system/templates/system_notification_select.html

this is the correct second line in it
<form name="notification_select" action="<{$xoops_notification.target_page}>" method="post">

See if it says that in your copy of the file.

8
bsimm
Re: version 2.05
  • 2003/12/7 2:13

  • bsimm

  • Just popping in

  • Posts: 31

  • Since: 2003/4/13


Looking in /modules/news/include/notification.inc.php, I'm not finding any <form> tags, or an incorrect <;form> tag. The PHP in this function doesn't appear to be writing out any html, either. It's pretty much just setting variables and doing a query. Am I looking in the right place?

I went from 2.0.4 to 2.0.5.1, but not mean to imply that I went there directly. I did the 2.0.5 as part of the process.

9
bsimm
Re: version 2.05
  • 2003/12/7 2:30

  • bsimm

  • Just popping in

  • Posts: 31

  • Since: 2003/4/13


That is the how the line reads in my file, too. Is there a cached version of the file somewhere?

10
CBlue
Re: version 2.05

Try deleting all the files in your templates_c folder because that is where cached files go. Plus try updating your system module in modules admin and see if that will help.

Login

Who's Online

185 user(s) are online (110 user(s) are browsing Support Forums)


Members: 0


Guests: 185


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits