Integration with D 5.7
rogerwebb
Joined: 2008-04-07
Posts: 2 |
Posted: Mon, 2008-04-07 15:06 |
After having endless problems with integrating with D5.5 i upgraded to 5.7 Then everything went fine. i uploaded he latest version of G2 into the root (rather than the modules subdirectory) and gallery found it just fine. Then when i got to the final stage of the integration via 'gallery' i got an error 500 and have been unable to reopen daminister-->Gallery Settings ever since even tho i have reloded the 'Gallery' (as compared with gallery2) ever since. It may be relevant that i have 'OG groups' activated The site in question is www.retiredbutactive.com Can anyone help Roger |
|
Posts: 2
found myself that integration works only if you run php version 5 and mysql 5
also that 1and1 by default runs php 3 and 4
to force it to use php 5
change your .htaccess file and place the following line
AddType x-mapp-php5 .php
in it.