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?

Calendar infusion error

Asked Modified Viewed 1,016 times
M
mphmi
M
mphmi 10
  • Junior Member, joined since
  • Contributed 11 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions
asked
Junior Member

Hi, I'm on a brand new install of the latest PHPFusion, and am trying to add awEventCalendar. I uploaded its two folders into the Infusions directory, and now have an error in the Infusions section of my admin panel, as follows (I removed the full path names):

Fatal error: Uncaught Error: Call to undefined function mysql_query() in ....../infusions/aw_ecal_panel/include/core.php:85 Stack trace: #0 ...../infusions/aw_ecal_panel/ff/db_update.php(18): require_once() #1 ......./infusions/aw_ecal_panel/infusion.php(29): include('...') #2 ...../includes/classes/PHPFusion/Installer/Infusion.core.inc(243): include('...') #3 ..../administration/infusions.php(43): PHPFusion\Installer\Infusion_Core::load_infusion('aw_ecal_panel') #4 {main} thrown in ...../infusions/aw_ecal_panel/include/core.php on line 85
0 replies

2 posts

C
Cupid
C
Cupid 10
  • Member, joined since
  • Contributed 151 posts on the community forums.
  • Started 49 threads in the forums
answered
Member

I might not be much help, but did you infuse them on the admin panel?
1 reply
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

First, It is a v7 Infusion.
Then we have this, mysql_query. It contains hardcoded mysql calls to a non supported mysql function that was removed from PHP 7.++ , That is why we updated PHPFusion to 8. But older Infusions that did not utilize PHPFusions built-in Database functions need to be recoded.

 
1 reply

Category Forum

Panels and Infusions

Labels

None yet

Statistics

  • Views 0 views
  • Posts 2 posts
  • 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
Cupid 10
  • Member, joined since
  • Contributed 151 posts on the community forums.
  • Started 49 threads in the forums
M
M
mphmi 10
  • Junior Member, joined since
  • Contributed 11 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet