GOT IT TO WORK!!!!
I went to a php web blog (http://www.daniweb.com) and found an answer.
Place the following code at the top of the php page:
Inside the php tags –
if (!isset($_SESSION)) {
session_start();
}
__________________________________________________
SUDDEN NEW ISSUE on March 23
I was in class yesterday and found out that I did not quite have the RTE quite right. My RTE_test page works fine but I had not set it up to edit a secondary page ie: About.
ERRORS:
Fatal error: Call to undefined function rte() in /home/content/f/d/s/fdsseattle/html/itc_280/soccer/about_us.php on line 18
Cannot send session cache limiter
The code I am placing is:
rte(4,’600′,’600′,’Default’);
inside of the standard php tags
I have placed this on every single line and tested and I get the same error. I am a bit stumped. Trying to talk with other students who have had the same issue. Seems like the JS function is not being called correctly.
__________________________________________________
This assignment has allowed me to create an area for the use of a Rich text Editor for my pages of products.
I did not really have any issues with getting this to work I had done this in Monday’s class following along with Bill.
Time spent: 5.5 hours