bigdoods / theBIMportal

Web Portal for BIM project collaboration
15 stars 8 forks source link

A PHP Error was encountered #2

Open pmzhou opened 6 years ago

pmzhou commented 6 years ago

I get the following error on ubuntu 16 with php7(I got the same error on xampp and GCP as well). Please help. Severity: Notice Message: Only variable references should be returned by reference Filename: core/Common.php Line Number: 257

Also from my error logs: PHP Fatal error: Uncaught Error: Call to undefined function mysql_pconnect() in /var/$

bigdoods commented 6 years ago

Can you describe the steps to reproduce this issue please?

pmzhou commented 6 years ago

I finally got it up and running. It happens if you use php7 and also have to correct line 257 in system/core/Common.php. I still have a few errors that come up now and then. Is there any development documentation that i can use?

Regards


From: John Egan notifications@github.com Sent: Wednesday, December 13, 2017 11:41 AM To: jenca-services/theBIMportal Cc: pmzhou; Author Subject: Re: [jenca-services/theBIMportal] A PHP Error was encountered (#2)

Can you describe how to reproduce this issue please?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/jenca-services/theBIMportal/issues/2#issuecomment-351367324, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AKOpyfssYrGVNXpCzCZX-mP4DwUNFPTgks5s_7fugaJpZM4Q84Dn.

bigdoods commented 6 years ago

Great!

The last time I deployed it I used php5. You can see the steps that I recorded here:

https://github.com/jenca-services/theBIMportal/blob/master/GCP-deployment.md

Unfortunately, there is no development documentation, but if you are interested in beginning some, I would be happy to help where I can.

tpharaoh commented 5 years ago

I read a post abuot this a fix was posted to codeignitor framework itself...