I have a problem after installing the gallery on the subdomain. I can not create a category (and use other similar buttons on the toolbar), due to the fact that the path in the address bar isn't constructed correctly.
Subdomain is a folder on the main server. So the site "subdomain.site.com" is in folder "site.com/subdomain".
When I click "Create a category" in the toolbar of the gallery IExplorer shows the address "www.subdomain.site.com/subdomain/index.php?bla-bla-bla". That is the combined sub-domain name and path to folder of subdomain. I get an error 500 - view not found (phocagallerycs, html, phocagalleryView). All other components on the site are working properly.
How to correct address?
Problem after installing on subdomain
- Jan
- Phoca Hero

- Posts: 49299
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Problem after installing on subdomain
Hi, no idea what can be wrong there. Phoca Gallery doesn't create the links, they are created by Joomla! framework, so there should be not a problem
Jan
Jan
If you find Phoca extensions useful, please support the project
-
1303i
- Phoca Newbie

- Posts: 7
- Joined: 11 Mar 2010, 14:32
Re: Problem after installing on subdomain
Okay, I'll try to find it myself. Thank you for your reply.
- Jan
- Phoca Hero

- Posts: 49299
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Problem after installing on subdomain
Ok, If you will find something, please let me know,
thank you, Jan
thank you, Jan
If you find Phoca extensions useful, please support the project
-
1303i
- Phoca Newbie

- Posts: 7
- Joined: 11 Mar 2010, 14:32
Re: Problem after installing on subdomain
I've still not found a solution. All actions with the gallery i have to do through the mysql as buttons in the admin's part of the gallery give the wrong address and error. 
-
WinterRG
- Phoca Newbie

- Posts: 6
- Joined: 21 May 2010, 08:31
Re: Problem after installing on subdomain
Try adding the var $live_site variable in your configuration.php to suit your sub-domain. If the server is nor well configured for (sub-)domains without the "www." it can give problems with URL's. This is common on Plesk and some older cPanel servers.
-
1303i
- Phoca Newbie

- Posts: 7
- Joined: 11 Mar 2010, 14:32
Re: Problem after installing on subdomain
I have it written a long time. It does not help.