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?

Fusion on MariaDB

Asked Modified Viewed 2,454 times
A
Androggles
A
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

Hello

We recently installed PHP-fusion version 9.00 for our new community website. However we are getting a lot of error messages in the error log.

I then just discovered that our webhost has changed from MySQL to MariaDB.

Does this pose a problem with PHP-fusion? Or is it something else?

The errors i am getting looks like below:

threads/view.php
/infusions/forum/viewthread.php?action=edit&forum_id=1&thread_id=8&post_id=9
Undefined index: thread_tags
Line: 527
--------------------
includes/buildlist.php
/administration/images.php?aid=0b2dc685762bbc27&ifolder=imagesnc&del=php-fusion.gif
opendir(PHOTOS): failed to open dir: No such file or directory
Line: 63
--------------------
administration/members.php
/administration/members.php?aid=0b2dc685762bbc27
Undefined variable: time_overdue
Line: 595

There are more errors than these, but hopefully these could give someone a hint what the problem is, if not the MariaDB thing.
0 replies

7 posts

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

Hi,

It is not made with MariaDB, however with PDO it should run just fine. What you see there are called notices, if everything seems to run fine. It will run fine. Not a single notice should exist on our final product.
0 replies
A
Androggles
A
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

Alright, so no worries then?

I just noticed that the "quick moderator options" in the forums doest work either, could that be a bug?
0 replies
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

Hello, these are not MariaDB concerns. It's about the installer in the infusion is older than the actual running script problem.
thread_tags is missing in your DB_FORUM_THREADS SQL column.

Do have a look at our current progress small fixing and upgrading on the RC4 to RC5. https://github.com/PHPFusion/PHPFusion/compare/9.01...9.02
0 replies
A
Androggles
A
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

Okay will definitely have a look at it.
Does this include the problem with the moderator options in the forums?
Edited by N/A on 07-11-2016 13:39,
0 replies
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

No I don't think so, i have no problems running the forums in 9.02

There were a couple of glitches yes in RC4 that we found out not working.
- delete posts in thread (not appending)
- viewthread problems when post is not in sync
- parent updating post count (not counting correctly) when has subforums.

These were the fixes that have been reported, found and fixed in RC5 latest status.
0 replies
A
Androggles
A
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

Okay, ill just wait to see if RC5 will fix that.

Thank you very much for your help.
0 replies
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

As a final note. MARIADB users must use PDO driver. In config.php, pdo enabled must be 1.
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 7 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
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
A
A
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet