MathJax

Extension not working in phpBB 3.3.8 - MathJax

Extension not working in phpBB 3.3.8

by AMPE » Sun Sep 25, 2022 5:03 pm

Hi,
Sorry if this is the wrong place to ask this, but I am not very familiar with phpBB.
I have a forum which was just updated from phpBB 3.1.7-pl1 to 3.3.8. Everything works fine except the LaTeX function. I can see in the ACP that I have MathJax installed and enabled, but the LaTeX code in all old and new posts are not shown as nice equations but as the LaTeX code. Is there anyone who knows what might be wrong?
- Andrea
AMPE
Registered User
Posts: 2
Joined: Mon Dec 07, 2020 10:29 am

Re: Extension not working in phpBB 3.3.8

by AMPE » Wed Oct 26, 2022 9:02 am

If anyone can help it would be greatly appreciated. Also suggestions on where to look for answers.
AMPE
Registered User
Posts: 2
Joined: Mon Dec 07, 2020 10:29 am

Re: Extension not working in phpBB 3.3.8

by forex.reptile » Wed Nov 27, 2024 10:55 am

3.3.14

Code: Select all

SQL ERROR [ mysqli ]

Field 'bbcode_helpline' doesn't have a default value [1364]

SQL

INSERT INTO phpbb_bbcodes (bbcode_match, bbcode_tpl, bbcode_tag, first_pass_match, first_pass_replace, second_pass_match, second_pass_replace, bbcode_id, display_on_posting) VALUES ('[latex]{TEXT}[/latex]', '<span>\\({TEXT}\\)</span>', 'latex', '/(?!)/', '', '/(?!)/', '', 14, 1)

BACKTRACE

FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()

FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 1031
CALL: trigger_error()

FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 202
CALL: phpbb\db\driver\driver->sql_error()

FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 353
CALL: phpbb\db\driver\mysqli->sql_query()

FILE: [ROOT]/ext/kinerity/mathjax/core/bbcodes_installer.php
LINE: 207
CALL: phpbb\db\driver\factory->sql_query()

FILE: [ROOT]/ext/kinerity/mathjax/core/bbcodes_installer.php
LINE: 76
CALL: kinerity\mathjax\core\bbcodes_installer->add_bbcode()

FILE: [ROOT]/ext/kinerity/mathjax/migrations/v10x/release_0_0_1.php
LINE: 51
CALL: kinerity\mathjax\core\bbcodes_installer->install_bbcodes()

FILE: (not given by php)
LINE: (not given by php)
CALL: kinerity\mathjax\migrations\v10x\release_0_0_1->install_bbcodes()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 715
CALL: call_user_func_array()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 662
CALL: phpbb\db\migrator->run_step()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 437
CALL: phpbb\db\migrator->process_data_step()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 288
CALL: phpbb\db\migrator->try_apply()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 241
CALL: phpbb\db\migrator->update_do()

FILE: [ROOT]/phpbb/extension/base.php
LINE: 78
CALL: phpbb\db\migrator->update()

FILE: [ROOT]/phpbb/extension/manager.php
LINE: 231
CALL: phpbb\extension\base->enable_step()

FILE: [ROOT]/includes/acp/acp_extensions.php
LINE: 209
CALL: phpbb\extension\manager->enable_step()

FILE: [ROOT]/includes/functions_module.php
LINE: 676
CALL: acp_extensions->main()

FILE: [ROOT]/adm/index.php
LINE: 81
CALL: p_master->load_active()
forex.reptile
Registered User
Posts: 57
Joined: Fri Dec 17, 2010 7:08 pm

Re: Extension not working in phpBB 3.3.8

by forex.reptile » Wed Nov 27, 2024 11:06 am

Looks no any option to contact with kinerity as author from long time and no chance to change due cut of from internet : )
forex.reptile
Registered User
Posts: 57
Joined: Fri Dec 17, 2010 7:08 pm

Re: Extension not working in phpBB 3.3.8

by Kailey » Wed Nov 27, 2024 12:09 pm

forex.reptile wrote:Looks no any option to contact with kinerity as author
So, kinerity is my old username. ;)

Honestly, I've long forgotten about this extension, though I should probably look at it again. I didn't know it was this popular. :oops:
Kailey Snay - Community Team Leader
Knowledge Base | Documentation | Community rules
If you have any questions about the rules/customs of this website, feel free to send me a PM.

My little corner of the world | Administrator @ phpBB Modders
User avatar
Kailey
Community Team Leader
Community Team Leader
Posts: 4000
Joined: Mon Sep 01, 2014 1:00 am
Location: sudo rm -rf /
Name: Kailey Snay

Re: Extension not working in phpBB 3.3.8

by forex.reptile » Wed Nov 27, 2024 1:27 pm

Oh.. ok. I tried contact via @
I resolved problems.
viewtopic.php?p=16041511#p16041511
Should be more clear that it require ext/marcovo/mathjax for integration
forex.reptile
Registered User
Posts: 57
Joined: Fri Dec 17, 2010 7:08 pm