Hosted on 1and1.com

Viper_iii
Viper_iii's picture

Joined: 2002-12-31
Posts: 56
Posted: Wed, 2009-02-25 20:59

Created DB Manually (normal for hosted)

Created php.ini put in directory and edited .htaccess so I could run this. Runs fine on the main page but can't view albums or anything only get a text page with what looks like no css basically.

http://gallery.sclr.org

here is my .htaccess

AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php

and my php.ini which is only now in the root directory
(is there a control that says it must be in a gallery3 subdirectory?)

display_errors = Off;
short_open_tag = 1;
register_globals = Off;
upload_max_filesize = 20M;
post_max_size = 100M;

Install went clean and fine. No errors. was also able to log in but can't even view dashboard due to the config somewhere being upset..

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Wed, 2009-02-25 22:56

Issue: the css and JS are not given the proper uri(l) in the path to those items.
reason: unknown at this time.
post a phpinfo link from the gallery direcotry. Does it work at all without the .htaccess file?

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
Viper_iii
Viper_iii's picture

Joined: 2002-12-31
Posts: 56
Posted: Thu, 2009-02-26 01:59

won't work without .htaccess... php4 server.. have to add the lines to use php5 apparently with 1and1

http://gallery.sclr.org/info.php
Put it there during load to be able to trouble shoot as well...

Just figured I'd test this alpha out and see how it goes!

 
Viper_iii
Viper_iii's picture

Joined: 2002-12-31
Posts: 56
Posted: Wed, 2009-03-11 00:22

Updated to Alpha 2 to just see if there was any difference... nope.. same issue remains...

can't go into subdirectories. JS / css don't follow for some reason.

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Mon, 2009-03-16 11:01

http://gallery.sclr.org/index.php/albums/1 doesn't work which means that your server isn't accepting the PathInfo approach of using short urls. We'll fix Gallery3 to use mod_rewrite before the final release, which should resolve this problem.

 
Viper_iii
Viper_iii's picture

Joined: 2002-12-31
Posts: 56
Posted: Mon, 2009-03-16 19:00

Loaded on another server and css / js follows however image uploading doesn't work. acts like its uploading but only shows captions.

will try to load specs here soon to see what I'm playing with.

Etch Isp-cp 1.0 php5 / mysql5 - all current and up to date. GD2 Only no Imagemagick or Other

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Wed, 2009-03-18 04:14

You're probably hitting the memory limit with GD:
FAQ: PHP memory_limit - Why do I get the error Allowed memory size of Xxx bytes exhausted?

Switch to ImageMagick or GraphicsMagick if you can, or bump up the memory limit.