dprophit Posted February 24, 2003 Posted February 24, 2003 I'm getting this error Parse error: parse error, expecting `'('' in /home/helyawn/public_html/catalog/admin/includes/functions/compatibility.php on line 65 if (!function_exists('move_uploaded_file')) { function move_uploaded_file($file, $target) { return copy($file, $target); } } Line 65 is 'function move_uploaded_file($file, $target) { --- Denver Prophit Jr.
toolcrazy Posted February 24, 2003 Posted February 24, 2003 The message say you are missing a ( on line 65. Parse error mean you have a syntax error. Steve -------------------------
dprophit Posted February 24, 2003 Author Posted February 24, 2003 Line 65's syntax is correct though. a function() which is has declared has both an open and close parenthasis. --- Denver Prophit Jr.
dprophit Posted February 28, 2003 Author Posted February 28, 2003 Ian is this file part of the loaded snapshot? --- Denver Prophit Jr.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.