ZenphotoCMS Forum
Installation Success, uploading failure - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Installation Success, uploading failure (/thread-482.html)



Installation Success, uploading failure - EddieG5 - 2006-05-03

I was able to install on subdomain (photos.mydomain.com) and the admin works fine, as does viewing the gallery (styles are applied). But when I create an album and upload photos, the photos the thumbnails have a red x next to them and do not appear ... nor do they appear on the gallery.

Albums have been chmod to 777 ... I'm I doing something wrong?

thanks!




Installation Success, uploading failure - trisweb - 2006-05-03

Can we have a look at your gallery? Much easier that way.




Installation Success, uploading failure - EddieG5 - 2006-05-03

Absolutely ... sending you an email now.

Thanks!




Installation Success, uploading failure - trisweb - 2006-05-04

It looks like a problem with mod_rewrite -- check your .htaccess file and make sure it has the RewriteBase / line in it.

Also, do you have any other .htaccess files in any parent directories that could be interfering?

If your .htaccess looks fine and you're still having problems, you can try disabling mod_rewrite in the config.php file.

Also, the version in SVN has a new fully-compatible version of the stopdesign theme checked-in (no changes needed). You might want to try that.




Installation Success, uploading failure - EddieG5 - 2006-05-04

What's the address to checkout the latest version in SVN?

Thanks!!




Installation Success, uploading failure - trisweb - 2006-05-04

The repository is at
http://svn.berlios.de/svnroot/repos/zenphoto

But you can look at changes, etc. in WebSVN here:
http://svn.berlios.de/wsvn/zenphoto




Installation Success, uploading failure - EddieG5 - 2006-05-04

Great! So, to check out a clean version, would I do:

svn co htp://svn.berlios.de/svnroot/repos/zenphoto/ .

Is that right?




Installation Success, uploading failure - trisweb - 2006-05-05

There's a better command if you just want the files, and not an actual SVN working copy:

svn export http://svn.berlios.de/svnroot/repos/zenphoto/trunk zenphoto-svn where zenphoto-svn is the directory to download into.

Read more here:
http://svnbook.red-bean.com/en/1.1/re10.html