안녕?
XE 1.11.6 로 근 20여년간을 웹운영해 (www.kb34.net. www.newlifeforum.us www.youshineblog.com ) 오다가 DDoS 공격을 심하게 받아 호스팅서버에서 운영 정지를 근 한달가 받았네요. 위의 웹들이 쓰는 XE1 프로그램이 오래 된 것이라 해킹되기쉽다면서 업그레이드 하기를 권하기에 rhymix 로 바꿔 보고자 지금 라이믹스 압축파일을 다운하여 설치 시작하는 페이지를 열어 보고자 하는 데 글쎄 이런 에러가 뜨네요...
Parse error: syntax error, unexpected '?' in /home.youshi5/public_html/Phoenix.kb34.net/common/autoload.php on line89
겸험있는 분의 도움을 받고 싶네요.
저는 또한 유튭 아이디, youshine 과 youshineca 로 많은 구독자들에게 좋은 글과 노래를 무료 선물해온 미국에서 살고 있는 고령자입니다. 요새는 맨발걷기 운동을 해외에 펼치는 일에 동참하고 있습니다. 도와 주세요.
youshine
Lv. 1
I started XE long ago has maintained a few websites with xe 1.11.6 version. I had accounts with XE1 and also XEtown website. I am an old man of 85 years old.
Now I am going to upgrade them to Rhymax current version
Now I am going to upgrade them to Rhymax current version
댓글 5
라이믹스는 php7.4 가 최소사양입니다. php 사양은 충족하시나요?
시간들여 댓글 주신 분 감사합니다.
제가 오늘 인공지능 챗지피티의 도움으로 제가 호스팅하는 회사에서 제가 그동안 써온 웹은 PHP 5.6 로만 운영해 왔는 데 이번 제가 새로 그 웹안에 새로 설치하려는 새 서부(sub) 도메인은 아래에 화면 복사로 보여 준 대로 PHP v. 8.2로 지정하였는 데도 호스팅서버에서 라이맥스를 설치하려는 새 도메인이 서부 도메인이다 보니 PHP V. 8.2가 적용되지 않고 PHP V 5.6가 적용되고 있기에 제가 문의한 에로 (error) 사항이 뜨고 있다고 알려 주는 군요.
해서 호스팅 회사에 아래와 같은 이멜을 보내고 그들의 반응을 기다리는 중입니다.
===
PHP Version Mismatch for phoenix.kb34.net (Rhymix Upgrade)
Richard Yim <richardyim@gmail.com>
7:29 PM (1 hour ago)
to MarcosG
Subject: PHP Version Mismatch for phoenix.kb34.net (Rhymix Upgrade)
Dear InMotion Hosting Support,
Thank you for your assistance in restoring my hosting account after the recent DDoS incident.
I am currently upgrading one of my older websites from XpressEngine (XE 1.11.6) to Rhymix. My legacy websites continue to run under PHP 5.6, while the new Rhymix installation requires PHP 8.2.
I created a new subdomain specifically for this purpose:
phoenix.kb34.net
In cPanel's MultiPHP Manager, this subdomain is assigned to PHP 8.2 (ea-php82).
However, during installation we discovered that the web server is actually executing the site under PHP 5.6, not PHP 8.2.
To verify this, I created a simple phpinfo.php file and accessed:
https://phoenix.kb34.net/
The output shows:
Configuration File Path:
/opt/cpanel/ea-php56/root/etc
Loaded Configuration File:
/opt/cpanel/ea-php56/root/etc/
This confirms that Apache is still using ea-php56 for the subdomain.
Because Rhymix requires PHP 8.x, the installation fails with the following error:
PHP Parse error:
syntax error, unexpected '?'
in /home/youshi5/public_html/phoe
on line 89
Since the phpinfo() output confirms PHP 5.6 is being used, it appears that the PHP version configured in MultiPHP Manager is not actually being applied to the phoenix.kb34.net virtual host.
Would you please investigate why this subdomain is still running PHP 5.6 and configure phoenix.kb34.net to actually use PHP 8.2, while leaving my existing legacy websites on PHP 5.6?
My existing websites still require PHP 5.6, so I would appreciate it if only the new subdomain (phoenix.kb34.net) is changed to PHP 8.2.
Thank you very much for your assistance. I appreciate your help in completing this migration.
Sincerely,
Richard Yim
Account: youshi5
호스팅 회사에서 해결책을 제안해 와 제가 라이믹스를 제데로 설치하게 되면은
기존 php 버젼 5.6를 써야만 했던 웹사이트들을 라이믹스로 전향시킬 계획인데 오래된 웹들을 라이미스로 전환하는 데는 프로그램은 무엇을 써야 하는 지요???
인공지능 챗지피티가 전환 프로그램을 알려 주기는 했는 데...그런 경험있는 분들의 체험이야기를 듣고 싶습니다.
=== 내일 챗지피티와 채팅할 때 아래 글을 보았는 가 확인해 볼 생각입니다.
"php.ini 설정 참고 #
session.auto_start=off로 설정되어 있어야 합니다. 최근 호스팅 환경에서 이 설정이 문제가 되는 경우는 거의 없습니다. 단, 호스팅 업체에서 제공하는 무료 서브도메인(예: ID.업체명.com)을 이용할 경우 쿠키 충돌로 인해 세션이 작동하지 않을 수 있으니 주의하시기 바랍니다.upload_max_filesize설정을 통해 한 번에 업로드할 수 있는 파일 용량을 조정할 수 있습니다. 일반적으로upload_max_filesize보다post_max_size가 커야 하고,post_max_size보다memory_limit이 커야 합니다. 그러나 라이믹스는 대용량 파일을 분할 업로드하는 것을 지원하므로 업로드 용량이 10M 이상 주어지기만 하면 서버 용량 내에서 사실상 무한대로 업로드가 가능합니다.memory_limit은 최소 128M가 주어져야 하며, 대용량 이미지 처리가 필요한 사이트라면 256M가 필요할 수도 있습니다.."PHP 8로 바로 올리시면 작동확인이 어려우실거 같은데..
PHP 7.4로 먼저 올리시고, 오류를 다 고친 후에 PHP 8로 올리시는 걸 추천드려요.
XE를 라이믹스로 전환하는 데 별도의 프로그램은 필요하지 않습니다.
https://rhymix.org/manual/introduction/xe-upgrade