-
Content count
14 -
Joined
-
Last visited
Everything posted by Mazer
-
Windows does not have CHMOD, what are the appropriate permissions for windows?
-
Hello, I have created a product_info.php.html and testing it on a local server, it did not work. I have used this technique to create a unique index and it worked. If I place the file in the current template on the live server it renders. Local server is XAMMPP on windows, does anyone know a way to get it to render on the local version?
-
I use V2.2 RC2a, I have the templating system working online.
-
Found the solution here Silly whitespace!
-
Thanks I was head scratching over this error - never occured to me that one empty line counted as output.
-
Small error noted that was causing some people to process after cancelling even with the new contribution. //line 133: <meta http-equiv="refresh" content="0; url=<?php echo tep_href_link(FILENAME_CHECKOUT_PROCESS, tep_session_name() . '=' . $_POST['M_sid'] . '&hash=' . $_POST['hash'], 'SSL', false); ?>"> //Should be <meta http-equiv="refresh" content="0; url=<?php echo tep_href_link(FILENAME_CHECKOUT_PAYMENT, tep_session_name() . '=' . $_POST['M_sid'] . '&hash=' . $_POST['hash'], 'SSL', false); ?>"> I no have anothere query, I get this error and I am wondering if anyone can stop it displaying: <b>Warning</b>: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cookie - headers already sent by (output started at /home/site/public_html/ext/modules/payment/worldpay/junior_callback.php:25) in <b>/home/site/public_html/includes/functions/sessions.php</b> on line <b>102</b><br /> <br /> <b>Warning</b>: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/site/public_html/ext/modules/payment/worldpay/junior_callback.php:25) in <b>/home/site/public_html/includes/functions/sessions.php</b> on line <b>102</b><br />
-
Cannot gain access to includes folder 403 Forbidden.
Mazer posted a topic in General Add-Ons Support
Hello all, I have set up an osCommerce site with the SEO URLs 5 and the STS templating system. My problem comes from the template stylesheet not displaying, if I view the source and click the stylesheet link I get a 403 error. I commented out the .htaccess commands in the includes folder and still nothin. I also still have the $htmlparams showing from sts - but that is a different problem. Can anyone ofer any insight? The site is http://www.cute-charms.com, the source is looking for the css files in includes/sts_templates/blue_hash/style.css and I can confirm it is on the server. I wonder if it is SEO URLs that is interefering? -
This worked wonders for me :D Thanks very much.