anvc / scalar

Born-digital, open source, media-rich scholarly publishing that’s as easy as blogging.
Other
231 stars 73 forks source link

Help with configuring on Php 7.4? #151

Closed Grantglass closed 3 years ago

Grantglass commented 3 years ago

Hello! I am trying to get this working on our university's servers, but I get these weird PHP errors where it prints out the PHP code. Please see this site for more details: http://timeline-225-dept-english.cloudapps.unc.edu

Does anyone have any insights?

craigdietrich commented 3 years ago

Hi,

You need to make sure that short_open_tag=On in php.ini, that will solve the problem.

Nb, Scalar is ready to go for PHP 7.4 but we haven't made a release for it yet, so you might get some PHP errors until you update to the release when it's ready.

Grantglass commented 3 years ago

That worked! Sorry, I see that now in the install instructions.