vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Miscellaneous Hacks - Meet Our Staff PRO (https://vborg.vbsupport.ru/showthread.php?t=231206)

estrella2505 03-08-2012 01:44 AM

when I try to see the staff forum and click-on I get this:

Not Found

The requested URL /staff.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

uguragdas 03-20-2012 01:05 AM

Thank you hasan, teşekkürler hasan hocam çok güzel oldu.

Simon Lloyd 05-13-2012 04:32 AM

Fix for postcount showing incorrectly in staff.php find
PHP Code:

$userinfo['posts'] = vb_number_format($userinfo['posts']); 

And get rid of it ;)

As i work out the other bugs....etc i'll post them here.

marccap 05-13-2012 10:25 AM

Any news on v4 version yet?

Nirjonadda 03-07-2014 05:43 PM

Does you have any plan to update for vB 4.2.2 ?

Hasann 03-11-2014 02:19 AM

Quote:

Originally Posted by marccap (Post 2328950)
Any news on v4 version yet?

Quote:

Originally Posted by Nirjonadda (Post 2485714)
Does you have any plan to update for vB 4.2.2 ?

yes I have planing to upgrade for vB 4.2.2 .

pablodip 06-28-2014 01:56 AM

run 4.2.2?

Phillip 11-28-2014 01:46 PM

I guess this should be pointed out.

PHP User Warning: Illegal string offset 'userid' in ..../staff.php(1168) : eval()'d code on line 146

PHP User Warning: Illegal string offset 'username' in ..../staff.php(1168) : eval()'d code on line 147

PHP User Warning: Illegal string offset 'usergroupid' in ..../staff.php(1168) : eval()'d code on line 148

PHP User Warning: Illegal string offset 'joindate' in ..../staff.php(1168) : eval()'d code on line 149

PHP User Warning: Illegal string offset 'posts' in ..../staff.php(1168) : eval()'d code on line 150

PHP User Warning: Illegal string offset 'lastvisit' in ..../staff.php(1168) : eval()'d code on line 151

PHP User Warning: Illegal string offset 'lastpost' in ..../staff.php(1168) : eval()'d code on line 152

PHP User Warning: Illegal string offset 'reputation' in ..../staff.php(1168) : eval()'d code on line 153

PHP User Warning: Illegal string offset 'age' in ..../staff.php(1168) : eval()'d code on line 154

PHP User Warning: Illegal string offset 'asc' in ..../staff.php(1168) : eval()'d code on line 161

PHP User Warning: Illegal string offset 'desc' in ..../staff.php(1168) : eval()'d code on line 162


It's what I get from it all.

ozzy47 11-28-2014 02:08 PM

You should use:
PHP Code:

define('SKIP_DS_ERRORS'true); 

This turns off the extra error reporting in php 5.3 & 5.4 (for strict & deprecated warnings), but will allow other important errors to show.



Open your includes/config.php file and below <?php add the following.

PHP Code:

define('SKIP_DS_ERRORS'true); 

So it looks like this:
PHP Code:

<?php
define
('SKIP_DS_ERRORS'true);  
/*=================================================  =====================*\
|| ##################################################  ################## ||
|| # vBulletin 3.8.x

Use a editor like notepad++ to edit any files, don't use Notepad or Wordpad.
--------------------------

And see if that gets rid of the errors.

Phillip 11-28-2014 02:20 PM

Quote:

Originally Posted by ozzy47 (Post 2524635)
You should use:
PHP Code:

define('SKIP_DS_ERRORS'true); 

This turns off the extra error reporting in php 5.3 & 5.4 (for strict & deprecated warnings), but will allow other important errors to show.



Open your includes/config.php file and below <?php add the following.

PHP Code:

define('SKIP_DS_ERRORS'true); 

So it looks like this:
PHP Code:

<?php
define
('SKIP_DS_ERRORS'true);  
/*=================================================  =====================*\
|| ##################################################  ################## ||
|| # vBulletin 3.8.x

Use a editor like notepad++ to edit any files, don't use Notepad or Wordpad.
--------------------------

And see if that gets rid of the errors.


Ended up getting this.

PHP User Warning: Cannot modify header information - headers already sent by (output started at ..../includes/config.php:1) in ..../admincp/staff_admin.php on line 43

Went in and changed it up with Notepad++ again and it still gives me the error with the coding it the config.php


All times are GMT. The time now is 01:49 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.01981 seconds
  • Memory Usage 1,756KB
  • 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
  • (7)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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