TutorialMS Community Forum

Full Version: [SOLVED] Cant Remove Categories
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
HI great scripts, easy install very slick interface,your getting huge Karma around the web.

I am getting this when I click Category/remove
**********
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/public_html/tutorials/admin/remove_cat.php on line 23

Parse error: syntax error, unexpected '*' in /home/public_html/tutorials/admin/remove_cat.php on line 23
**********
Tutorialms: is installed in a sub Domain root in its own db

Regards, Jim
Hi,

In "remove_cat.php" find the following:
Code:
*/
\**********************************************************/
$in_cats = 1;
and change to:
Code:
*/
/**********************************************************/
$in_cats = 1;
The back slash should be a forward slash.

Hope this helps.
That got it,

Thx, Jim
Reference URL's