Posts: 338
Threads: 62
Joined: Jan 2015
Reputation:
3
(2015-04-18, 08:46 PM)Devilshakerz Wrote: (2015-04-18, 08:28 PM)nollidnosnhoj Wrote: I think I found a bug.
I just tried typing this to a post with DVZ Mentions 0.4 activated.
(Check the attachment what I typed. Trying typing it here and messed up the formatting.)
After posting it, the showthread page went blank. Nothing. Just blank. When I deactivated the plugin, the page showed up again. Is there something wrong with what I posted?
The plugin requires PHP version 5.4 or newer; when it's uploaded to a server with an old version it either shows a Parse error or a blank page if PHP errors are suppressed. That's likely the issue, you should be able to change it though (web hosting panel, hosting FAQ/documentation, or try their support).
Well, based on the PHP Info in the MyBB Admin Panel, I'm using 5.4.35
just a noob.
Posts: 299
Threads: 43
Joined: Jan 2013
Reputation:
7
Is it possible to have this autocomplete @user....cause when testing it just now this one does not auto do it.
Posts: 3,276
Threads: 191
Joined: May 2014
Reputation:
145
It is on a TODO list  check page before, I had same question. This feature is really missing, with autocomplete it would be one of the bst (and must have) plugin for MyBB
Posts: 60
Threads: 13
Joined: Dec 2014
Reputation:
0
How can I make the plugin replaces @DVZ with just DVZ?
Posts: 2,220
Threads: 199
Joined: Jun 2011
Reputation:
218
(2015-04-19, 05:35 PM)Lektz Wrote: How can I make the plugin replaces @DVZ with just DVZ?
Change $keepPrefix to false (the process is described here).
Posts: 8
Threads: 0
Joined: Oct 2014
Reputation:
1
2015-04-20, 07:14 PM
(This post was last modified: 2015-04-20, 09:59 PM by Michalec.)
(2015-04-18, 09:18 PM)nollidnosnhoj Wrote: (2015-04-18, 08:46 PM)Devilshakerz Wrote: (2015-04-18, 08:28 PM)nollidnosnhoj Wrote: I think I found a bug.
I just tried typing this to a post with DVZ Mentions 0.4 activated.
(Check the attachment what I typed. Trying typing it here and messed up the formatting.)
After posting it, the showthread page went blank. Nothing. Just blank. When I deactivated the plugin, the page showed up again. Is there something wrong with what I posted?
The plugin requires PHP version 5.4 or newer; when it's uploaded to a server with an old version it either shows a Parse error or a blank page if PHP errors are suppressed. That's likely the issue, you should be able to change it though (web hosting panel, hosting FAQ/documentation, or try their support).
Well, based on the PHP Info in the MyBB Admin Panel, I'm using 5.4.35
Confirmed. I have the same problem on 0.4.
I have PHP 5.4 of course.
Posts: 2,220
Threads: 199
Joined: Jun 2011
Reputation:
218
(2015-04-20, 07:14 PM)Michalec Wrote: Confirmed. I have the same problem on 0.4.
I have PHP 5.4 of course.
You might want to take a look into your server's PHP error log - if you find errors related to the gmp_cmp function that means your server doesn't have the GMP extension enabled. If you don't have the possibility to enable it yourself (e.g. in your hosting panel) you should contact the server administrator (or web hosting support).
Posts: 8
Threads: 0
Joined: Oct 2014
Reputation:
1
2015-04-21, 02:29 PM
(This post was last modified: 2015-04-21, 02:30 PM by Michalec.)
(2015-04-21, 01:03 PM)Devilshakerz Wrote: (2015-04-20, 07:14 PM)Michalec Wrote: Confirmed. I have the same problem on 0.4.
I have PHP 5.4 of course.
You might want to take a look into your server's PHP error log - if you find errors related to the gmp_cmp function that means your server doesn't have the GMP extension enabled. If you don't have the possibility to enable it yourself (e.g. in your hosting panel) you should contact the server administrator (or web hosting support).
Thank you, now works fine.
You haven't added any information about this in the main post, so...
Greetings
Posts: 3,276
Threads: 191
Joined: May 2014
Reputation:
145
2015-04-22, 09:04 PM
(This post was last modified: 2015-04-22, 09:05 PM by Eldenroot.)
I get this error with latest version:
Fatal error: Call to undefined function gmp_cmp() in /inc/plugins/dvz_mentions.php on line 97
EDIT: I see that I am not the only one, so it is server related - I need to check it and add a support. Is there any workaround?
Posts: 2,220
Threads: 199
Joined: Jun 2011
Reputation:
218
(2015-04-22, 09:04 PM)Eldenroot Wrote: I get this error with latest version:
Fatal error: Call to undefined function gmp_cmp() in /inc/plugins/dvz_mentions.php on line 97
EDIT: I see that I am not the only one, so it is server related - I need to check it and add a support. Is there any workaround?
Try replacing gmp_cmp with version_compare in dvz_mentions.php:97.
|