|
Re: General installation problem [message #7194 is a reply to message #7193] |
Wed, 08 August 2018 04:38 |
AJM
Messages: 2367 Registered: April 2006 Location: Surrey, UK
|
Senior Member |
|
|
The error message says:
UncaughtexceptionfromParseError,message =syntax error,unexpected'}',expecting endoffile, code=0, file=/var/www/html/rdc_includes/std.table.class.inc,line=113 03
This points to a mismatch in the number of '{' and '}' in file std.table.class.inc where line 11303 is the last line. There is no such error in my version, so I can only assume that your version has somehow got corrupted. I suggest that you either re-extract it from the zip file, or re-download the zip file and try again.
There is also a second error:
Warning: error_log(/var/www/html/demo/error_logs/errorlog.html): failed to open stream:
No such file or directory in /var/www/html/rdc_includes/error.inc on line 328
Does that file exist? Does that directory exist? Do they both have the correct permissions?
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
|
|
|
|
Re: General installation problem [message #7197 is a reply to message #7196] |
Fri, 10 August 2018 04:29 |
AJM
Messages: 2367 Registered: April 2006 Location: Surrey, UK
|
Senior Member |
|
|
That's very strange. I have just checked the zip file and it does indeed contain a bad version of that file. I have corrected this and uploaded a new version of the zip file. I also attach a copy of this updated file so that you don't have to download the whole thing again.
Yes, you might need to create errorlog.html as an empty file so that the framework has something to update. I don't understand why it does not create this file automatically.
The file std.singleton.php5.inc does not indicate that the framework can only work with PHP5. I started with PHP4, and had to make some changes to also support both PHP4 and PHP5. Then when PHP7 came along I had to make so many changes that I could no longer support PHP4. This is explained in http://www.tonymarston.net/php-mysql/support-for-php4-and-ph p7.html
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
|
|
|
|
|
|
|
|
|
|