mantisbt-plugins / Calendar

Adds the task scheduling function in MantisBT based on the calendar of events with the possibility of one-way synchronization with Google Calendar.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calendar Fatal error: Call to undefined function print_column_time()

georgelmk opened this issue · comments

I'm facing a problem with Calendar plugin.
After the installation of the plugin i am getting [Fatal error: Call to undefined function print_column_time() ]
plugins\Calendar\pages\calendar_user_page.php on line 99

MantisBT Version: 2.18.0

Any help with this issue??

@georgelmk
Hello! Today I will definitely test with mantisbt 2.18.0.
It is not clear for what reason this error occurs.

Hello!
thanks for your response!
i will be waiting for your results after the tests!

@georgelmk Could you please provide information from the "manage_overview_page.php" page?

@georgelmk
I can not reproduce this error. Please provide additional information.

MantisBT Version 2.18.0
Schema Version 209
PHP Version 5.6.25
Database Driver mysqli
Database Version, Description 5.7.14, 5.7.14

@georgelmk
It was possible to reproduce this error only in conjunction with the wamp server.
I noticed that you use wamp.
Apparently wamp uses a non-standard php configuration.
I am currently working on a solution.

Eureka!
The mistake was in one feature related to microsoft systems.
Case-insensitive file system.
One of the files with the desired function was named the same as the file in the mantisbt itself, only with a capital letter.

Patch on the way. I think that by the evening the new version will already be available. I need to correct a few more nuances.

Since the changes affected a significant part of the code base, testing took longer than I thought.
I'll try to post a patch tomorrow.

@georgelmk Please download the version for testing by the link:
https://github.com/brlumen/Calendar/archive/fix_wamp_run_error.zip

hello
Bravo for the immediate solution!
i will test the plugin next days.

thanks