Template Club Package Silver Pacakage Gold Pacakage Developer Pacakage Accepted Payments Member Login
Welcome, Guest
Please Login or Register.    Lost Password?
Error trying to access component (1 viewing) (1) Guest
Go to bottomPost New TopicPost Reply Favoured: 0
TOPIC: Error trying to access component
#30240
Error trying to access component 1 Year, 9 Months ago  
Hi, I have installed the TPWho is and the install process goes fine. But when I try to enter de component in my components menu I receive this message...

"Parse error: parse error, unexpected '}' in I:EasyPHP 2.0b1wwwmaaxwebadministratorcomponentscom...min.tpwhois.html.php on line 398"

Im running Joomla 1.5.7, PHP 5 and MySQL 5.

Hope some one can help to solve this trouble.
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
Minibytes01 (Visitor)

Logged Logged  
 
Reply Quote  
#30243
Re:Error trying to access component 1 Year, 9 Months ago Karma: 148  
Hello Minibytes01,
did you changed any code before this?
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
ronysyz (User)
Terus Berjuang.....
Support Team
Posts: 8426
graph
User Offline Click here to see the profile of this user
Gender: Male GlobalTor.com Location: Indonesia
Logged Logged  
 
 
Reply Quote  
#31230
Re:Error trying to access component 1 Year, 9 Months ago  
Sorry I havenīt see your reply.

I havenīt touch the code.

Still get the error
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
Minibytes01 (Visitor)

Logged Logged  
 
Reply Quote  
#31234
Re:Error trying to access component 1 Year, 9 Months ago Karma: 148  
I would note, the server that you are running, a server other than XAMMP.
And these problems are usually derived from the configuration of php and apache on your server. What if you use a XAMPP server?
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
ronysyz (User)
Terus Berjuang.....
Support Team
Posts: 8426
graph
User Offline Click here to see the profile of this user
Gender: Male GlobalTor.com Location: Indonesia
Logged Logged  
 
 
Reply Quote  
#51035
Re:Error trying to access component 8 Months, 2 Weeks ago  
Hi i am new and have just downloaded "tpwhois" and i also cant get into the component to configure it, i have read the above and i am not using XAMPP but rather WAMP and i get the following error also:

Parse error: parse error in C:wampwwwJoomlaadministratorcomponentscom_...min.tpwhois.html.php on line 398

Using XAMPP is certainly not the only answer to the problem. Below is the php code with the specific line.

/* ------------------------------------------------------------------ */
// Display Menu
/* ------------------------------------------------------------------ */

function show($menu_id = 0)
{
if ($this->available())
{
// Do a loop to display either all ids (if menu_id = 0), or one id ($menu_id).
for ($i = ($menu_id ? $menu_id : 1); $i < ($menu_id ? ($menu_id + 1) : (count($this->MenuData)+1)); $i++)
{

// Cycle through all entries for this menu.
for ($j=0; $j < count($this->MenuData[$i]['item']); $j++)
{

// If a url for item exists, then make item a link
if (!empty($this->MenuData[$i]['url'][$j]))
{
echo "<a class="menuitem" href="".$this->MenuData[$i]['url'][$j]."">".$this->MenuData[$i]['item'][$j]."</a>";
}

// Else make it a Menu Header / Category
else
{
echo $this->MenuData[$i]['item'][$j];
}

echo "<br>";
}

?>
<br>
<?php

}
}
}(THIS BEING LINE 398)

Please help!!!!
Thanks in Adv.
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
THS (Visitor)

Logged Logged  
 
Reply Quote  
#51036
Re:Error trying to access component 8 Months, 2 Weeks ago Karma: 148  
Hello THS,
I just using XAMPP and there is no any trouble
Please make sure if you are really use that
Because that trouble just depend on your server configuration
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
ronysyz (User)
Terus Berjuang.....
Support Team
Posts: 8426
graph
User Offline Click here to see the profile of this user
Gender: Male GlobalTor.com Location: Indonesia
Logged Logged  
 
 
Reply Quote  
Go to topPost New TopicPost Reply