Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I need some help ! The requested URL /FILENAME_NEWSLETTERS_SUBSCRIBE was not found on this server.


Maximiliaan2007

Recommended Posts

Posted

After I installed this contribution CCGV(trad)_1_2_3_4_5_6_7_8_9_10_11

 

I got an error in this : \newsletter subscribers_054

 

 

 

The Error is - when you enter your email and name for the newsletter and click on "go"

 

it gives error "The requested URL /FILENAME_NEWSLETTERS_SUBSCRIBE was not found on this server."

 

 

Please help me!!!!

 

 

Thanks in advance!

Posted

It means that "FILENAME_NEWSLETTERS_SUBSCRIBE" isn't being defined in your PHP files.

 

Re-check the install instructions.

 

It's probably supposed to be in your /includes/filenames.php file.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted
It means that "FILENAME_NEWSLETTERS_SUBSCRIBE" isn't being defined in your PHP files.

 

Re-check the install instructions.

 

It's probably supposed to be in your /includes/filenames.php file.

 

 

Thanks for your reply a bit of it helped, I looked back under the contributions on this board and found some text that needed to be added in filenames.php as

 

// ############## Added #############

// define the file names used in the newsletters project

define('FILENAME_NEWSLETTERS', 'newsletters.php') ;

define('FILENAME_NEWSLETTERS_SUBSCRIBE', 'newsletters_subscribe.php') ;

define('FILENAME_NEWSLETTERS_SUBSCRIBE_SUCCESS', 'newsletters_subscribe_success.php') ;

define('FILENAME_NEWSLETTERS_UNSUBSCRIBE' ,'newsletters_unsubscribe.php');

define('FILENAME_NEWSLETTERS_UNSUBSCRIBE_DONE' ,'newsletters_unsubscribe_done.php');

 

 

// unsubsribe

define('FILENAME_UNSUBSCRIBE' ,'unsubscribe.php');

define('FILENAME_UNSUBSCRIBE_DONE' ,'unsubscribe_done.php');

 

// ########### End Added ##############

 

 

 

But now I still have One more problem the feature that makes newsletters in board it self doesnt work for some odd reason

 

Any solutions for that ?

Posted

When I Press on NEWSLETTERS under the topic TOOLS :

 

I get the screen "Newsletters"

 

 

 

Subscribers / Newsletter Admin

Header Action

 

EMPTY_CATEGORY

TEXT_NO_CHILD_CATEGORIES_OR_PRODUCTS

Posted

I'm not familair with that contribution.

 

Recheck the directions that came with it.

 

If that doesn't help, look for a support thread.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...