Thread: Major Additions - Links and Downloads Manager
View Single Post
  #50  
Old 07-28-2009, 04:36 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by biome.pat View Post
I'm running into a blank white page issue on local_links.php, but only when there is a child forum for whatever category I'm viewing. For instance, Home category works fine until I add a category, and that added category is fine until I add a child to it, at which point it turns into a blank page.

I checked out the other issues in your mods' threads, but those blank page issues didn't seem to be like mine. I'm running vB 3.8.2 (and LDM 2.3.0, I might add), plus I've disabled all other modifications and reverted to the default style, but the problem still persists. No one else seems to be having any trouble, so it's probably something to do with my setup... Any suggestions on where to start?

Thanks in advance, and amazing mod by the way!

UPDATE #1: When I disable the Category Display from the Settings page, local_links.php starts working, so it appears that it's just something to do with that. I tried both tabular and brief, and neither allows anything but a blank page.

UPDATE #2: It seems that uploading an entry to a category also causes that category (which was previous working) to mess up. Looks like for whatever reason, my cat and entry bits cause things to go wonky...
Sorry to hear this. Blank pages are usually caused by one of three problems - a) code bugs; b) faulty code file uploads; and c) resource limits. As you've turned off other mods and no-one else has reported a problem, a) seems the least likely. You can check b) by going to LDM/admin/check file versions, which carries out an integrity check on all the code files. Which leaves c). A common problem is insufficient memory. Two checks here - go to LDM/Admin and take a look at the memory_limit value in your php settings (down the left hand side). If this is less than 12M or so, that might be the problem.

One way to check this (assuming your server configuration allows it) is to create a plugin to allow you to use more memory. Go to vb/admincp/products and plugins/add new plugin, and create a new plugin with the following settings:

hook location: global_start
title: debug
plugin php code: ini_set('memory_limit', '16M');
active: yes

If the memory limit is the problem, you should ask your host provider to change the default limit to, e.g., 16M or 24M.

Am happy to take a look at your board if you need further help, but will require full admin access.
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00987 seconds
  • Memory Usage 1,771KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete