vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4 Articles (https://vborg.vbsupport.ru/forumdisplay.php?f=242)
-   -   [HOW TO - vB4] Create your own vBulletin page (https://vborg.vbsupport.ru/showthread.php?t=228112)

Anseur 11-21-2009 05:06 PM

Assuming you mean the error log I have access to via my hosts cpanel interface, the white page does not generate an error in there at all.

here's the contents of the php file. (dkp.php)

PHP Code:

<?php

// ####################### SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE);

// #################### DEFINE IMPORTANT CONSTANTS #######################

define('THIS_SCRIPT''dkp.php');
define('CSRF_PROTECTION'true);  
// change this depending on your filename

// ################### PRE-CACHE TEMPLATES AND DATA ######################
// get special phrase groups
$phrasegroups = array();

// get special data templates from the datastore
$specialtemplates = array();

// pre-cache templates used by all actions
$globaltemplates = array('dkp_template',
);

// pre-cache templates used by specific actions
$actiontemplates = array();

// ######################### REQUIRE BACK-END ############################
require_once('./global.php');

// #######################################################################
// ######################## START MAIN SCRIPT ############################
// #######################################################################

$navbits construct_navbits(array('' => 'MCO DKP'));
$navbar render_navbar_template($navbits);

// ###### YOUR CUSTOM CODE GOES HERE #####
$pagetitle 'MCO DKP';

// ###### NOW YOUR TEMPLATE IS BEING RENDERED ######

$templater vB_Template::create('dkp_template');
$templater->register_page_templates();
$templater->register('navbar'$navbar);
$templater->register('pagetitle''MCO DKP');
print_output($templater->render());

?>


Lynne 11-21-2009 05:31 PM

Take this line out of your template and see if it works:
HTML Code:

<iframe name="dkp_frame" width=100% height=1700px SCROLLING=no FRAMEBORDER=0 src="/25manwrathplus">dkp_frame</iframe>
You may have to register the $show variable also - I can't remember if that one is required, but you might try it. (And please use the code tags for code, not quote tags.)

As for error_logs, I have no idea where they are in cPanel, I just know I get mine from a logs folder where the access_logs are also kept.

Anseur 11-21-2009 05:37 PM

Ok, did that, but I'm afraid it dosen't help.

happens in both IE8 and Firefox 3.5

I dunno if it is suppose to help, but I even rebuilt the styles from the ACP after the change and it still didn't change.

Lynne 11-21-2009 05:39 PM

You did what? I suggested a couple of things (remove the code, register the variable).

edit: It works just fine for me if I remove the line I suggested you remove.

Anseur 11-21-2009 05:52 PM

I think you edited your post. I did what you suggested before you edited your post. (remove the iframe)

I'm afraid I dont understand what "register the $show variable" means.

I know where the error logs are in cpanel, they are just called "error logs" (I know the log works because the live version of my site generates a few errors sometimes with one of the less used styles) and they dont generate an errors relating to this custom page.

Lynne 11-21-2009 06:00 PM

And I edited my post while you were writing your post again. It works just fine for me if I remove that line from the template. I get a page that just says "MCO DKP" (then new line) "The MCO DKP System".

Anseur 11-21-2009 06:08 PM

ok, can you confirm the iframe is what breaks it for you? (you doing this to your own test site or something?) ie, does it go white while logged out if you add the iframe?

thanks for your time.

Lynne 11-21-2009 06:12 PM

It goes white if I logout if I add the iframe, yes. That line is definitely the problem. I also get an error when logged in with that line (cannot find/25manwrathplus).

Anseur 11-21-2009 06:50 PM

Ok, Can't immagine why an iframe would do that.

Well thanks for your time anyway.

Parture 11-21-2009 06:55 PM

What's the CSS page for this page? Is it vbulletin.css


All times are GMT. The time now is 08:54 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06378 seconds
  • Memory Usage 1,749KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html_printable
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete