IPB- Problem

07/02/2014 21:51 WTFonline#1
Hey guys i just installed a new Theme on my IPB 3.3.4 its called Dashboard, now the start page looks fine but if i try to click on "My Profile" an error shows up.

Error message:

Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING) in C:\xampp\htdocs\board\cache\skin_cache\cacheid_4\s kin_profile.php on line 1035


skin_profile.php on line 1035:

<span class='ipsType_smaller desc lighter blend_links'><a href='" . $this->registry->getClass('output')->formatUrl( $this->registry->getClass('output')->buildUrl( "app=members&module=profile&section=status&type=si ngle&status_id={$status['status_id']}", "public",'' ), "array($status['member_id'], $status['members_seo_name'])", "members_status_single" ) . "'>{$this->lang->words['ps_updated']} " . $this->registry->getClass('class_localization')->getDate($status['status_date'],"manual{%d %b}", 0) . " &middot; " . intval($status['status_replies']) . " {$this->lang->words['ps_comments']}</a></span>
07/03/2014 13:25 Mozo_#2
Test it with this code:
PHP Code:
<span class='ipsType_smaller desc lighter blend_links'><a href='" . $this->registry->getClass('output')->formatUrl( $this->registry->getClass('output')->buildUrl( "app=members&module=profile&section=status &type=single&status_id={$status['status_id']}", "public",'' ), array($status['member_id'], $status['members_seo_name']), "members_status_single" ) . "'>{$this->lang->words['ps_updated']} " . $this->registry->getClass('class_localization')->getDate($status['status_date'],"manual{%%b}", 0) . " &middot" . intval($status['status_replies']) . " {$this->lang->words['ps_comments']}</a></span
I dont know if it work but it should