Jump to content

PLEASE HELP. godaddy.com install step 2 problem


Recommended Posts

Hey guys i've read all of the post concerning the install getting stuck on step two. I tried uploading the alternate Config.php file in the xml directory. Still having problems. I changed all of the file permissions to the correct configurations. Any help will be greatly appreciated. Attached is the screen i'm still getting.

 

PrestashopError.jpg

Link to comment
Share on other sites

  • 2 weeks later...

Hi all !

 

The better way to fix this problem is via some diagnostics :

 

-Run a PrestaShop install with Firefox + Firebug https://addons.mozilla.org/fr/firefox/addon/1843 module (installed and activated)

-Try to reproduce the bug

-When the bug is found, open the Firebug tab, look at the last request in the 'console' tab, and expand it.

-Then open the 'response' tab of this request

-Copy/paste this request in this thread

 

Thanks,

 

Link to comment
Share on other sites

  • 3 weeks later...
  • 2 months later...

Hey guys,

I'm new here, and love what I see out of PrestaShop. I have encountered the same problem as previously mentioned and figured I would start the movement forward for the GoDaddy users. The following is the error information from FireBug using the install script on GoDaddy:

NOTE: GoDaddy Shared Hosting: Linux PHP 5 activated through hosting control panel.

PrestaShop 1RC3


ERROR IN FIREBUG
-----------------------
ret.getElementsByTagName is not a function
http://northshorewisp.com/presta/install/controller.js
Line 244


HTACCESS
--------------
# switch GoDaddy's php extension handling for php5
AddHandler x-httpd-php5 .php
AddHandler x-httpd-php .php4

Options +FollowSymLinks
RewriteEngine On
RewriteBase /

PHP.INI
----------
//Presta Shop
extension=php_gd2.dll
register_globals = off


*I will keep my eyes open for an update or suggestions on this issue. In the mean time I will have a closer look at it later on to see if I can figure anything out about it. (-Not A Coder-)

Link to comment
Share on other sites

I think there are one big bug on the host godaddy.com

I tried to fix installer, what I did : variables posted in ajax POST are NOT available.
So, I passed all installer by ajax GET, and it's working.

BUT, after installation succesfull, impossible to log-in back-office : again, all variables passed by POST don't work !!!!

Nothing in $_POST, $GLOBALS or $REQUEST (this one has only GET variables) or $HTTP_VARS.

So I think you need to call your host service and tell them that there is a big problem.

First time I see this kind of thing ô.O)

Link to comment
Share on other sites

  • 1 month later...

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...