Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 01-18-2010, 12:29 PM
Shill360 Shill360 is offline
 
Join Date: Feb 2008
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Weird issues with only some php pages

I am having a very strange issue that has only happened since 2 days ago. No pages have been modified and no templates changed. Nothing installed.

The issue is that some php pages are just not being displayed, there is no error message however on the browser, just a white page saying done. My host says there are no error messages on the apache server.

I have tried changing templates to see if thats the issue but it isnt, the same thing happens on the default vbulletin template. I have also tried replacing the files with original ones but to no avail.

The pages in question are as follows

/forums/online.php
/forums/member.php?u=xx
/forums/blog.php (mod)
/forums/staff.php (mod)

All other php pages work correctly and load fine, both standard vbulletin and addons.

Anybody else ever had this problem, and if so how did you fix it.

I am currently on version 3.7.2

An example of this page is here - http://www.onlinearsenal.com/forums/staff.php permissions are set to allow this page viewable to everyone and anyone.
Reply With Quote
  #2  
Old 01-18-2010, 01:28 PM
Infopro Infopro is offline
 
Join Date: May 2003
Location: Pennsylvania
Posts: 267
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That link you've posted returns a 500 Internal Error. Your host should see this in his log I would think.

http://www.checkupdown.com/status/E500.html

Ask your host if they're using SuPHP and if so, be sure all files that do not work like this, have permissions of 644 and folders 755

You might also go to your vbadmin page > Maintenence section > Diagnostics > Suspect File Versions tool and use it to check your vb files for issues.
Reply With Quote
  #3  
Old 01-18-2010, 01:37 PM
Shill360 Shill360 is offline
 
Join Date: Feb 2008
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the reply. I will ask my host.

All folders do have 755 and all files do have 644 permissions.

I will use the diagnostics tool now.
Reply With Quote
  #4  
Old 01-18-2010, 01:39 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here is a page from the manual about troubleshooting blank or 'white' pages: http://www.vbulletin.com/docs/html/blank_pages
Reply With Quote
  #5  
Old 01-18-2010, 02:13 PM
Shill360 Shill360 is offline
 
Join Date: Feb 2008
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Lynne, I have tried everything on that page but to no avail. It seems that page focuses on either the index page or all pages not visible. I am finding this really bizarre that it is only the 4 pages i mention above that are affected, especially as I havent changed or modified anything for over 2-3 months.

--------------- Added [DATE]1263831302[/DATE] at [TIME]1263831302[/TIME] ---------------

I might have to upgrade to see if that fixes the issue.
Reply With Quote
  #6  
Old 01-18-2010, 03:17 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Have you tried....
Create a new style with no parent:
  • Styles & Templates > Style Manager > Add New Style
  • Parent Style: No Parent Style
  • Title: Default vBulletin
  • Allow User Selection: Yes
  • Save
Then browse the site using that totally default vbulletin style - do you still get a blank page on those four pages?

If it is still happening - Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

PHP Code:
define('DISABLE_HOOKS'true); 
Reply With Quote
  #7  
Old 01-18-2010, 03:31 PM
Shill360 Shill360 is offline
 
Join Date: Feb 2008
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yep, I have tried doing everything you have mentioned there but still those pages wont load or show a blank white page.

The one thing I have noticed is that I have some version mismatches since re-uploading those pages. On the diagnostics tool it outputs this :

member.php File version mismatch: found 3.7.2 Patch Level 2, expected 3.7.2

I cant seem to download version 3.7.2 without patch 2 from vbulletin.com
Reply With Quote
  #8  
Old 01-18-2010, 03:36 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

patch levels don't show up in the suspect file... or rather, they always get marked as suspect because you didn't update the md5 for them (or rather, vbulletin doesn't update the md5 for them for you).

What is in your error_logs? There must be something there. (If you don't know where they are, ask your host.)
Reply With Quote
  #9  
Old 01-18-2010, 03:50 PM
Shill360 Shill360 is offline
 
Join Date: Feb 2008
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Lynne, thanks for your help, I have now found the issue. It looks like the account was compromised as /includes/functions_online.php contained no data as well as blog.php

Now I am on my home PC I had a backup so was able to replace these files with my backup ones and everything is back to normal.

I cant believe I didnt see this when looking today, anyway apologies for wasting your time. I am now off to change my FTP password
Reply With Quote
  #10  
Old 01-18-2010, 07:06 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If I were you, I still think it would be a good idea to look through your error_logs (and perhaps access_logs). Both are usually in the same place. You might find something in there to help you figure out what happened.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:29 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04357 seconds
  • Memory Usage 2,251KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete