Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > vBadvanced CMPS
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
CMPS Error after adding code!!! Please help! Details »»
CMPS Error after adding code!!! Please help!
Version: , by ChaoticMageDDC ChaoticMageDDC is offline
Developer Last Online: Oct 2007 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 04-24-2005 Last Update: Never Installs: 0
 
No support by the author.

I've double checked everything two or three times. I have followed everything it has told me in the readme file of the CMPS install..

After i modify everything i get this error.

Parse error: parse error in C:\Inetpub\wwwroot\GOA\forum\includes\functions.ph p on line 2018

Here is the code it wants me to replace in the instructions!

PHP Code:
if (THIS_SCRIPT == 'online' OR THIS_SCRIPT == 'calendar' OR (THIS_SCRIPT == 'index' AND $vboptions['showevents'])) 


Replace with



PHP Code:
if (THIS_SCRIPT == 'online' OR THIS_SCRIPT == 'calendar' OR (THIS_SCRIPT == 'adv_index') OR (THIS_SCRIPT == 'index' AND $vboptions['showevents'])) 


Now im not completely sure if it has to do with the functions template or not but i would assume so... Can someone please help me get this problem resolved?

EDIT: I get this error when i try to install the portal using this link

http://www.goaguild.com/forum/admin...mps_install.php

and if you go to the main link http://www.goaguild.com/ i get all those errors. Everything works perfect when i revert back..

This is VB 3.07 and i would assume the latest version of CMPS i just downloaded it tonight.

I've fixed the chdir error message now if you go to the main link i still have the function.php parse error...

:ermm:

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 04-24-2005, 05:08 PM
playstation playstation is offline
 
Join Date: Feb 2005
Location: Wrexham,Wales
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it a fresh board install.?

If so try downloading vBulletin again and upload and edit the functions.php file again.
Reply With Quote
  #3  
Old 04-24-2005, 05:56 PM
ChaoticMageDDC ChaoticMageDDC is offline
 
Join Date: Feb 2004
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by playstation
Is it a fresh board install.?

If so try downloading vBulletin again and upload and edit the functions.php file again.

yes, this is a fresh install of 3.07 No data is on the boards or no other modifications have been made...

I've also tried that a few times... :ermm:
Reply With Quote
  #4  
Old 04-24-2005, 07:06 PM
Marco van Herwaarden Marco van Herwaarden is offline
 
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can you post that line complete with 5 lines above and under.
Reply With Quote
  #5  
Old 04-24-2005, 11:09 PM
ChaoticMageDDC ChaoticMageDDC is offline
 
Join Date: Feb 2004
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

PHP Code:
else // use combined permissions
            
{
                
$user['forumpermissions']["$forumid"] = $user['permissions']['forumpermissions'];
            }
        }
    } 
// end if access masks enabled and is logged in user

    
if (!empty($user['membergroupids']))
    {
        
$sqlcondition "IN($USERGROUPID$user[membergroupids])";
    }
    else
    {
        
$sqlcondition "= $USERGROUPID";
    }


    
// query calendar permissions
    
if (THIS_SCRIPT == 'online' OR THIS_SCRIPT == 'calendar' OR (THIS_SCRIPT == 'adv_index') OR (THIS_SCRIPT == 'index' AND $vboptions['showevents']))
    { 
// Only query calendar permissions when accessing the calendar or subscriptions or index.php
        
$_PERMQUERY[4] = "
        SELECT calendarpermission.usergroupid, calendarpermission.calendarpermissions,calendar.calendarid,calendar.title, displayorder
        FROM " 
TABLE_PREFIX "calendar AS calendar
        LEFT JOIN " 
TABLE_PREFIX "calendarpermission AS calendarpermission ON (calendarpermission.calendarid=calendar.calendarid AND usergroupid IN(" implode(', '$membergroupids) . "))
        ORDER BY displayorder ASC
        "
;
        
$cpermscache = array();
        
$calendarcache = array();
        
$displayorder = array();
        
$calendarpermissions $DB_site->query($_PERMQUERY[4]);
        while (
$calendarpermission $DB_site->fetch_array($calendarpermissions))
        {
            
$cpermscache["$calendarpermission[calendarid]"]["$calendarpermission[usergroupid]"] = intval($calendarpermission['calendarpermissions']);
            
$calendarcache["$calendarpermission[calendarid]"] = $calendarpermission['title'];
            
$displayorder["$calendarpermission[calendarid]"] = $calendarpermission['displayorder'];
        } 

Hope this helps

Anyone?? :ermm:
Reply With Quote
  #6  
Old 04-26-2005, 05:51 PM
ChaoticMageDDC ChaoticMageDDC is offline
 
Join Date: Feb 2004
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nobody has an answer for me???

I' still have this problem. I've uinstalled and reinstalled numerous times and i just cant seem to get it to work...

Does the newest version of CMPS work with 3.07 or may that be my issue?
Reply With Quote
  #7  
Old 04-26-2005, 06:08 PM
Deaths Deaths is offline
 
Join Date: Oct 2004
Location: Europe, Belgium
Posts: 679
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You must've forgotten to make the file edits to global.php, or forgot to reupload it.
Reply With Quote
  #8  
Old 04-26-2005, 07:09 PM
ChaoticMageDDC ChaoticMageDDC is offline
 
Join Date: Feb 2004
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hmmm i've done this about 5 times now and i'm pretty sure i'm doing everything correctly. I will try it again and double check the global.php edits.

Thanks

Nope!!!! Same error code... I did another fresh install, modified all the templates and php files and double checked that everything was uploaded which it was... I don't understand what the heck is wrong... I've never had a problem with cmps before on previous versions of VB :ermm:

PROBLEM FIXED :nervous: Finally!!!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:28 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.04137 seconds
  • Memory Usage 2,295KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (8)post_thanks_box
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (8)post_thanks_postbit_info
  • (7)postbit
  • (8)postbit_onlinestatus
  • (8)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete