We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

HELP : Cant Access my Site[Solved] | Forum

Webster Molaudi
Webster Molaudi Oct 28 '14
Hi Oxwallers,

I just activated Dev Mode to check an issue on some plugin that was giving a e500 error. But when i tried to go to the https://www.myvirgo.info/admin/plugins

I get this error :

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE in /home/myvirgo3/public_html/ow_pluginfiles/base/lang_1.php on line 8820

----

Any idea what could be causing this issue as i cant access my site - http://www.myvirgo.info, i de-activated Dev Mode i still cant access the site i get the above error.
The Forum post is edited by ross Oct 29 '14
Webster Molaudi
Webster Molaudi Oct 28 '14
Any help guys ?
ross Team
ross Oct 28 '14
Attach lang_1.php file here in the zip or rar archive. 
Webster Molaudi
Webster Molaudi Oct 29 '14
Hi Ross,

Please see attached
Attachments:
  net2ftp-1414569065.zip (131Kb)
ross Team
ross Oct 29 '14
at the end of your file: 


'oaseo+tc_enabled_desc' => 'Check the bo


you need to add " ' " so it looks like this 


'Check the bo'


and close php tag after that


?>


this should solve the problem

Webster Molaudi
Webster Molaudi Oct 29 '14
Hi Ross,

I did that :



but now i get
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE in /home/myvirgo3/public_html/ow_pluginfiles/base/lang_1.php on line 7021
ross Team
ross Oct 29 '14
Sorry, wrong instructions, your error is now


Parse error: syntax error, unexpected ';', expecting ')' in /home/myvirgo3/public_html/ow_pluginfiles/base/lang_1.php on line 8787



after comma, 'Check the bo',

you should put


);?>

Webster Molaudi
Webster Molaudi Oct 29 '14
Hi Ross,

I get :

Parse error: syntax error, unexpected '=', expecting ')' in /home/myvirgo3/public_html/ow_pluginfiles/base/lang_1.php on line 8760


ross Team
ross Oct 29 '14
Did you do what I told you to?


What do you have on that line?

Webster Molaudi
Webster Molaudi Oct 29 '14
Yes,


Webster Molaudi
Webster Molaudi Oct 29 '14
Now i refreshed its on line 8820
ross Team
ross Oct 29 '14
Go to your admin panel languages section and click on save this page


Seems like there's no enough memory on your website. Your dev mode was enabled and your files kept recompiling. Contact your hosting provider on your memory limit

Webster Molaudi
Webster Molaudi Oct 29 '14
Now its working, thanks Ross :) Consider this solved !!!
ross Team
ross Oct 29 '14
Because I disabled dev mode:) as I said your site and static files kept recompiling because of that seems like you don't have enough memory on your server. Contact hosting provider to resolve this. 
Webster Molaudi
Webster Molaudi Oct 29 '14
Thanks will do :)