vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Today's birthday = ARRAY ... helpp (https://vborg.vbsupport.ru/showthread.php?t=178222)

binevi 05-05-2008 05:45 PM

Today's birthday = ARRAY ... helpp
 
http://img217.imageshack.us/img217/4599/11536347ai7.jpg

as you can see in the picture it doesnt show todays birthday like username and age ..

Can anyone help me ?..

Racecar 05-06-2008 04:33 AM

I have the same problem

Dismounted 05-07-2008 07:10 AM

Try disabling your modifications.

binevi 05-09-2008 07:58 PM

which modifications ?

kj_202 05-09-2008 08:03 PM

Quote:

Originally Posted by binevi (Post 1514157)
which modifications ?

I think the products/plugins.

It might be that if you downloaded a mod, the template over written a part of the template so it says "array" Just a thought...

Wired1 05-09-2008 08:14 PM

Disable ALL products / plugins. Assuming this fixes it, turn on one at a time, see which one, or what combination of plugins, causes it.

prof3ta 05-10-2008 06:14 PM

Same problem here. I just spent about 30 minutes disabling and enabling products and cant quite figure out whats causing it. Idea: lets list our products/plugins to see if we can identify what could be the problem:

vBulletin 3.7.0
- AME - The Automatic Media Embeder 1.2.0
- GTSearch: Googleâ„¢ Custom Search Engine 1.0.0
- ibProArcade for vBulletin 2.6.7
- Members who have Visited 4.43
- PhotoPlog 2.0.6 PhotoPlog: The Lite Gallery
- vBadvanced CMPS 3.0 RC2
- vBShout 2.0 AJAX Shoutbox for vBulletin
- vBulletin Blog 1.0.5

I think it might have to do with vbadvanced but thats just a hunch

binevi 05-11-2008 12:21 AM

im using vbadvanced 3.0.1 . I disabled it to see what happens, nothing changed actually. It should be something else and i think it is about vbulletin 3.7.0 because when i was using 3.7.0 RC X there wasn't any problem.

snake-boy 05-11-2008 11:57 AM

I have the same problem. I'm not running vbadvanced. I upgraded to 3.7.0 from 3.6.8. Everything else appears to be working perfectly.

How can this be fixed?

Dismounted 05-11-2008 12:23 PM

Have you tried disabling all your modifications?

King Kovifor 05-11-2008 12:51 PM

Add this to your config:

PHP Code:

define('DISABLE_PLUGINS'true); 

Does the problem still persist?

snake-boy 05-11-2008 01:02 PM

Disabled all plugins/products, same result in all styles.

I added:

define('DISABLE_PLUGINS', true);

to config, and same result. I get this on all styles:

http://img182.imageshack.us/img182/4964/arrayty6.jpg

The section in the forumhome template that seems relevant to this looks like this:

PHP Code:

