Unable to do a clean install

More
13 years 7 months ago #10926 by kiwikidusa
Well that is interesting. I tried what you asked, by taking the file sample_data.sql and imported it manually via PhpMyAdmin. The message was: Import has been successfully finished, 2027 queries executed.

To be honest I am lost. What is going on?

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
13 years 7 months ago #10927 by milos
Ok, your site should be working normally now? Can I access your site? Do you have link?

Please Log in to join the conversation.

More
13 years 7 months ago #10929 by kiwikidusa
Right now, it is all local. But, I have decided to set it all up on the hosting server. I will let you know when everything has been set and give you access.

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
13 years 7 months ago #10930 by milos
I am sure you will not have problems with hosting server. Today's standard for MySQL is 5.0.92, pehaps MySQL 5.5 that you have on your Mac is what makes problems.

Please Log in to join the conversation.

More
13 years 7 months ago #11002 by kiwikidusa
Hey Milo, You are completely correct. The problem was I was using a too new version of MySQL locally. The template installed with no problems on the customer's hosting service.

In HOT Furniture Store template the customer's logo is quite a bit wider than the default. When I follow the instructions on correcting this the search box and top menu pop down leaving a white space. I am trying to find the css file that allows me to change the width of the user 9 area from width: 728 to something that will allow me to have a 433 wide logo. Where is this file, I have looked everywhere. Or am I going about it the wrong way?

Please Log in to join the conversation.

More
13 years 7 months ago #11008 by ivan.milic
The css comes from /css/template_css.php


.user9 {
height:73px;
width:<?php echo $headerModulesWidth; ?>px;
}

so you need to change that php value. That can be done easily , open index.php of template and find this:

$headerModulesWidth = $templateWidth - 232;


change value of 232
The following user(s) said Thank You: kiwikidusa

Please Log in to join the conversation.

Time to create page: 0.094 seconds
Powered by Kunena Forum