vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   uCash & uShop (https://vborg.vbsupport.ru/forumdisplay.php?f=100)
-   -   Parse error: parse error, unexpected ',' in... (https://vborg.vbsupport.ru/showthread.php?t=96516)

Killer_Charge 09-19-2005 05:06 PM

ok m8, here it is:
PHP Code:

                    break;

                    
// Wol Spider information
                    
case 'wol_spiders':
                    {
                        
$datastore['wol_spiders'] = unserialize($storeitem['data']);
                    }
                    break;

                    
// smiliecache information
                    
case 'smiliecache':
                    {
                        
$smiliecache unserialize($storeitem['data']);
                    }
                    break;

                    case
// ## <ucs>
            
'stylecache',
            
'utt_store_act'
// ## </ucs>
:
                    {
                        
$stylechoosercache unserialize($storeitem['data']);
                    }
                    break;

                    
// stuff the data into the $datastore array
                    
default:
                    {
                        
$datastore["$storeitem[title]"] = $storeitem['data'];
                    }
                    break;
                }
            }

            
// Fatal Error
            
if (!$optionsfound)
            {
                require_once(
'./includes/adminfunctions.php');
                require_once(
'./includes/functions.php');
                
$vboptions build_options(); 

hope you can help me, this is realy annoying me!
lol thanks m8
killer_charge

Brandon Sheley 09-19-2005 06:12 PM

i've ran intl the same problem b4, there is a , missing.. or at least i added one it all is good
try this

PHP Code:

'stylecache'
            
'utt_store_act'

see the last , try adding and take the : off... this is something i ahd to alter when i added a shotbox or arcade, i don't remmeber what one

Marco van Herwaarden 09-19-2005 06:22 PM

Like i said, put a colon on the end of that line instead of the comma.

PHP Code:

            'stylecache'
            
'utt_store_act' 
// ## </ucs> 


Change to:
PHP Code:

            'stylecache':
            
'utt_store_act':
// ## </ucs> 


Killer_Charge 09-19-2005 06:51 PM

dont wry! lol thanks all, lol um i didnt take off the : off after the
PHP Code:

 'stylecache'
            
'utt_store_act'
// ## </ucs> 

thanks all!
killer_charge

:banana: :D :D :D :D :D :D :D :D :D :D :D :D :D :banana:


All times are GMT. The time now is 07:16 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.01032 seconds
  • Memory Usage 1,739KB
  • 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
  • (5)bbcode_php_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
  • (4)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