Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

About Us


jamescalvin

Recommended Posts

Posted

Hello Everyone,

 

I did a search on how to add an "About Me" page and I found the contribution I was looking for. However, I ran into a problem once I completed the task. I followed the contribution read me file and now I'm getting the following error:

 

/public_html/includes/filenames.php on line 35

 

Even though my

define('FILENAME_ABOUT', 'about.php')
is on line 34 I'm still getting this error. Does anyone know how I can get around this, I'm 90% there.

 

Thanks

Web Development, 365... 366 in a leap year.

Posted

Check your code on that line. I think you may not have a ; at the end. The code should look like this

 

define('FILENAME_ABOUT', 'about.php');

REMEMBER BACKUP, BACKUP AND BACKUP

Posted
Check your code on that line. I think you may not have a ; at the end. The code should look like this

 

define('FILENAME_ABOUT', 'about.php');

 

How did I not catch that?? Thank you a million times.

Web Development, 365... 366 in a leap year.

Posted

No problem. I have had a quick look at the tutorial, and they dont seen to tell you to do this.

REMEMBER BACKUP, BACKUP AND BACKUP

Archived

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

×
×
  • Create New...