<!-- today's birthdays -->
<tbody>
    <tr>
        <td class="thead" colspan="2">
            <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('
forumhome_birthdays')"><img id="collapseimg_forumhome_birthdays" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_birthdays].gif" alt="" border="0" /></a>
            $vbphrase[todays_birthdays]
        </td>
    </tr>
</tbody>
<tbody id="collapseobj_forumhome_birthdays" style="$vbcollapse[collapseobj_forumhome_birthdays]">
    <tr>
        <td class="alt2"><a href="calendar.php?$session[sessionurl]do=getday&amp;day=$today&amp;sb=1"><img src="$stylevar[imgdir_misc]/birthday.gif" alt="$vbphrase[view_birthdays]" border="0" /></a></td>
        <td class="alt1" width="100%"><div class="smallfont">$birthdays</div></td>
    </tr>
</tbody>
<!-- end today'
s birthdays --> 

I know virtually nothing about php, but it seems to be the problem is wherever the "$birthdays" variable is referring to for data. But I've no clue how to fix that...??

Dismounted 05-11-2008 01:30 PM

KK provided the wrong code, you should try:
PHP Code:

define('DISABLE_HOOKS'true); 


Paul M 05-11-2008 01:32 PM

We got this the other week, it seemed to upset vbseo as well - I think its a bug somewhere in vb but it went away again so I never bothered to investigate further.

Dismounted 05-11-2008 01:37 PM

Cache, maybe? I think birthdays are stored in the datastore.

snake-boy 05-11-2008 01:55 PM

Ok, so how would I clear this cache to repair the problem? I've run all cache updating tools from the update counters page just in case. Suffice to say, no change.

--------------- Added [DATE]1210520040[/DATE] at [TIME]1210520040[/TIME] ---------------

Tried deleting the data in the datastore/birthdaycache table. No change.

I set my test users date of birth to today and noticed that his data WAS added to the datastore/birthdaycache table. But on the forum I still see "ARRAY", regardless.

Help?

Dismounted 05-12-2008 06:46 AM

Try reuploading your vBulletin files.

binevi 05-13-2008 11:08 PM

which files ?

King Kovifor 05-14-2008 01:22 AM

Quote:

Originally Posted by Dismounted (Post 1515960)
KK provided the wrong code, you should try:
PHP Code:

define('DISABLE_HOOKS'true); 


Oops. Thanks for clearifying that one. Shows how much I use it.

Quote:

Originally Posted by binevi (Post 1518853)
which files ?

I believe index.php would handle this. But try uploading all stock vBulletin files. Non-image files should not have to be uploaded.

binevi 05-20-2008 08:56 PM

i reuploaded index file as well as others.. But is still same..

And on groups page instead of group owner's nickname [ARG:3 UNDEFINED] appears in every pages.. any idea ?

Jase2 05-20-2008 09:00 PM

Report it in the Bug Tracker over @ vbulletin.com.

Run diagnostics in your admincp -- do you see any files that say "File does not contain expected contents" ?

Darthvader2007 05-22-2008 09:09 AM

Here the same problem.
Is there some fix for this array issue ??

DoB Rhapsody 05-22-2008 07:10 PM

I've had this same problem sense i upgraded from RC to gold.

binevi 05-27-2008 12:17 AM

Quote:

Originally Posted by Jase2 (Post 1526121)
Run diagnostics in your admincp -- do you see any files that say "File does not contain expected contents" ?

i cnt see that ..

Quote:

Originally Posted by DoB Rhapsody (Post 1528240)
I've had this same problem sense i upgraded from RC to gold.


Same as me

Dismounted 05-27-2008 07:29 AM

Admin CP > Maintenance > Diagnostics

binevi 05-28-2008 11:44 PM

so when i go for Admin CP > Maintenance > Diagnostics this is how my screen looks like :

http://img218.imageshack.us/img218/4132/asnf4.jpg

Do i need to click and test anything there..

and Array problem is about CMPS because when i uploaded new version of VB i just deleted CMPS index file and i was abla to birthdays properly.


And also for [ARG:3 UNDEFINED] problem i saw that if i run my forum in English i can see nick name of group's owner. But when i run in turkish i can only see [ARG:3 UNDEFINED].

Dismounted 05-29-2008 07:39 AM

"Suspect File Versions" ;)

buurman 06-18-2008 10:29 AM

I have this sinds installation of Photoplog I think... or VB 3.7

Abyone have the solution?

Marco van Herwaarden 06-18-2008 11:00 AM

To troubleshoot this, please remove any hacks and disable your plugins, then see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

If so, reupload all the original vB non-image files (except install.php). Make sure you upload these in ASCII format and overwrite the ones on the server.

If your problem still exists, please create a new Style with no Parent set. Now browse the forum using this new style, do you still have the same problems? If you are troubleshooting login or guest issues, you will need to set this style as board default in the vBulletin Options.

flashwave 10-04-2008 09:45 AM

I had the same problem and got it fixed. I had accidently kept the old version of index.php when updating from 3.6.x to 3.7.x .


All times are GMT. The time now is 06:19 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.01299 seconds
  • Memory Usage 1,783KB
  • 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
  • (4)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (30)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