Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Errors Errors

Asked Modified Viewed 2,398 times
M
matsta1
M
  • Junior Member, joined since
  • Contributed 16 posts on the community forums.
  • Started 8 threads in the forums
  • Started this discussions
asked
Junior Member

Hi,
Just wondering if someone could please help me?
I have recently tried to update from Fusion_php 7 to php 9 and have had nothing but troubles. It started when I uploaded the files to the server and then ensured the files and folders had the correct access. I then entered my sites url with /install.php after it.
All was going well until I didn't get all passes on the file check. After I exited the page to fix the issues I now get an Internal Server Error 500 and haven't been able to fix it.

I have a number of errors logged in my server log but unfortunately I am very amateur and don't know how to fix them.

PHP Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home2/cfawdor1/public_html/infusions/downloads/downloads.php on line 39

PHP Parse error: syntax error, unexpected T_STRING in /home2/cfawdor1/public_html/infusions/downloads/downloads.php on line 39

$dl_settings = get_settings("downloads");
Line 39 = \PHPFusion\BreadCrumbs::getInstance()->addBreadCrumb([
'link' => INFUSIONS.'downloads/downloads.php',
'title' => \PHPFusion\SiteLinks::get_current_SiteLinks("infusions/downloads/downloads.php", "link_name")



PHP Parse error: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or '(' in /home2/cfawdor1/public_html/maincore.php on line 18
Line 18 = use PHPFusion\Authenticate;


I have checked the files against the ones in the original files and they are all as per download.

Please help
Matt
1 reply

1 post

C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin

Quote

PHP 5.6.32

Please have your Webhosting upgrade to PHP 5.6.8 minimum. PHP 7.xx version is preferable.
0 replies

Category Forum

Installation Issues- 9

Statistics

  • Views 0 views
  • Posts 1 post
  • Votes 0 votes
  • Topic users 3 members

3 participants

F
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
C
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
M
M
  • Junior Member, joined since
  • Contributed 16 posts on the community forums.
  • Started 8 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet