Shape 5

Joomla Templates => Your Store - July 2007 - Club => : max1987 July 29, 2007, 08:59:28 AM



: Template doesnt work on our server
: max1987 July 29, 2007, 08:59:28 AM
Hi Shape 5,

We just downloaded the 'Your Store' template and installed it onto our Wamp5 (1.7.2) testserver (Apache) with Joomla and Virtuemart on it (Latest version).
But.. it does not work properly just like the other Club Templates.--> http://aycu28.webshots.com/image/23947/2000854457705458016_rs.jpg (http://aycu28.webshots.com/image/23947/2000854457705458016_rs.jpg)

The free template works perfect.
At the end of the webpage we get two errorlines:

Warning: include(templates/yourstore/footer.php) [function.include]: failed to open stream: No such file or directory in D:\wamp\www\templates\Shape5_YourStore\index.php on line 454

Warning: include() [function.include]: Failed opening 'templates/yourstore/footer.php' for inclusion (include_path='.;C:\php5\pear') in D:\wamp\www\templates\Shape5_YourStore\index.php on line 454
Can you tell us what's wrong with our configuration?

Thanks in advance!

Max


: Re: Template doesnt work on our server
: jonahh July 29, 2007, 04:55:50 PM
Max,

I've experienced problems running some Joomla components on my local machine with WAMP before, if you test on a web server the template should install fine.  What you do is double check to see if "footer.php" is in the your store folder located in your wamp "www" folder.  If you do see the "footer.php" file just edit the index.php file in the your store template folder and change as follows, this will remove the footer and should correct  your below error:

Find: 

<p class="s5_user9"><?php include("templates/yourstore/footer.php"); ?></p>

And change to:

<p class="s5_user9"></p>

If you still are having problems, let me know. I also was unable to view the screenshot you posted a link to.

Regards,


: Re: Template doesnt work on our server
: max1987 July 30, 2007, 02:48:05 AM
Thanks for your reply, the footer problem is fixed by replacing the text.
Now I have installed a XAMPP (1.6.3a) Server and installed Joomla, Virtuemart and the template, but it still doesnt work on this server too.
In a few weeks I am able to test it all on a real webserver which should work properly.

Here is a new link to the screenshot.
(http://aycu17.webshots.com/image/24536/2000204604519430723_rs.jpg)

Regards,

Max


: Re: Template doesnt work on our server
: jonahh July 31, 2007, 11:28:03 AM
Max,

It looks like the Your Store CSS isn't being applied to the site.  I'm not sure why without physically seeing the site and viewing the source.  All I can say is verify that the CSS is being called.  You can right click and do "view source"  look near the top of the HTML code for something similar to the below.  You might have to type in a static in the index.php file for the CSS href.  I would just verify that when you view source and see the below that the directory the source is pointing to actually has the CSS files in in.


<link href="http://www.shape5.com/demo/your_store/templates/yourstore/css/template_css.css" rel="stylesheet" type="text/css" media="screen" />


<link href="http://www.shape5.com/demo/your_store/templates/yourstore/css/color6.css" rel="stylesheet" type="text/css" media="screen" />

I hope this helps!

Regards,


: Re: Template doesnt work on our server
: max1987 July 31, 2007, 12:30:51 PM
Thanks for your reply.
When viewing the source code everything seems to be fine (Attachement).

Regards,

Max


: Re: Template doesnt work on our server
: jonahh August 01, 2007, 08:21:38 PM
Max,

This is very strange, I am running the same version of WAMP and the template runs fine.  You could try the following and possibly it might help:

Change the path in the index.php file as follows:

<link href="http://localhost/joomla/templates/yourstore/css/template_css.css" rel="stylesheet" type="text/css" media="screen" />

Change to:

<link href="templates/yourstore/css/template_css.css" rel="stylesheet" type="text/css" media="screen" />

Regards,


: Re: Template doesnt work on our server
: max1987 August 02, 2007, 09:30:41 AM
Thanks for your help, but this doesnt work either.
I'll wait till i get access to the real server and test it again.