Page 1 of 1

[Solved] New installation V 2.0 problem

Posted: Tue Oct 14, 2014 1:07 am
by evaH
When installation was made and one click on "Goto your online shop" or "Admin" the following error came up:
"Parse error: syntax error, unexpected end of file in /storage/content/27/148127/linux6.sisaco.eu/public_html/test20/system/library/openbay.php on line 373"
What kind of fault is this?

Re: New installation V 2.0 problem

Posted: Tue Oct 14, 2014 3:46 am
by i2Paq
The /system/library/openbay.php looks corrupt or has a wrong ending.

End should look like:

Code: Select all

 ;

Re: New installation V 2.0 problem

Posted: Tue Oct 14, 2014 6:46 am
by rph
It's likely an incomplete upload for the file. Try re-uploading.

Re: New installation V 2.0 problem

Posted: Tue Oct 14, 2014 4:18 pm
by evaH
Many thanks to both of you for a correct reply!
It was an upload error. I compared the files in my computer and on the Web and found that all code at the end, after
"foreach ($product_option_value_query" was lost! I also find another file "catalog/model/catalog/product.php"
which also was corrupt the same way.
Now it seems to work, many thanks again!