Getting errors when i try to view ma website

Status
Not open for further replies.

dhruv227

New Member
Messages
390
Reaction score
1
Points
0
After x10 shifted me from stoli to chopin and then restored my website, i started to get these errors on my website ( www.delon.in ) instead of the website, its a website based on Joomla.

the error i get is :
can anybody tell me any solution for it.

mark( 'afterLoad' ) : null; /** * CREATE THE APPLICATION * * NOTE : */ $mainframe =& JFactory::getApplication('site'); /** * INITIALISE THE APPLICATION * * NOTE : */ // set the language $mainframe->initialise(); JPluginHelper::importPlugin('system'); // trigger the onAfterInitialise events JDEBUG ? $_PROFILER->mark('afterInitialise') : null; $mainframe->triggerEvent('onAfterInitialise'); /** * ROUTE THE APPLICATION * * NOTE : */ $mainframe->route(); // authorization $Itemid = JRequest::getInt( 'Itemid'); $mainframe->authorize($Itemid); // trigger the onAfterRoute events JDEBUG ? $_PROFILER->mark('afterRoute') : null; $mainframe->triggerEvent('onAfterRoute'); /** * DISPATCH THE APPLICATION * * NOTE : */ $option = JRequest::getCmd('option'); $mainframe->dispatch($option); // trigger the onAfterDispatch events JDEBUG ? $_PROFILER->mark('afterDispatch') : null; $mainframe->triggerEvent('onAfterDispatch'); /** * RENDER THE APPLICATION * * NOTE : */ $mainframe->render(); // trigger the onAfterRender events JDEBUG ? $_PROFILER->mark('afterRender') : null; $mainframe->triggerEvent('onAfterRender'); /** * RETURN THE RESPONSE */ echo JResponse::toString($mainframe->getCfg('gzip'));
 

garrettroyce

Community Support
Community Support
Messages
5,609
Reaction score
250
Points
63
One of your php files must have either an unescaped or unclosed tag. I'm guessing whatever is before mark('afterLoad') is the problem. It looks like it's probably a ternary operator (?) is missing just before.
 

zubair12

Banned
Messages
631
Reaction score
0
Points
0
yea i think garrettroyce is right.. you have to check all file which is not possible for you, because it take much time. You have to contact joomla also, and see if they can help you. I have no idea about that.


One question i want to know...
Is Admin panel opening????
 
Last edited:

dhruv227

New Member
Messages
390
Reaction score
1
Points
0
no when i try to access the admin panel i get the same error
Edit:
i checked it about this on joomla and they told that my index.php is being read as an html file, now what should i do.
 
Last edited:

zubair12

Banned
Messages
631
Reaction score
0
Points
0
no when i try to access the admin panel i get the same error
Edit:
i checked it about this on joomla and they told that my index.php is being read as an html file, now what should i do.


double check your Index file.... It should be index.php
If this is correct then you should have to submit support ticket at http://support.x10hosting.com
 

dhruv227

New Member
Messages
390
Reaction score
1
Points
0
i tried reinstalling joomla but i still get that message. now there's a problem with the server online. i used manual installation and softaculous also.
 

Elesarr

New Member
Messages
193
Reaction score
3
Points
0
i tried reinstalling joomla but i still get that message. now there's a problem with the server online. i used manual installation and softaculous also.


I suppose it is possible that the staff might have turned off something that Joomla needs to install properly, Corey mentioned they turned a lot of resources off. This stuff will remain off till they get caught up on support tickets.
 
Status
Not open for further replies.
Top