Install Problem on Step 7
|
thomas_bahu
Joined: 2005-01-02
Posts: 3 |
Posted: Sun, 2005-01-02 17:05
|
|
Hello, i have a Problem with the installer on Step 7, allways came this message: Parse error: parse error, unexpected T_STRING, expecting '(' in /home/bahuch/public_html/gallery2/modules/core/classes/GalleryCoreApi.class on line 2028 i hope you can help me, (sorry my English is very bad) bahu.ch |
|
| Login or register to post comments |

Posts: 13452
Which version is this? Try the latest nightly snapshot from http://galleryupdates.jpmullan.com
Posts: 3
Hello, thanks for the fast helping,
I have download the new Version but its allways the same error.
See the Problem on
http://www.bahu.ch/allenspach/main.php
Thanks.
Posts: 6103
Line 2074 of your copy of GalleryCoreApi.class is broken. It looks like this:
function dele yById($id) {It should look like this:
function deleteEntityById($id) {That substring "teEntit" is replaced by spaces in two places in that file. The interesting thing is that if you squint at that word fragment, it looks like it might be porn related. Is it possible that your upload process gets run through some kind of porn filter? I've never seen that happen before, but I can't explain it any other way...
Posts: 3
Thanks, it was only by Cybersitter. Now its running. Great.