Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > vbArticles
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[Pending-i] Blank Admin Settings? Details »»
[Pending-i] Blank Admin Settings?
Version: , by Ian Cunningham Ian Cunningham is offline
Developer Last Online: Jul 2018 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 02-21-2005 Last Update: Never Installs: 0
 
No support by the author.

I've installed the 2.0 hack as per the instructions (with all file changes) and articles.php works fine... however, I can't access any of the admincp options as I get a blank page?

Is there any way to trace why I get this?

Wierd... removing this line fixes it?:

include_once (''.$vbart_options['wysiwygpath'].'fckeditor.php');

Must break something though!

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 02-21-2005, 02:10 PM
cinq's Avatar
cinq cinq is offline
 
Join Date: Oct 2002
Posts: 1,398
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm odd.

To fix your problem, try this.
Comment out that line
Go to your vbArticles settings and set everything up the way you want it. Remember to set the FCKeditor path properly.

Save the settings.
Then go back to the file, uncomment this line.

See if you still face problems. Let me know, ya ?
Reply With Quote
  #3  
Old 02-21-2005, 02:12 PM
Ian Cunningham Ian Cunningham is offline
 
Join Date: Feb 2002
Posts: 221
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cheers! That worked
Reply With Quote
  #4  
Old 02-21-2005, 02:15 PM
cinq's Avatar
cinq cinq is offline
 
Join Date: Oct 2002
Posts: 1,398
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm...I think it is some php setup issue, I know for me it returns errors initially but at least it shows the page. Some face the white screen of death instead.

I will see if I can find a workaround fix for this so these blank screens will be a thing of the past. Will try to post a fix soon. Meanwhile those who face this problem, please do what I mentioned above

Thanks for reporting back Ian
Reply With Quote
  #5  
Old 02-21-2005, 04:35 PM
Dadoo Dadoo is offline
 
Join Date: Dec 2004
Location: France
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So, i have a explain for that...

your hack have some problems with GZIP html compression.

I have actually this white screen, but if i put the Gzip compression on OFF in Vb 3.0.7, so i can access to configuration of Vb Articles !

it possible to remedy to this problem..?
Reply With Quote
  #6  
Old 02-22-2005, 12:24 AM
cinq's Avatar
cinq cinq is offline
 
Join Date: Oct 2002
Posts: 1,398
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by finereader
your hack have some problems with GZIP html compression.
it possible to remedy to this problem..?
Huh ??
I didn't code this hack to have GZIP optimization at all
Reply With Quote
  #7  
Old 02-23-2005, 02:58 AM
Dionysis Dionysis is offline
 
Join Date: Dec 2004
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

A bit of fiddling... I would guess this is an issue with php's handling of errors. I know some installations will return a blank page instead of just printing out errors... if you include something that can't be found (such as the fckeditor without the proper path), you get an error, which PHP then supresses and gives you a lovely white page for.

A reasonable workaround I've found is simply changing (in ./admincp/vbarticles.php):
PHP Code:
include_once (''.$vbart_options['wysiwygpath'].'fckeditor.php'); 
to:
PHP Code:
if (file_exists(''.$vbart_options['wysiwygpath'].'fckeditor.php'))
    include_once (
''.$vbart_options['wysiwygpath'].'fckeditor.php'); 
Reply With Quote
  #8  
Old 02-25-2005, 02:55 AM
cinq's Avatar
cinq cinq is offline
 
Join Date: Oct 2002
Posts: 1,398
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dionysis
A bit of fiddling...
Yep makes sense, I will include that in the next revision.
Thanks Dionysis.
Reply With Quote
  #9  
Old 07-03-2005, 01:43 PM
akanevsky akanevsky is offline
 
Join Date: Apr 2005
Posts: 3,972
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Although it does not really matter,

include_once (''.$vbart_options['wysiwygpath'].'fckeditor.php');

Should be changed to:

include_once ($vbart_options['wysiwygpath'].'fckeditor.php');
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 09:17 AM.


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.06510 seconds
  • Memory Usage 2,280KB
  • Queries Executed 22 (?)
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
  • (2)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (8)postbit
  • (9)postbit_onlinestatus
  • (9)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_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