Jump to content

Help help, big problem!!


Guest cue1982@hotmail.com

Recommended Posts

When I go to the webshop I get following error:

Parse error: parse error, unexpected $, expecting ')' in /home/httpd/vhosts/eurozippo.com/httpdocs/includes/currencyVars.inc.php on line 44

and that's it, he doesn't go any further than that, this occured after a proper install,

I removed the install folder and went to check my site, then it gave the error mentioned above.

Anyone knows how to solve this?

Thanx,

Q

Link to comment
Share on other sites

Here it is

<?php

/*

+--------------------------------------------------------------------------

|  CubeCart v3.0.3

|  ========================================

|  by Alistair Brookbanks

| CubeCart is a Trade Mark of Devellion Limited

|  © 2005 Devellion Limited

|  Devellion Limited,

|  Westfield Lodge,

|  Westland Green,

|  Little Hadham,

|  Nr Ware, HERTS.

|  SG11 2AL

|  UNITED KINGDOM

http://www.devellion.com

| UK Private Limited Company No. 5323904

|  ========================================

|  Web: http://www.cubecart.com

|  Date: Thursday, 22 September 2005

|  Email: info (at) cubecart (dot) com

| License Type: CubeCart is NOT Open Source Software and Limitations Apply

|  Licence Info: http://www.cubecart.com/site/faq/license.php

+--------------------------------------------------------------------------

| currencyVars.inc.php

|  ========================================

| Gets Currency Array

+--------------------------------------------------------------------------

*/

if(!isset($config)){

echo "<html>\r\n<head>\r\n<title>Forbidden 403</title>\r\n</head>\r\n<body><h3>Forbidden 403</h3>\r\nThe document you are requesting is forbidden.\r\n</body>\r\n</html>";

exit;

}

$override = array("viewOrder" => 1, "viewOrders" => 1);

$page = $_GET['act'];

if(isset($override[$page]) && $override[$page] == 1){

$cCode = $config['defaultCurrency'];

} elseif(!empty($ccUserD

Hope you can solve it...

Thx,

Q

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...