ZenphotoCMS Forum
Installation on Ubuntu 8.04.2 - 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 on Ubuntu 8.04.2 (/thread-5097.html)



Installation on Ubuntu 8.04.2 - nk - 2009-04-25

The last problem is in the 9th row (.../zp-core/setup.php )
"...
zp-config.php file
? Strict permissions [is not in effect]
MySQL
..."

How to solve this?

Thank You!!




Installation on Ubuntu 8.04.2 - sbillard - 2009-04-25

There should have been a warning box message along with this that included a link to check to set strict permissions. You can probably ignore this for now, although the security is lessened.




Installation on Ubuntu 8.04.2 - nk - 2009-04-26

Yes, there is.

"Warning!
...
Click here to use strict file/folder permissions.

NOTE: This option ..."

But the click on "here" happens nothing. The page doesn't change.




Installation on Ubuntu 8.04.2 - sbillard - 2009-04-26

Have you completed the MySQL parameters part--that is, is there still a form for the user name, etc.?

What does the link for the click here read? Does the page reload when you click it?




Installation on Ubuntu 8.04.2 - nk - 2009-04-27

The MySQL part is OK. Username, password, name of the database.


The page is reload, but it remains pink, not green. I have seen on another page.
I have read, that Ubuntu 8.04 does make the permissions different, then the older versions. ?


Wenn I click on 'Go!', the application is running, but I can't open the new created album (HTML error 404 [maybe Apache problem?]), and the "current thumbnail" doesn' exist, or it is empty.




Installation on Ubuntu 8.04.2 - acrylian - 2009-04-27

I don't know anything about Ubuntu, but did you check modrewrite and the .htaccess file?




Installation on Ubuntu 8.04.2 - nk - 2009-04-27

What must I check?




Installation on Ubuntu 8.04.2 - acrylian - 2009-04-27

If you uploaded the .htaccess file, the option for modrewrite and if your server supports that at all (setup actually should tell about that).




Installation on Ubuntu 8.04.2 - nk - 2009-04-27

"
RewriteEngine On
...."

I think, this is OK.




Installation on Ubuntu 8.04.2 - nk - 2009-04-30

I must install Apache2 rewrite module, and so it runs.
ubuntu:
"sudo a2enmod rewrite"