Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Parse Error in /admin/includes/functions/compatibility.php


dprophit

Recommended Posts

Posted

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.

Posted

The message say you are missing a ( on line 65. Parse error mean you have a syntax error.

Steve

-------------------------

Posted

Line 65's syntax is correct though. a function() which is has declared has both an open and close parenthasis.

--- Denver Prophit Jr.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...