- Posts: 9
- Thank you received: 0
sportal hotstart installed
-
worthtec
Inactive member - Topic Author
- New Member
Less
More
11 years 4 months ago #31912
by worthtec
sportal hotstart installed was created by worthtec
But the read more links in carousel cause page to go berserk rather than like on your online example?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 4 months ago #31914
by ivan.milic
Replied by ivan.milic on topic sportal hotstart installed
We would need to see link for such problem
Please Log in to join the conversation.
-
worthtec
Inactive member - Topic Author
- New Member
Less
More
- Posts: 9
- Thank you received: 0
11 years 4 months ago - 11 years 4 months ago #31916
by worthtec
Replied by worthtec on topic sportal hotstart installed
Please go here, click read more in carousel article
www.mudokwan.net/joomla/
This is a fresh install in attempt to correct the issue
www.mudokwan.net/joomla/
This is a fresh install in attempt to correct the issue
Last edit: 11 years 4 months ago by worthtec. Reason: additional information
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 4 months ago #31917
by ivan.milic
Replied by ivan.milic on topic sportal hotstart installed
?? that snapshot you have is from some phone, when I load it I see our regular hot start ??
Please Log in to join the conversation.
-
worthtec
Inactive member - Topic Author
- New Member
Less
More
- Posts: 9
- Thank you received: 0
11 years 4 months ago #31918
by worthtec
Replied by worthtec on topic sportal hotstart installed
Yes, the snapshot was from from a cell phone, but the result is the same from any computer.
Also, as I mentioned, you need to click read more in the carousel article to see the failure.
Here is the direct link. I thought you would want to see it happen.
www.mudokwan.net/joomla/index.php/25-dem...a-devastates-austria
Also, as I mentioned, you need to click read more in the carousel article to see the failure.
Here is the direct link. I thought you would want to see it happen.
www.mudokwan.net/joomla/index.php/25-dem...a-devastates-austria
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 4 months ago #31919
by ivan.milic
Replied by ivan.milic on topic sportal hotstart installed
When I browse main css files:
or
I get
That means that that files are not there but more probably that you set permissions not to allow reading for public.
Permissions ~ CHMOD. You need to set CHMOD of folders to 755 and files 644. You can do that form cpanel file manager or you can install extplorer for joomla they both support recursive CHMOD setting. And if you have only have option of using SSH command prompt form site folder execute:
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
If after that you have no luck but that is rare and it can happen if you manage your server by yourself then file/folder ownership can be problem and you would need to take it. Easiest thing is to do site copy using web account because copied files should belong to copier.
Code:
http://www.mudokwan.net/mudokwan/joomla/templates/hot_sportal/css/layout.css
or
Code:
http://www.mudokwan.net/mudokwan/joomla/templates/hot_sportal/css/template_css.css
I get
Code:
Not Found
The requested URL /mudokwan/mudokwan/joomla/templates/hot_sportal/css/template_css.css was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache Server at www.mudokwan.net Port 80
That means that that files are not there but more probably that you set permissions not to allow reading for public.
Permissions ~ CHMOD. You need to set CHMOD of folders to 755 and files 644. You can do that form cpanel file manager or you can install extplorer for joomla they both support recursive CHMOD setting. And if you have only have option of using SSH command prompt form site folder execute:
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
If after that you have no luck but that is rare and it can happen if you manage your server by yourself then file/folder ownership can be problem and you would need to take it. Easiest thing is to do site copy using web account because copied files should belong to copier.
Please Log in to join the conversation.
Time to create page: 0.170 seconds