Hello,
I just downloaded this and did a fresh install. Upon completion of all the steps, I attempted to access the /groups/index.php file. I immediately was slapped with a:
Code:
Fatal error: Call to undefined function: grps_rewrite_links() in /******/********/public_html/groups/index.php on line 336, 338, 340
Each of these lines are as follows:
Code:
336: // $headinclude = grps_rewrite_links($headinclude);
338: // $navbar = grps_rewrite_links($navbar);
340: // $footer = grps_rewrite_links($footer);
As you can see, I commented out those lines. When I do this, it works fine. (Minus of course and color, etc.) If I enable them, one at a time, I get the undefined error for each line I uncomment.
Now, I could go in and add my own templates to replace those, but I am hoping there is an easier way. lol
What would cause this error? Since everything works when those lines are commented out, I obviously have everything set correctly. Any ideas?
UPDATE: I actually NEED the rewrite function to work. If I exit the main page, I get errors on every other page.