vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   parse/fatal error (https://vborg.vbsupport.ru/showthread.php?t=63317)

Scope 04-02-2004 12:40 AM

parse/fatal error
 
i cant access admincp or the forums

these is the error the forums are giving me

Parse error: parse error in /home/scope325/public_html/forums/includes/functions.php on line 13

Fatal error: Call to undefined function: is_browser() in /home/scope325/public_html/forums/global.php on line 59

these are the errors the admincp is giving me

Parse error: parse error in /home/scope325/public_html/forums/includes/functions.php on line 13

Fatal error: Call to undefined function: exec_nocache_headers() in /home/scope325/public_html/forums/admincp/global.php on line 37

filburt1 04-02-2004 12:46 AM

What is line 13 (and several lines before and after it)?

Scope 04-02-2004 04:20 AM

PHP Code:

||
\*======================================================================*/

error_reporting(E_ALL & ~E_NOTICE);

// predefine the phrasetypeids of a few phrase groups
define('PHRASETYPEID_HOLIDAY',        35); 

error_reporting(E_ALL & ~E_NOTICE); [line 13]

I was installing vb3 Postbit Style Option v1.0 if that matters and then took it out

Scope 04-02-2004 07:53 PM

...

filburt1 04-02-2004 08:59 PM

It has been three hours. Please don't bump this early.

Those HTML entities should be ampersands only--don't know if they are simply being parsed in your post.

Scope 04-02-2004 09:06 PM

sorry bout bumping, ok
that is exactly how it is written out in the php
and can you put what you said in newb terms

Velocd 04-02-2004 09:26 PM

Rewrite:
PHP Code:

error_reporting(E_ALL & ~E_NOTICE); 

As:

PHP Code:

error_reporting(E_ALL & ~E_NOTICE); 

There is no reason to use html special chars in PHP, unless it's in a string.

Scope 04-03-2004 01:39 AM

i fixed that now i got this error...

Unable to add cookies, header already sent.
File: /home/scope325/public_html/forums/includes/functions.php
Line: 3799

Scope 04-03-2004 02:43 AM

nevermind, thank you filburt and velocd


All times are GMT. The time now is 09:46 AM.

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.01082 seconds
  • Memory Usage 1,733KB
  • 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
  • (3)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete