vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Unfamiliar PHP Error Message (https://vborg.vbsupport.ru/showthread.php?t=305907)

Digital Jedi 12-15-2013 05:19 PM

Unfamiliar PHP Error Message
 
http://www.cogonline.net/forums/prof...ditattachments
http://www.cogonline.net/forums/misc.php?do=bbcode

Code:

Fatal error: Cannot use assign-op operators with overloaded objects nor string offsets in...
I am going to go through my mods one by one, as it does go away if I disable the plugin system. I'm just unfamiliar with this particular PHP error, and am not sure where best to look first. Looking at Stack Overflow isn't really clarifying this one for me.

ozzy47 12-15-2013 05:22 PM

Looks like it has something to do with the smiles.

Digital Jedi 12-15-2013 05:33 PM

Even when viewing my attachments list?

ozzy47 12-15-2013 05:40 PM

If there is a bbcode in it, from what I can tell.

Digital Jedi 12-15-2013 06:07 PM

Quote:

Originally Posted by ozzy47 (Post 2468466)
If there is a bbcode in it, from what I can tell.

Maybe I've just been at this for too many days in a row, but why would their be BB Code in my attachments list, exactly? :confused:

ozzy47 12-15-2013 06:11 PM

I do not know, I am just surmising on what I have read about that error, http://www.vbulletin.com/forum/forum...ow-fatal-error

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

Actually now that I think about it, I am looking at code for vB4. :(

What is the code in your misc.php file around line 482?

Digital Jedi 12-15-2013 06:29 PM

I was just looking at that. For profile.php its:
PHP Code:

eval('$template[\'attachmentlistbits\'] .= "' fetch_template('modifyattachmentsbit') . '";'); 

And for misc.php it's:
PHP Code:

eval('$template[\'bbcodebits\'] .= "' fetch_template('help_bbcodes_bbcode') . '";'); 


ozzy47 12-15-2013 06:31 PM

Then I would have to guess it has something to do with the help for the bbcodes.

kh99 12-15-2013 06:58 PM

My guess is that one of your plugins is using $template as a string, so it's interfering with some vb code that uses it as an array. If you don't know which one, you might want to try my "search in plugins" mod to find it.

Digital Jedi 12-15-2013 08:09 PM

Well, after going through all products and disabling one by one (or five by five, rather) nothing seemed to stop the error. Yet disabling hooks does. Thanks for the search plugin mod. I haven't found anything yet, but I'll keep looking.


All times are GMT. The time now is 10:02 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.01094 seconds
  • Memory Usage 1,738KB
  • 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_code_printable
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)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