OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
500 error - Blank page in backend of Component (0 viewing) 

Simple membership Component-Modules Support

Go to bottom Favoured: 0

500 error - Blank page in backend of Component

paevo (User)
Expert Boarder
Posts: 109
graphgraph
User Offline Click here to see the profile of this user
500 error - Blank page in backend of Component 7 Years, 7 Months ago
Karma: 0  
I have noticed that some others have had this problem. The Simple Membership Component in the Quickstart package of the Autoseller template installs perfectly on my version of XAMPP but on the remote server I get a blank page when I try to access the settings. I upgraded the version of PHP to 5.6 but that did not help. Please help!
Logged Logged
The administrator has disabled public write access.
paevo (User)
Expert Boarder
Posts: 109
graphgraph
User Offline Click here to see the profile of this user
Re:500 error - Blank page in backend of Component 7 Years, 7 Months ago
Karma: 0  
Can someone explain how you fixed this problem? If it is a simple fix I would prefer to do it myself. There are several people below who have had the same problem.
Logged Logged
The administrator has disabled public write access.
paevo (User)
Expert Boarder
Posts: 109
graphgraph
User Offline Click here to see the profile of this user
Re:500 error - Blank page in backend of Component 7 Years, 7 Months ago
Karma: 0  
When I try to uninstall component it returns me to a blank screen and I can't uninstall, if that helps.
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:500 error - Blank page in backend of Component 7 Years, 7 Months ago
Karma: 58  
Hello,

500 error usually mean that the server has encountered an unexpected condition that prevented it from fulfilling the request made by the client. This is a general error class returned by a web server when it encounters a problem in which the server itself can not be more specific about the error condition in its response to the client.


Please, contact your host provider. I

Try install component on other website (localhost)


If you would like any further information, please do not hesitate to contact us too.

Best Wishes,
Taras
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
paevo (User)
Expert Boarder
Posts: 109
graphgraph
User Offline Click here to see the profile of this user
Re:500 error - Blank page in backend of Component 7 Years, 7 Months ago
Karma: 0  
With Joomla Global Settings in Development mode I got the following error:

Code:

 Parse error: syntax error, unexpected 'die' (T_EXIT) in /home/kelleypb2006/public_html/dev/administrator/components/com_simplemembership/toolbar_ext.php on line 1  


I change the code from:

Code:

  <?php    
if (!defined('_VALID_MOS') && !defined('_JEXEC')) die('Direct Access to ' . basename(__FILE__) . ' is not   



To:

Code:

    <?php if  
(!defined('_VALID_MOS') && !defined('_JEXEC')) die('Direct Access to ' . basename(__FILE__) . ' is not a



Now it works. Do you know why the first version of the code worked on my local server but not the remote server?
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:500 error - Blank page in backend of Component 7 Years, 7 Months ago
Karma: 58  
Hello,

It could be issue of server. It can deprecated some symbols or it was typos in component .

The unexpected symbol isn't always the real culprit.

thanks
Logged Logged
The administrator has disabled public write access.
Go to top
»