RestyaPlatform / board

Trello like kanban board. Based on Restya platform.
http://restya.com/board/
Open Software License 3.0
2.03k stars 381 forks source link

Constant reload loop showing only "Powered by Restyaboard" after 1.7 upgrade #4335

Closed pinkunicorn closed 2 years ago

pinkunicorn commented 3 years ago

I've had a working installation of restyaboard on Apache for a number of releases, but the upgrade to 1.7 caused problems. The database upgrade script ran without any errors, but when I installed the new web files and then try to access the server I only see a blank screen (apart from the text "Powered by Restyaboard") and the page keeps reloading.

This is what I find in the logs:

accesslog: 155.4.221.45 - - [26/Aug/2021:11:11:42 +0200] "GET /api/v1/oauth.json?=1629969102784 HTTP/1.1" 200 148 "https://MY-SERVER-URL/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15"

error_log: [Thu Aug 26 10:32:11.541389 2021] [:error] [pid 4284] [client 155.4.221.45:8894] PHP Fatal error: Can't use function return value in write context in /srv/html/server/php/libs/core.php on line 3440, referer: https://postit.nsc.liu.se/

ssl_requestlog: [26/Aug/2021:10:32:26 +0200] 155.4.221.45 TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384 "GET /api/v1/oauth.json?=1629966746183 HTTP/1.1" 148

All of these messages repeat several times per second.

sridhar391 commented 3 years ago

@pinkunicorn Can you please set R_DEBUG as true on the config.inc.php file in line 15 on '/srv/html/server/php/' path like https://github.com/RestyaPlatform/board/blob/dev/server/php/config.inc.php#L15 and copy the response of http://restyaboard_url/api/v1/oauth.json on the Network tab of Browser developer tools and paste it here or copy the contents from your server error log and paste it here.

pinkunicorn commented 3 years ago

That gives what I already show in the error log.

Hans

Am 2021-08-30 um 08:52 schrieb sridhar391 @.***>:

 @pinkunicorn Can you please set R_DEBUG as true on the config.inc.php file in line 15 on '/srv/html/server/php/' path like https://github.com/RestyaPlatform/board/blob/dev/server/php/config.inc.php#L15 and copy the response of http://restyaboard_url/api/v1/oauth.json on the Network tab of Browser developer tools and paste it here or copy the contents from your server error log and paste it here.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

sridhar391 commented 3 years ago

@pinkunicorn We have checked your Restyaboard URL and it seems that you are not using the Restyaboard latest version build files, Please download the Restyaboard latest version v1.7 (scorpians) build files from the link https://github.com/RestyaPlatform/board/releases/download/v1.7/board-v1.7.zip and unzip the file in your Restyaboard folder path /srv/html/ and please tell us if the issue occured ?

pinkunicorn commented 3 years ago

I have the v1.7 files installed. Or to be really exact, I have the directories api_explorer, client, media, server, sql and tmp from the zip fil installed.

Hans

Am 2021-08-31 um 17:04 schrieb sridhar391 @.***>:

@pinkunicorn https://github.com/pinkunicorn We have checked your Restyaboard URL and it seems that you are not using the Restyaboard latest version build files, Please download the Restyaboard latest version v1.7 (scorpians) build files from the link https://github.com/RestyaPlatform/board/releases/download/v1.7/board-v1.7.zip https://github.com/RestyaPlatform/board/releases/download/v1.7/board-v1.7.zip and unzip the file in your Restyaboard folder path /srv/html/ and please tell us if the issue occured ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/RestyaPlatform/board/issues/4335#issuecomment-909322309, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATUE3KAETFFJ7ID2ATWVK3T7TVP3ANCNFSM5C25QLDQ. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

sridhar391 commented 3 years ago

@pinkunicorn We have accessed your Restyaboard URL and only the source code files are in the restyaboard folder path and not the build files, please download the Restyaboard latest version v1.7 (scorpians) build files from the link https://github.com/RestyaPlatform/board/releases/download/v1.7/board-v1.7.zip and unzip the file in your Restyaboard folder path /srv/html/ and please tell us if the issue occured ?

rrjanbiah commented 2 years ago

Closing due to inactivity