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?

Will PHPFusion 7 or 8 Addons work on 9?

Asked Modified Viewed 869 times
F
FusionX
F
  • Junior Member, joined since
  • Contributed 30 posts on the community forums.
  • Started 13 threads in the forums
  • Started this discussions
asked
Junior Member

Have PHP F V9,
VArcade, in the Market place says it's for V8,
Created new db, installed PHP F 8, installed VArcade.
Did not work - read the install file that says " VArcade 3.0 PHPFusion v 7.0 --->"

Crap... Can I make it work in 8 and or 9 or do I start over AgAiN?
-- Oh, looks like this - http://tapdroid.com/gameshock/infusions/varcade/favorit_games.php
Edited by Falk on 26-01-2020 23:18,
0 replies

1 post

F
Falk
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
answered
Super Admin

Both 8 and 9 uses UTF8, and MySQL have since many initial releases changed their definitions.

VArcade is not made to work for 9, There are 0 chances that below changes will make it compatible with 9.

All v7 Infusions is compatible with v8, in some cases the following modifications is required.

Defuse,
open varcade/infusion.php

Change all

TYPE=MyISAM or ENGINE=MyISAM
to
ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci

Convert .php files to UTF8, esp locale.
Infuse again.

The following is required for it to work on 9 ( As a minimum ).
https://www.php-fusion.co.uk/infusion...d_id=38455
More things might be required. But Forms and infusion.php definitions is a start.
Edited by Falk on 25-01-2020 13:03,
0 replies

Category Forum

Panels and Infusions

Labels

None yet

Statistics

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

2 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
F
F
  • Junior Member, joined since
  • Contributed 30 posts on the community forums.
  • Started 13 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet