Jump to content

"This application needs you to activate Javascript to correctly work."


Recommended Posts

install.php has the following content..

 

<div id="noJavaScript">
<?php echo lang('This application needs you to activate Javascript to correctly work.'); ?>
</div>

 

And then when the page loads, it executes this...

  	 //show container only if JS is available
	$("#noJavaScript").hide();

 

it should be hidden assuming your browser supports those commands. so the question is, what browser and version of the browser are you using?

  • Like 1
Link to comment
Share on other sites

  • 4 months later...

I got the same problem... what is it ? I tesed with 4 different webbrower and it's not working. I'm trying with the latest version of EasyPhp And I already created the "prestashop" database in phpmyadmin.

 

Please, what can I do ?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...