Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In


Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.


Have an account? Sign In Now

You must login to ask question.

Forgot Password?

Don't have account, Sign Up Here
Please subscribe to paid membership

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

Fiwazo Community

Fiwazo Community Logo Fiwazo Community Logo

Fiwazo Community Navigation

  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • Marketplace

Share & grow the world's knowledge!

We want to connect the people who have knowledge to the people who need it, to bring together people with different perspectives so they can understand each other better, and to empower everyone to share their knowledge.

Create A New Account
  • Recent Questions
  • Most Answered
  • Bump Question
  • Answers
  • Most Visited
  • Most Voted
  • No Answers
  1. Asked: January 19, 2022In: Wordpress

    Error establishing a database connection

    Maxkinon New Member
    Added an answer on January 19, 2022 at 11:39 am

    This can happen when you’ve modified or entered your database details incorrectly, such as: Your database host. Database username. Database password. Alternatively, your database could be unresponsive or corrupted. To fix this common WordPress issue, you should first see if you get the same error onRead more

    This can happen when you’ve modified or entered your database details incorrectly, such as:

    • Your database host.
    • Database username.
    • Database password.

    Alternatively, your database could be unresponsive or corrupted.

    To fix this common WordPress issue, you should first see if you get the same error on your website’s front and back end (wp-admin).

    If you get a different error on the wp-admin page of your website, such as “One or more database tables are unavailable. The database may need to be repaired”, you need to repair your database.

    Repairing your database is pretty simple. FTP into your website and add the following line of code into your wp-config.php file just before the ‘That’s all, stop editing!’ line:

    define('WP_ALLOW_REPAIR', true);

    Now save the changes, re-upload the file to your server, and visit this page:

    http://www.yoursite.com/wp-admin/maint/repair.php
    
    When you’ve finished repairing your database, remove the line from your wp-config.php file.
    See less
    • 1
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  2. Asked: January 19, 2022In: Wordpress

    LearnDash Certificate Unique ID Generator Plugin not working

    Best Answer
    Maxkinon New Member
    Added an answer on January 19, 2022 at 11:15 am

    Hello @farid to solve the error you must open the file ucid-generator.php modify line 26, it should look like this before PHP: define('UCIDG_PLUGIN_URL', plugins_url("LearnDash-UCID-Generator")); after PHP: define('UCIDG_PLUGIN_URL', plugins_url("LearnDash-UCID-Generator-4")); with that you should sRead more

    Hello @farid to solve the error you must open the file ucid-generator.php modify line 26, it should look like this

    before
    PHP:
    define(‘UCIDG_PLUGIN_URL’, plugins_url(“LearnDash-UCID-Generator”));

    after
    PHP:
    define(‘UCIDG_PLUGIN_URL’, plugins_url(“LearnDash-UCID-Generator-4”));

    with that you should solve the problem and it should work normally

    I hope I have helped.

    See less
    • 1
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  3. Asked: January 19, 2022In: Wordpress

    Mismatched “post_max_size” and “upload_max_filesize” values.

    Fiwazo Pundit
    Added an answer on January 19, 2022 at 11:04 am

    The PHP documentation states that post_max_size should be larger than upload_max_filesize. I have no idea why Site Health would generate such a message. https://www.php.net/manual/en/ini.core.php#ini.post-max-size One hopes, though, that Site Health is verifying that memory_limit is larger than postRead more

    The PHP documentation states that post_max_size should be larger than upload_max_filesize. I have no idea why Site Health would generate such a message.

    https://www.php.net/manual/en/ini.core.php#ini.post-max-size

    One hopes, though, that Site Health is verifying that memory_limit is larger than post_max_size. Serious problems can occur, including loss of data, if it is not.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  4. Asked: April 18, 2018

    Which graduate program should I choose – SUNY Buffalo or SUNY Binghamton?

    Best Answer
    Marko Smith
    Added an answer on April 18, 2018 at 10:02 am

    I may be biased but I will say for graduate school Buffalo is,better than Binghamton. Much bigger University with a much bigger research profile. We used to get snowy winters, it has changed, we get few isolated snow storms or isolated cold fronts and long stretches of mild weather. Of course in theRead more

    I may be biased but I will say for graduate school Buffalo is,better than Binghamton. Much bigger University with a much bigger research profile. We used to get snowy winters, it has changed, we get few isolated snow storms or isolated cold fronts and long stretches of mild weather. Of course in the summer, it is better than any place I have been to among 45 states. Not hot not humid just pleasant sunny skies. Social life in Buffalo Is better than Binghamton because Greater Buffalo Area has 1 million people and a dozen universities and colleges. Of course I don’t know what your field is, but with limited info I have I will say Buffalo.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 10
  • Answers 9
  • Best Answers 2
  • Users 3
  • Popular
  • Answers
  • Fiwazo

    Which graduate program should I choose – SUNY Buffalo or ...

    • 3 Answers
  • Farid

    Mismatched “post_max_size” and “upload_max_filesize” values.

    • 2 Answers
  • Farid

    LearnDash Certificate Unique ID Generator Plugin not working

    • 2 Answers
  • Maxkinon
    Maxkinon added an answer Ignore the mydbname, myusername and mypassword. I didn’t want to… January 19, 2022 at 11:42 am
  • Maxkinon
    Maxkinon added an answer This can happen when you’ve modified or entered your database… January 19, 2022 at 11:39 am
  • Farid
    Farid added an answer Thank you maxkinon, It's working. January 19, 2022 at 11:16 am

Top Members

Fiwazo

Fiwazo

  • 8 Questions
  • 312 Points
Pundit
Maxkinon

Maxkinon

  • 0 Questions
  • 42 Points
New Member
Farid

Farid

  • 2 Questions
  • 25 Points
New Member

Trending Tags

6ammart cloud storage database issue delivery app fluxstore free storage learndash plugin mpwa mstore plugin plugin issue post wa gateway what's app gateway wordpress

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • Marketplace

Footer

Fiwazo Community

Fiwazo Community

Fiwazo is a social questions & Answers Engine which will help you establis your community and connect with other people.

About Us

  • Meet The Team
  • Blog
  • About Us
  • Contact Us

Legal Stuff

  • Terms of Use
  • Privacy Policy
  • Cookie Policy

Help Desk

  • Knowledge Base
  • Help Desk

Follow

© 2021 Fiwazo. All Rights Reserved
With Love by Maxkinon Team