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..
Posts: 27300
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
Posts: 56
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!
Posts: 56
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.
Posts: 7994
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.
Posts: 56
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
Posts: 7994
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.