View Single Post
  #37  
Old 10-25-2003, 11:05 AM
 
longseason longseason is offline
 

Newbie
  
Join Date: Sep 2003
Posts: 7
 

Default

Quote:
Originally Posted by funkydunk
Thanks for that :)

Here is the updated code into a 3.4.7 script:


I've followed the thread and modified everything but I'm getting parse errors on the category_modify.php. I think it has something to do with spaces in the code? I've checked the original x-cart 3.4.8 code and it's identical to the line the error is supposedly on. When I copy the line from the original and paste it in Funkydunk's 3.4.7 mod the error goes away. But the code is exactly the same just with a space or two! So far this has worked until one error that won't go away. Line 151 of funkydunk's code-

if ($category_path != $category_name && !func_query_first("select * from $sql_tbl[categories] where category='$category_path'")){


anyone know why i'm getting these errors? the admin/category_modify won't even load. If I restore it to the original, it works fine.
Reply With Quote