PHP failed to open stream: Invalid argument sugarcrm

112 views Asked by At

I would like to ask for help again on how to fix this error, if this seems like an easy to fix error, i apologize because i have no experience when it comes to phpmyadmin.

Failed to open stream: Invalid argument in C:\xampp\htdocs\sugarcrm\ModuleInstall\ModuleInstaller.php on line 1701

            if(copy( $dest, $rest)) { <== this is line 1701
                if(is_writable($rest))
                    sugar_touch( $rest, filemtime($dest) );
            }

Thank you for the help.

0

There are 0 answers