Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems #14

Open
giocaputo opened this issue May 6, 2016 · 3 comments
Open

Problems #14

giocaputo opened this issue May 6, 2016 · 3 comments

Comments

@giocaputo
Copy link

After active, if i go to any page of admin Cdbt page, and i have error. "you have not permission" and plugin deactive alone...

@ka215
Copy link
Owner

ka215 commented May 8, 2016

Whether the trouble occurs when you have accessed to CDBT plugin management page in administrator of WordPress?
Please try to initialize the settings in the plugin options of CDBT. Then do not you improve that trouble?

@giocaputo
Copy link
Author

Now i can not active it... I have this error: Please install the extension mbstring to run this plugin.
So i think can not use it

@ka215
Copy link
Owner

ka215 commented May 11, 2016

This problem is due to the "mbstring" extension is not installed on your PHP environment. If you can add the "mbstring" extension to PHP, thereby it may work the plugin.
Or, although not recommended, it may be possible to operate by causing aboid the checking of the "mbstring" extension by plugin.
Such case, please try to correct the source code as like following.

before (lib/core.php:around line 164)

    $extensions = [
//      'iconv', 
      'mbstring', 
//      'id3'
    ];

after

    $extensions = [
//      'iconv', 
//      'mbstring', 
//      'id3'
    ];

Thank you,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants