Thread: SMF Forum error?

Results 1 to 2 of 2
  1. #1 SMF Forum error? 
    Software Engineer

    OogleBoogle's Avatar
    Join Date
    Apr 2012
    Age
    22
    Posts
    3,881
    Thanks given
    575
    Thanks received
    488
    Discord
    View profile
    Rep Power
    266
    Well when i try edit my profile i get this error



    Does anybody know how to fix it?

    I went to line 1635 and nothing looked out of place.


    Here is the format that is the error it is saying

    Code:
    function forumProfile($memID)
    {
    	global $context, $user_profile, $user_info, $txt, $modSettings;
    
    	loadThemeOptions($memID);
    	if (allowedTo(array('profile_extra_own', 'profile_extra_any')))
    		loadCustomFields($memID, 'forumprofile');
    
    	$context['sub_template'] = 'edit_options';
    	$context['page_desc'] = $txt['forumProfile_info'];
    
    	setupProfileContext(
    		array(
    			'avatar_choice', 'hr', 'personal_text', 'hr',
    			'bday1', 'location', 'gender', 'hr',
    			'icq', 'aim', 'msn', 'yim', 'instagram'
    			'usertitle', 'signature', 'hr',
    			'karma_good', 'hr',
    			'website_title', 'website_url',
    		)
    	);
    }
    The text highlighted in red is the line 1635
    ╠╬╣
    ╦╦
    ╠╬╬╬╣
    ╠╬╬╬╬╬╬╣
    ╠╬╬╬╬╬╬╣
    ╚╩╩╩╩╩╩╝
    ╠╬╬╬╣

    Reply With Quote  
     

  2. #2  
    Software Engineer

    OogleBoogle's Avatar
    Join Date
    Apr 2012
    Age
    22
    Posts
    3,881
    Thanks given
    575
    Thanks received
    488
    Discord
    View profile
    Rep Power
    266
    Quote Originally Posted by ajjr1228 View Post
    You are missing a comma after instagram.
    Fuck i didn't even read it Lol thanks pal.
    ╠╬╣
    ╦╦
    ╠╬╬╬╣
    ╠╬╬╬╬╬╬╣
    ╠╬╬╬╬╬╬╣
    ╚╩╩╩╩╩╩╝
    ╠╬╬╬╣

    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 14
    Last Post: 09-22-2011, 11:01 AM
  2. Replies: 3
    Last Post: 02-17-2009, 10:28 PM
  3. [SMF Forum] How to add a Simple Gallery
    By Inside Sin in forum Chat
    Replies: 0
    Last Post: 05-16-2008, 11:28 AM
  4. How do I add Reputation to my SMF Forum?
    By poptarts in forum Chat
    Replies: 3
    Last Post: 03-01-2008, 12:49 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •