Member
Member
EddieG5   03-05-2006, 18:25
#1

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!

Developer
Developer
trisweb   03-05-2006, 19:18
#2

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

Member
Member
EddieG5   03-05-2006, 23:03
#3

Absolutely ... sending you an email now.

Thanks!

Developer
Developer
trisweb   04-05-2006, 05:40
#4

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.

Member
Member
EddieG5   04-05-2006, 14:43
#5

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

Thanks!!

Developer
Developer
trisweb   04-05-2006, 17:10
#6

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

Member
Member
EddieG5   04-05-2006, 17:16
#7

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

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

Is that right?

Developer
Developer
trisweb   05-05-2006, 22:17
#8

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

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.