- Posts: 12
- Thank you received: 0
Error message when hot_fashionstore was clicked
-
rebe24
Inactive member - Topic Author
- New Member
Less
More
13 years 2 months ago #11765
by rebe24
Error message when hot_fashionstore was clicked was created by rebe24
500 - An error has occurred.
Error loading form file
I am getting the error above whenever I clicked the hot_fashionstore in the template manager at the back end of joomla
Any particular reason for this please?
Error loading form file
I am getting the error above whenever I clicked the hot_fashionstore in the template manager at the back end of joomla
Any particular reason for this please?
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
13 years 2 months ago #11770
by milos
Replied by milos on topic Re: Error message when hot_fashionstore was clicked
Maybe you have problems with folder permissions on your server. Go to Site > System Information > Directory Permissions to check this.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
13 years 2 months ago #11771
by milos
Replied by milos on topic Re: Error message when hot_fashionstore was clicked
Also, make sure that you uploaded all files properly (if you installed template using HotStart method).
Please Log in to join the conversation.
-
rebe24
Inactive member - Topic Author
- New Member
Less
More
- Posts: 12
- Thank you received: 0
13 years 2 months ago #11779
by rebe24
Replied by rebe24 on topic Re: Error message when hot_fashionstore was clicked
I check the permission, all are writ-able except the config.php
Also, am sure I installed it properly
I am just trying to change the back ground colour, is there any other way to do this aside clicking the template in the template manager.
Also, am sure I installed it properly
I am just trying to change the back ground colour, is there any other way to do this aside clicking the template in the template manager.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 1 month ago #11784
by ivan.milic
Replied by ivan.milic on topic Re: Error message when hot_fashionstore was clicked
Well yes , but fact that that is not working is a bad thing.
You can open template_css.php then at begining you will se this:
body {
color:<?php echo $bodyText; ?>;
<?php if ($templateStyle == 1 || $templateStyle == 3) { ?>
background:<?php echo $bgColor; ?> url(<?php echo $template_path ?>/images/bg<?php echo $templateStyle; ?>.jpg) top center repeat;
<?php } else {?>
background-color:<?php echo $bgColor; ?>;
<?php }?>
}
yous insert override after it:
body {
background:...
}
You can open template_css.php then at begining you will se this:
body {
color:<?php echo $bodyText; ?>;
<?php if ($templateStyle == 1 || $templateStyle == 3) { ?>
background:<?php echo $bgColor; ?> url(<?php echo $template_path ?>/images/bg<?php echo $templateStyle; ?>.jpg) top center repeat;
<?php } else {?>
background-color:<?php echo $bgColor; ?>;
<?php }?>
}
yous insert override after it:
body {
background:...
}
Please Log in to join the conversation.
-
rebe24
Inactive member - Topic Author
- New Member
Less
More
- Posts: 12
- Thank you received: 0
13 years 1 month ago #11793
by rebe24
Replied by rebe24 on topic Re: Error message when hot_fashionstore was clicked
yea, u re right
If you are able to give me other ideas why it might be showing the error, will be well appreciated.
Thank you for your prompt reply by the way....
If you are able to give me other ideas why it might be showing the error, will be well appreciated.
Thank you for your prompt reply by the way....
Please Log in to join the conversation.
Time to create page: 0.226 seconds