Jump to content

Magento works Presta does not


Recommended Posts

the posted solutions did not work for me

I am at 1&1;and it is PHP 5

i uploaded htaccess:

AddType x-mapp-php5 .php4
AddHandler x-mapp-php5 .php4

and also tried this:

SetEnv DEFAULT_PHP_VERSION 5

1. URL rewriting module activation
RewriteEngine on

1. URL rewriting rules
RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)\.html(.)$ product.php?id_product=$1$3 [L,E]
RewriteRule ^([0-9]+)\-([a-zA-Z0-9-])(.)$ category.php?id_category=$1 [QSA,L,E]
RewriteRule ^([0-9]+)__([a-zA-Z0-9-])(.)$ supplier.php?id_supplier=$1$3 [QSA,L,E]
RewriteRule ^([0-9]+)_([a-zA-Z0-9-])(.*)$ manufacturer.php?id_manufacturer=$1$3 [QSA,L,E]

1. Catch 404 errors
ErrorDocument 404 /404.php

same error

/install/classes/LanguagesManager.php on line 7

i have a Magento store working on the same server so Im not sure its as easy as blaming 1and1.

Link to comment
Share on other sites

have you set correct Permissions on the folders?


the instructions are rather weak, they don't say specific files ----just the vague "folders" and "folders and sub folders" 777


So, I guess-- given the instructions I had...meaning --files in the various folders I did not 777 -because I was not told to. I did 777 the folders themselves/
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...