jamescalvin Posted February 18, 2006 Posted February 18, 2006 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.
♥14steve14 Posted February 18, 2006 Posted February 18, 2006 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
jamescalvin Posted February 18, 2006 Author Posted February 18, 2006 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.
♥14steve14 Posted February 20, 2006 Posted February 20, 2006 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.