Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Unexpected T_STRING on my admin configure?why?


lindsayanng

Recommended Posts

I am working on a new store for someone, and they have a domain with a different host, and do not want to switch it over to their NEW host until this store is entirely done, so i am working with a temp. domain..

 

I set up the catalog configure with no issues, but i am getting an unexpected T_STRING on line 3 of my configure file, but i have NO IDEA why

 

here are the first few lines:

<?php
 define('HTTP_SERVER', 'http://74.220.215.58/~leftcoa3/');
 define('HTTPS_SERVER', 'http://74.220.215.58/~leftcoa3/');
 define('ENABLE_SSL', false);

 

what is wrong here?? there is no secure server yet..

A great place for newbies to start

Road Map to oscommerce File Structure

DO NOT PM ME FOR HELP. My time is valuable, unless i ask you to PM me, please dont. You will get better help if you post publicly. I am not as good at this as you think anyways!

 

HOWEVER, you can visit my blog (go to my profile to see it) and post a question there, i will find time to get back and answer you

 

Proud Memeber of the CODE BREAKERS CLUB!!

Link to comment
Share on other sites

I am working on a new store for someone, and they have a domain with a different host, and do not want to switch it over to their NEW host until this store is entirely done, so i am working with a temp. domain..

 

I set up the catalog configure with no issues, but i am getting an unexpected T_STRING on line 3 of my configure file, but i have NO IDEA why

 

here are the first few lines:

<?php
 define('HTTP_SERVER', 'http://74.220.215.58/~leftcoa3/');
 define('HTTPS_SERVER', 'http://74.220.215.58/~leftcoa3/');
 define('ENABLE_SSL', false);

 

what is wrong here?? there is no secure server yet..

Looks ok to me.

Link to comment
Share on other sites

Looks like the catalog and not admin one to me.

:blush:

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

OH MY GOD.. i am a doaf! WHY do i make myself look like such an idiot.. yep, i was looking at the wrong file, and when i looked at the right one, it was staring me in the face..

 

a missing " ' "

A great place for newbies to start

Road Map to oscommerce File Structure

DO NOT PM ME FOR HELP. My time is valuable, unless i ask you to PM me, please dont. You will get better help if you post publicly. I am not as good at this as you think anyways!

 

HOWEVER, you can visit my blog (go to my profile to see it) and post a question there, i will find time to get back and answer you

 

Proud Memeber of the CODE BREAKERS CLUB!!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...