Latest News:
v1.2.0 Released Tonight!
on June 21, 2008, 05:12:05 PM [View]
Welcome, Guest. Please login or register.
July 24, 2008, 03:50:08 AM
Show Unread Posts | View Replies to Your Posts


Login with username, password and session length
cpCommerce Support  |  Version 1.x.x  |  Bug Reports  |  Resolved  |  Topic: Mutiple minor bugs 0 Members and 1 Guest are viewing this topic.
Pages: [1] Send this topic Print
Author Topic: Mutiple minor bugs  (Read 1030 times)
Jenius
Junior Member
*
Offline Offline

Posts: 25


View Profile WWW
« on: May 21, 2007, 05:35:30 AM »

template\default\index.html

Still has your site link as http://cpcommerce.org/

______________________


In the admin folder you have a few index.php that have:

Code:
<?php
  
// You are Not Allowed Here!
  
$page substr($_SERVER['PHP_SELF'], 0strrpos($_SERVER['PHP_SELF'], "/"));
  
$page substr($_SERVER['PHP_SELF'], 0strrpos($page"/"));
  
header("Location: http://{$_SERVER['HTTP_HOST']}{$page}");
?>


But it doesn’t seem to be working properly so I replaced it with:

Code:
<?php
header
("HTTP/1.1 301 Moved Permanently");
header("Location: http://{$_SERVER['HTTP_HOST']}");
exit();
?>



Also index.php is missing in a few places in the admin section (mostly minor places like images). But you should add it to images\products\downloads as well so people can’t access your downloads list. Personally I added it to every folder because there’s no need for anyone to access any of it.

______________________


Also the front page of your site has an error.
Report to moderator   Logged
cpradio
Administrator
Scholarly Member
*****
Offline Offline

Posts: 4012


cpradio


View Profile
« Reply #1 on: June 21, 2008, 04:10:03 PM »

This is in v1.2.0
Report to moderator   Logged
Pages: [1] Send this topic Print 
cpCommerce Support  |  Version 1.x.x  |  Bug Reports  |  Resolved  |  Topic: Mutiple minor bugs
Jump to:  

Related Topics
Subject Started by Replies Views Last post
very minor bug marquis 0 409 October 30, 2005, 10:24:22 AM
by marquis
identical product names bug bedio 4 557 January 05, 2007, 09:08:21 PM
by cpradio
Warning: Cannot use a scalar value as an array ravenpix 7 779 January 06, 2007, 09:22:32 AM
by cpradio
Not links in checkout review softnow 4 506 December 22, 2005, 06:59:18 PM
by softnow
View customer details in Admin « 1 2 » softnow 15 1234 March 29, 2007, 11:47:32 PM
by softnow

Powered by MySQL Powered by PHP cpCommerce Support | Powered by SMF 1.1.
© 2004, Simple Machines LLC. All Rights Reserved.
Valid XHTML 1.0! Valid CSS!