• Omkar

    (@domkar1)


    I am facing several problems after updating my wordpress to 4.5

    My domain: http://www.MarathiPizza.com

    1) Categories aren’t working. After clicking on the categories (mentioned on my page menue bar) home page gets loaded.

    2) This is a weird problem. I am getting the error while surfing from mobile :

    Warning: mysql_connect(): Headers and client library minor version mismatch. Headers:50545 Library:50626 in/home/marat4od/public_html/wp-includes/wp-db.php on line1515

    Warning: Cannot modify header information – headers already sent by (output started at /home/marat4od/public_html/wp-includes/wp-db.php:1515) in /home/marat4od/public_html/wp-content/plugins/wp-super-cache/wp-cache-phase2.php on line62

    But no such error while surfing from laptop. However, on the dashbord following error is constantly being shown:

    Headers and client library minor version mismatch. Headers:50545 Library:50626 in /home/marat4od/public_html/wp-includes/wp-db.php on line 1515

    3) Plugins : I googled for the second problem mentioned above. Surfed through the wordpress communities I found 3 suggestions – a) deactivate plugins b) update the php c) selecting nd_mysql and nd_mysqli instead of mysql and mysqli . I did all that, still the problem, and – the deactivated plugins are still shown as “active” in the dashboard with a blue line on the left side.

    Omkar

Viewing 10 replies - 1 through 10 (of 10 total)
  • bdbrown

    (@bdbrown)

    Hi Omkar. You might take a look at the v4.5 Master List:
    https://wordpress.org/support/topic/read-this-first-wordpress-45-master-list

    Thread Starter Omkar

    (@domkar1)

    Hi bdbrown, Thanks mate…but…

    As I have said in the third point above, I have already switched to the ND version of PHP, still the problem.

    Also, I can’t see any resolution to the Categories problem in the list.

    Please guide me to sort this out…would appreciate it much

    Thread Starter Omkar

    (@domkar1)

    Hi Guys, the categories problem is resolved. I just refreshed the “permalinks” page in Settings. However, still see the error above the header.

    bdbrown

    (@bdbrown)

    Since you’re running a commercial theme you might post over on the theme vendor support page. I don’t know if it’s a theme issue but perhaps they have some information that might shed some light on the issues. Aside from that, commercial themes aren’t supported on these forums. See this section in the WP Codex for additional information: http://codex.wordpress.org/Forum_Welcome#Commercial_Products

    Thread Starter Omkar

    (@domkar1)

    Yes I have contacted them too. But since this is not the theme issue but WordPress 4.5 error, I posted here.

    @d.omkar1 For : Warning: mysql_connect(): Headers and client library minor version mismatch. Headers:50545 Library:50626 in/home/marat4od/public_html/wp-includes/wp-db.php on line1515

    $this->dbh = mysql_connect(
    
    replace with 
    
    $this->dbh = @mysql_connect(
    Thread Starter Omkar

    (@domkar1)

    Hi Ravi, error still persists, but in a different form now. The error appears when we go to the website without “www”. Please find the screenshots here :

    https://drive.google.com/folderview?id=0B-iPk7IwVE77dXFJTmthaHRFZHc&usp=sharing

    Also, I got an email from hostgator, they said :

    ===

    Upon checking website issue, I could see that there was issue with xmlrpc.php attack for your website.

    However we could see that the following Modsecurity rules blocking the access to the website.

    Please refer pasted logs in below link.

    ===
    http://support-tools.com/?9b828c661aed337f#0l5IlM71dHMpwqovq5cHYW49M9ie+XwUzJjGZzkVabQ=
    ===

    I have now disabled by adding code in .htaccess file under root directory ‘public_html’ for your website.

    Please contact your web-developer to get the website code and get the modsecurity rules checked get the code rectified.

    Please note that whitelisting the rule will leave the website vulnerable.

    ===

    Still no solution…

    Thread Starter Omkar

    (@domkar1)

    Hi All,

    I have added screenshots of all the errors in this location :

    https://drive.google.com/drive/folders/0B-iPk7IwVE77dXFJTmthaHRFZHc

    Summary of error :

    1) Warning messages when website is accessed without “www”. Resolution tried are – 1) php update, plugin deactivations

    Warning messages are:
    ===

    Warning: mysql_connect(): Headers and client library minor version mismatch. Headers:50545 Library:50626 in /home/marat4od/public_html/wp-includes/wp-db.php on line 1515

    Warning: Cannot modify header information – headers already sent by (output started at /home/marat4od/public_html/wp-includes/wp-db.php:1515) in /home/marat4od/public_html/wp-content/plugins/wp-super-cache/wp-cache-phase2.php on line 62

    Warning: Cannot modify header information – headers already sent by (output started at /home/marat4od/public_html/wp-includes/wp-db.php:1515) in /home/marat4od/public_html/wp-includes/pluggable.php on line 1171

    ===

    2) Plugin error : Despite deactivating the plugins, the wordpress dashboard shows them as “active”. It shows correct info only after clicking on “All” on the plugins list.

    I understand that I am being repetitive here…but I am helpless. I have tried with my theme owners as well as hosting providers. They all are routing me towards WordPress.

    Please help me sort this out as soon as possible.

    Thread Starter Omkar

    (@domkar1)

    Help guys…I think there’s some serious problem…I am unable to customize the site now…please have a look :

    https://drive.google.com/open?id=0B-iPk7IwVE77dXR6S0ExVzgtMkU

    bdbrown

    (@bdbrown)

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Several Issues after installing 4.5’ is closed to new replies.