Jump to content

Install of


gazza

Recommended Posts

This is very strange, I found that firefox worked okay with 3.0.1 okay, after trying to set it up, firefox went the same way as IE, I'm now not able to see the store or ACP with Firefox and looks the same as it does using IE. :)

Link to comment
Share on other sites

This is what I get...

Warning: Array to string conversion in /web/home/httpd/vhosts/haltonmusic.co.uk/httpdocs/store/language/en/lang.inc.php on line 2234



Warning: Undefined index: HTTPS in /web/home/httpd/vhosts/haltonmusic.co.uk/httpdocs/store/includes/sslSwitch.inc.php on line 70



Warning: Undefined index: HTTPS in /web/home/httpd/vhosts/haltonmusic.co.uk/httpdocs/store/includes/sslSwitch.inc.php on line 78



Warning: Cannot send session cookie - headers already sent by (output started at /web/home/httpd/vhosts/haltonmusic.co.uk/httpdocs/store/language/en/lang.inc.php:2234) in /web/home/httpd/vhosts/haltonmusic.co.uk/httpdocs/store/admin/includes/auth.inc.php on line 36



Warning: Cannot send session cache limiter - headers already sent (output started at /web/home/httpd/vhosts/haltonmusic.co.uk/httpdocs/store/language/en/lang.inc.php:2234) in /web/home/httpd/vhosts/haltonmusic.co.uk/httpdocs/store/admin/includes/auth.inc.php on line 36



Warning: Cannot add header information - headers already sent by (output started at /web/home/httpd/vhosts/haltonmusic.co.uk/httpdocs/store/language/en/lang.inc.php:2234) in /web/home/httpd/vhosts/haltonmusic.co.uk/httpdocs/store/admin/includes/auth.inc.php on line 38

Link to comment
Share on other sites

Warning: Array to string conversion in /web/home/httpd/vhosts/haltonmusic.co.uk/httpdocs/store/language/en/lang.inc.php on line 2234

Warning above is reason of your trable. Whole $lang array is 'destroyed' on line 2234. This is curious because of the fact that front end works, admin login screen too :D .

Im expecting that:

1. lang.inc.php is unmodified.

2. your screen dump ACP - this is first 'screen' after login

Could you make another admin login for me (no super user)? Please, send me a PM with...

Link to comment
Share on other sites

Guest rainmakerx

i actually had the same problem with the sslSwitch.inc.php file

Notice: Undefined index: HTTPS in /home/jbmascx/public_html/cubecart/includes/sslSwitch.inc.php on line 71

Notice: Undefined index: HTTPS in /home/jbmascx/public_html/cubecart/includes/sslSwitch.inc.php on line 79

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/jbmascx/public_html/cubecart/includes/sslSwitch.inc.php:71) in /home/jbmascx/public_html/cubecart/admin/includes/auth.inc.php on line 36

Warning: Cannot modify header information - headers already sent by (output started at /home/jbmascx/public_html/cubecart/includes/sslSwitch.inc.php:71) in /home/jbmascx/public_html/cubecart/admin/includes/auth.inc.php on line 39

i resolved it by just adding this statement in the sslSwitch.inc.php file before line 71

if(isset($_SERVER["HTTPS"]))

and it seems to work. I'm on a server that doesn't support ssl yet so maybe that's why it can't find that variable

Link to comment
Share on other sites

i actually had the same problem with the sslSwitch.inc.php file

Notice: Undefined index: HTTPS in /home/jbmascx/public_html/cubecart/includes/sslSwitch.inc.php on line 71

Notice: Undefined index: HTTPS in /home/jbmascx/public_html/cubecart/includes/sslSwitch.inc.php on line 79

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/jbmascx/public_html/cubecart/includes/sslSwitch.inc.php:71) in /home/jbmascx/public_html/cubecart/admin/includes/auth.inc.php on line 36

Warning: Cannot modify header information - headers already sent by (output started at /home/jbmascx/public_html/cubecart/includes/sslSwitch.inc.php:71) in /home/jbmascx/public_html/cubecart/admin/includes/auth.inc.php on line 39

i resolved it by just adding this statement in the sslSwitch.inc.php file before line 71

if(isset($_SERVER["HTTPS"]))

and it seems to work.  I'm on a server that doesn't support ssl yet so maybe that's why it can't find that variable

No, this is not the same problem.

Generally - u are correct, but high level reporting is almost not necessary. :D

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...