![]() |
|
Multiusers Gallery (eg. Photobucket)? - 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: Multiusers Gallery (eg. Photobucket)? (/thread-9119.html) |
Multiusers Gallery (eg. Photobucket)? - acrylian - 2011-10-16 Probably that is it but I am actually no server expert and therefore I never did and don't run my own server. I personally have just shared webhosting and our zenphoto.org server is managed by one of us. I just assumed that someone running his own server knows what he is doing..;-) Anyway, you could also enable error reporting via htaccess then you would see php errors directly when they happen. Multiusers Gallery (eg. Photobucket)? - Light Peak - 2011-11-06 I've tried enabling error reporting and all i've got was: Multiusers Gallery (eg. Photobucket)? - acrylian - 2011-11-06 Those are the setup files which are deleted after installation so they should be missing for security reasons. If you tried to run setup you need to reupload them. Otherwise they should not be needed. Multiusers Gallery (eg. Photobucket)? - Light Peak - 2011-11-06 yeah, but when going to /gallery path, i get redirected to gallery/zp-core/setup.php Multiusers Gallery (eg. Photobucket)? - acrylian - 2011-11-06 Yes, if you did an new install or update this is normal. So simply re-upload the files and let setup run. Multiusers Gallery (eg. Photobucket)? - Light Peak - 2011-11-06 that was after new install. Multiusers Gallery (eg. Photobucket)? - acrylian - 2011-11-06 Yes, reupload the files as complaind about in the error (setup.php and the folder setup) and re-run setup. Multiusers Gallery (eg. Photobucket)? - Light Peak - 2011-11-06 okay, i've re-run installation setup and and now, is it all right for me to delete setup folder and setup.php? Multiusers Gallery (eg. Photobucket)? - acrylian - 2011-11-06 What folder could Zenphoto not write to? And yes after successful installation (if it is that) you should delete the setup files for security's sake. Multiusers Gallery (eg. Photobucket)? - Light Peak - 2011-11-06 those folders are: Okay, i've deleted setup folder and setup.php. as for the registration, comment posting - captchas, is it possible to implement reCaptcha instead? Also, there don't seems to have any options for users to reset their passwords in case they lost it? The same error came back: Added ini_set("display_errors", true); after Multiusers Gallery (eg. Photobucket)? - sbillard - 2011-11-06 If Zenphoto cannot write to those folders it probably will not work. Certainly it needs to be able to write to the cache folders. Zenphoto upload will not work if it cannot write to the albums folder. File upload will not work if it cannot write to the uploaded folder. The captcha handling is extendable, but of course someone would have to implement the interfacing to reCaptcha. If users do not have an email address it is not possible to email them the reset link. So if a user may need to reset his password he will have to supply an email address. In addition, your site needs to be able to send emails. There are two email handlers to try. The normal one needs "sendmail" to work which not all providers allow. The PHP mailer can be configured to use a mail account for sending. Alternatively you can install the 1.4.2 Beta from the nightly builds which implements a challenge/response password reset. Multiusers Gallery (eg. Photobucket)? - Light Peak - 2011-11-07 So i'll need to chmod those folder to 777 (which i think it's not quite safe)? i've tried test registration by clicking "register for this site" and i've filled in my email, name, etc. that's required. and i've received my email and clicked on activation link but when attempted to login, i get redirected to main page with user name and password form. and as for now, when ppl visits my gallery site at https://gallery.on-sugar.com , all they'll see is there's no way they can click "register" anymore. edit: i've uploaded the nightly build: You should remove the following files: Multiusers Gallery (eg. Photobucket)? - acrylian - 2011-11-07 You can ignore these errors. The trunk becomes 1.4.2 and we did some changes by removing some now unneeded files. Probably we did not update the package list for this check accordingly yet. Regarding permissions there is a lenghly article on the user guide troubleshooting. A note to "https" to be sure. Your server must be setup to this otherwise it will not work. If it is not https://yourdomain.com and http://yourdomain.com are completly different addresses. I cannot even open your https link above. To the register link missing I can't help right now as I am not familiar with that plugin. Multiusers Gallery (eg. Photobucket)? - Light Peak - 2011-11-07 okay, so i proceed on with installation ignoring those warnings but as for the permissions issue, i've change them to 755 manually. i've tried accessing https://gallery.on-sugar.com/ via 3G on my cell phone and it loads fine. as for the "forgot password" form, i tried testing it but when entering my user name, i've got random challenge questions like Multiusers Gallery (eg. Photobucket)? - acrylian - 2011-11-07 The challenge/response texts need to be set on the user page naturally before you can use it... Each user can set that there (as with probably all other services you know). Multiusers Gallery (eg. Photobucket)? - Light Peak - 2011-11-07 so there's no way to like, enter username/email and then enter captcha so system will email reset link to the user? if for example, previously ZP didn't have reset password link and after i implement this (upgrade to beta) and users didn't set that, how can they set the challenge question w/o knowing their passwords (forgotten password)? Multiusers Gallery (eg. Photobucket)? - acrylian - 2011-11-07 1.4.2 beta: If you click on that you get a new form that uses the response/challange way. But it also has another link at the bottom called "Request reset via e-mail" that switches to the captcha way. Multiusers Gallery (eg. Photobucket)? - Light Peak - 2011-11-07 ahh, i see it now. thank you. btw, now how'd i make it function like photobucket?
Multiusers Gallery (eg. Photobucket)? - acrylian - 2011-11-07
Multiusers Gallery (eg. Photobucket)? - Light Peak - 2011-11-07 okay, so it's not possible to let users have their own gallery and create their own albums in it? if it's not possible, can i make it so that when they sign up, upon activation, |