dprophit Posted February 24, 2003 Share 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. Link to comment Share on other sites More sharing options...
toolcrazy Posted February 24, 2003 Share Posted February 24, 2003 The message say you are missing a ( on line 65. Parse error mean you have a syntax error. Steve ------------------------- Link to comment Share on other sites More sharing options...
dprophit Posted February 24, 2003 Author Share 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. Link to comment Share on other sites More sharing options...
dprophit Posted February 28, 2003 Author Share Posted February 28, 2003 Ian is this file part of the loaded snapshot? --- Denver Prophit Jr. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.