View Single Post
  #20  
Old 09-27-2009, 06:41 PM
 
digiemp digiemp is offline
 

Senior Member
  
Join Date: Aug 2007
Posts: 192
 

Default Re: Page Title in 4.2

I get the following error when trying to modify any category:

Parse error
: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/*edit*/public_html/*edit*.com/admin/category_modify.php on line 199

Here's what the file in question looks like, starting at line 189:

Code:
# Update general data of category # $data = array( "category" => $category_name, "description" => $description, "meta_description" => $meta_description, "meta_keywords" => $meta_keywords, "avail" => $avail, "order_by" => $order_by, "override_child_meta" => $override_child_meta "category_page_title" => $category_page_title ); func_array2update("categories", $data, "categoryid = '$cat'"); func_membership_update("category", $cat, $membershipids); if ($config['SEO']['clean_urls_enabled'] == 'N') {

Line 199 is the added
Code:
"category_page_title" => $category_page_title

Any suggestions?
__________________
version 4.4.2
Reply With Quote