1
Tombraider
Re: I Try to post news and get sent to a diffrent web site
  • 2005/3/6 10:28

  • Tombraider

  • Just popping in

  • Posts: 2

  • Since: 2005/3/6 1


Fix:

Edit storyform.inc.php

Line 29:
$sform = new XoopsThemeForm(_NW_SUBMITNEWS, "storyform", xoops_getenv('PHP_SELF'));

Change to:
$sform = new XoopsThemeForm(_NW_SUBMITNEWS, "storyform", xoops_getenv('$PHP_SELF'));

** Note the $ in front of PHP_SELF!!



2
Tombraider
Re: Uploading news on my new website gets redirected to www.cpan.org
  • 2005/3/6 10:27

  • Tombraider

  • Just popping in

  • Posts: 2

  • Since: 2005/3/6 1


Fix:

Edit storyform.inc.php

Line 29:
$sform = new XoopsThemeForm(_NW_SUBMITNEWS, "storyform", xoops_getenv('PHP_SELF'));

Change to:
$sform = new XoopsThemeForm(_NW_SUBMITNEWS, "storyform", xoops_getenv('$PHP_SELF'));

** Note the $ in front of PHP_SELF!!




TopTop



Login

Who's Online

228 user(s) are online (152 user(s) are browsing Support Forums)


Members: 0


Guests: 228


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