Page 1 of 1

PHP Parse error when launching webrequest. sh

Posted: 17 May 2019, 22:57
by phoenixepicon
Hi all,

Got a "PHP Parse error: syntax error, unexpected '.', expecting ',' or ';' in /......../uaseco/webrequest.php on line 51"

Lines 50-52 of webrequest.php file :

Code: Select all

class WebRequestWorker {
        private $path = 'cache'. DIRECTORY_SEPARATOR .'webrequest'. DIRECTORY_SEPARATOR
        private $logfile;
I followed instructions about installation in UASECO website, don't know what is wrong...
Anyone got an idea?

Re: PHP Parse error when launching webrequest.sh

Posted: 17 May 2019, 23:32
by undef.de
It seems line 51 missed a ";" at the end, but not in my files.