vb.org Archive

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

hawgjaw 10-12-2005 11:32 PM

parse error, unexpected T_IF
 
This what I get when I try to get into the admin panel{Parse error: parse error, unexpected T_IF in /home/bedrocks/public_html/forums/admincp/global.php on line 22} the forums are working fine as of now any help would be great, thanks in advance. Im also attaching that part of my global.php file maybe it will help.
{
// identify where we are
define('VB_AREA', 'Forum');

// ################################################## ###########################
// Start initialisation
require_once('./includes/init.php')

// ################################################## ###########################
// Start functions
if (DB_QUERIES)
{
// start functions parse timer
echo "Parsing functions.php\n";
$pageendtime = microtime();
$starttime = explode(' ', $pagestarttime);
$endtime = explode(' ', $pageendtime);
$beforetime = $endtime[0] - $starttime[0] + $endtime[1] - $starttime[1];
echo "Time before: $beforetime\n";
if (function_exists('memory_get_usage'))
{
echo "Memory Before: " . number_format((memory_get_usage() / 1024)) . 'KB' . " \n";
}
}

require_once('./includes/functions.php');

if (DB_QUERIES)
{
// end functions parse timer
$pageendtime = microtime();
$starttime = explode(' ', $pagestarttime);
$endtime = explode(' ', $pageendtime);
$aftertime = $endtime[0] - $starttime[0] + $endtime[1] - $starttime[1];
echo "Time after: $aftertime\n";
echo "Time taken: " . ($aftertime - $beforetime) . "\n";
if (function_exists('memory_get_usage'))
{
echo "Memory After: " . number_format((memory_get_usage() / 1024)) . 'KB' . " \n";
}
echo "\n<hr />\n\n";
}

Adrian Schneider 10-12-2005 11:40 PM

Could you highlight or reply stating line 22?

hawgjaw 10-13-2005 11:17 AM

if (DB_QUERIES) That is line 22.

Andreas 10-13-2005 11:24 AM

Wrong global.php :)

hawgjaw 10-13-2005 01:08 PM

Ok ill write stupid on my forehead now, that is what was wrong some how I uploaded the wrong global into the admincp, just you saying that made me start looking. Thanks alot solved the problem for me anyways, I guess I wont be doing any mods at night when im tired anymore lol.

Adrian Schneider 10-13-2005 01:19 PM

Quote:

Originally Posted by hawgjaw
Ok ill write stupid on my forehead now, that is what was wrong some how I uploaded the wrong global into the admincp, just you saying that made me start looking. Thanks alot solved the problem for me anyways, I guess I wont be doing any mods at night when im tired anymore lol.

Bahahaha nice "catch" Kirby. :p


All times are GMT. The time now is 08:28 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.01428 seconds
  • Memory Usage 1,717KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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