Page 1 of 2 1 2 LastLast
Results 1 to 15 of 18

Fatal error: Unable to read 26365 bytes in...

This is a discussion on Fatal error: Unable to read 26365 bytes in... within the Troubleshooting forums, part of the vBSEO SEO Plugin category; http://thecyberplanet.it/forum/ Fatal error : Unable to read 26365 bytes in /home/thecyber/public_html/forum/ vbseo .php on line 0 how can I fix ...

  1. #1
    Junior Member The Lord of Diplomacy's Avatar
    Real Name
    Niccolò Ventura
    Join Date
    Mar 2007
    Location
    Rome
    Posts
    10
    Liked
    0 times

    Question Fatal error: Unable to read 26365 bytes in...

    http://thecyberplanet.it/forum/

    Fatal error: Unable to read 26365 bytes in /home/thecyber/public_html/forum/vbseo.php on line 0

    how can I fix it?

    My .htaccess is:

    Code:
    # Helicon ISAPI_Rewrite configuration file
    # Version 3.0.0.25
    
    # Comment the following line (add '#' at the beginning)
    # to disable mod_rewrite functions.
    # Please note: you still need to disable the hack in
    # the vBSEO control panel to stop url rewrites.
    RewriteEngine On
    
    # Some servers require the Rewritebase directive to be
    # enabled (remove '#' at the beginning to activate)
    # Please note: when enabled, you must include the path
    # to your root vB folder (i.e. RewriteBase /forums)
    #RewriteBase /
    
    # RewriteCond %{HTTP_HOST} !^www\.thecyberplanet\.it
    # RewriteRule (.*) http://www.thecyberplanet.it/forum/$1 [L,R=301]
    
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_URI} !(moderazione/|moderazione/|chat|cron)
    RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1 [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(amministrazione|moderazione|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]

  2. #2
    Senior Member
    Real Name
    Neal
    Join Date
    Sep 2006
    Location
    Lancashire
    Posts
    215
    Liked
    0 times
    Blog Entries
    1
    New install? Make sure you uploaded all VBSEO files in BINARY mode with your FTP client.

  3. #3
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    Looks like you didnt upload it in BINARY mode
    The Forum Hosting - Forum Hosting from the Forum Experts

  4. #4
    Junior Member The Lord of Diplomacy's Avatar
    Real Name
    Niccolò Ventura
    Join Date
    Mar 2007
    Location
    Rome
    Posts
    10
    Liked
    0 times
    I've copied all the vBseo files in binary mode, now there is this error:

    Fatal error: Call to undefined function: mysqli_init() in /home/thecyber/public_html/forum/includes/class_core.php on line 1030

    And i recived an e-mail:

    Database error in vBulletin :

    Use of undefined constant VBSEO_SUPPRESS_ERRORS - assumed 'VBSEO_SUPPRESS_ERRORS'
    /home/thecyber/public_html/forum/includes/functions_vbseo.php on line 2656

    MySQL Error :
    Error Number :
    Date : Monday, November 5th 2007 @ 05:46:57 PM
    Script : http://www.thecyberplanet.it/forum/external.php
    Referrer :
    IP Address : 84.220.21.229
    Username :
    Classname : vb_database_mysqli

  5. #5
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Hello,

    please try the latest pre-release version of vBSEO3.0.1. PM sent.

  6. #6
    Junior Member The Lord of Diplomacy's Avatar
    Real Name
    Niccolò Ventura
    Join Date
    Mar 2007
    Location
    Rome
    Posts
    10
    Liked
    0 times
    Thx.

    I've installed it (only overwrite the files) but there is the same error. (Fatal error: Call to undefined function: mysqli_init() in /home/thecyber/public_html/forum/includes/class_core.php on line 1030)

    The problem is that i've just (yesterday) transferred this domain and i can't import the XML file by AdminCP. I can't access to my forum.

  7. #7
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times
    You can remove all vBSEO files to restore your site to normal, until the error can be corrected.

  8. #8
    Junior Member The Lord of Diplomacy's Avatar
    Real Name
    Niccolò Ventura
    Join Date
    Mar 2007
    Location
    Rome
    Posts
    10
    Liked
    0 times
    I've deleted all vBseo files but the error persist:

    Fatal error: Call to undefined function: mysqli_init() in /home/thecyber/public_html/forum/includes/class_co re.php on line 1030

    Do you know anything about it?

  9. #9
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times
    That error shouldn't be caused by vBSEO. Did you also delete the vBSEO .htaccess file?

  10. #10
    Junior Member The Lord of Diplomacy's Avatar
    Real Name
    Niccolò Ventura
    Join Date
    Mar 2007
    Location
    Rome
    Posts
    10
    Liked
    0 times
    Ok thx.

  11. #11
    iwe
    iwe is offline
    Junior Member
    Real Name
    Johan Setiawan
    Join Date
    Nov 2006
    Posts
    7
    Liked
    0 times
    hi,

    i use vbseo 3.1 and got exactly same error, at same file, and same line...

    Code:
     Database error in vBulletin :
    
    Use of undefined constant VBSEO_SUPPRESS_ERRORS - assumed 'VBSEO_SUPPRESS_ERRORS'
    /home/blahblah/public_html/forum/includes/functions_vbseo.php on line 2656
    
    MySQL Error  :
    Error Number :
    Date        : Monday, December 3rd 2007 @ 03:26:26 PM
    Script      : http://www.blahblah/forum/external.php?type=RSS2
    Referrer    :
    IP Address  : 69.64.64.27
    Username    :
    Classname    : vb_database_mysqli

  12. #12
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Hello,

    "Use of undefined constant.." is a *notice* message, not an error or even a warning.

    You got a vBulletin database error here. Does it work correctly with vBSEO disabled?

  13. #13
    iwe
    iwe is offline
    Junior Member
    Real Name
    Johan Setiawan
    Join Date
    Nov 2006
    Posts
    7
    Liked
    0 times
    all i get just that error at my email every..... around 5 minutes i guess
    i didn't try to disable vbseo
    i tried to click the link at script and got no error (neither error at browser/email)...

    well, i got the error since i move to new server (php5.2.4, mysql server 5, vb 3.6.8) and didnt got that error at my old server (php 4x, mysql 4x)....

    perhaps there is a server setting should i check and change?

  14. #14
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    It might be related to server config changes.
    The "undefined constant" notice is fixed in vBSEO3.1.0 btw.

  15. #15
    iwe
    iwe is offline
    Junior Member
    Real Name
    Johan Setiawan
    Join Date
    Nov 2006
    Posts
    7
    Liked
    0 times
    any idea which server config is it ?
    i'm using 3.1.0 too... just updated yesterday and still get the error...

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Fatal error: Allowed memory size of 20971520 bytes exhausted
    By utw-Mephisto in forum Troubleshooting
    Replies: 4
    Last Post: 08-16-2008, 10:57 PM
  2. Fatal error: Unable to read vbseo.php
    By mindhunter77 in forum Troubleshooting
    Replies: 6
    Last Post: 02-20-2006, 04:03 AM
  3. fatal error -- unable to read .... vbseo.php line 0
    By drex in forum Troubleshooting
    Replies: 4
    Last Post: 10-30-2005, 01:58 PM
  4. Fatal error: Unable to read 51545 bytes ....
    By Mr. Tech in forum Bug Reporting
    Replies: 5
    Last Post: 08-25-2005, 02:51 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •