Page 8 of 36 FirstFirst ... 67891018 ... LastLast
Results 71 to 80 of 360
  1. #71
    Join Date
    Jun 2009
    Posts
    55
    Plugin Contributions
    0

    Default Re: Big Royal Mail 3.0

    As for the parse error I found this tutorial:
    http://www.zen-cart.com/content.php?...8or-similar%29
    I tried to find out the backslash but I could not see anything.
    And for the warning and fatal error I don't know where to turn.
    Any help would be really appreciated.
    Many thanks

  2. #72
    Join Date
    Jun 2009
    Posts
    55
    Plugin Contributions
    0

    Default Re: Big Royal Mail 3.0

    Hello,

    I've still the same situation, blank page in the shipping module in the admin area; therefore blank in the estimate shipping in the website, and also completely blank in the checkout page, if you try to buy anything.

    But after having uploaded the includes folder again I only get one error (instead of several as previously happened) in the cache log, this one:

    Code:
    [12-May-2013 06:36:55] PHP Parse error:  syntax error, unexpected T_STRING in /includes/languages/english/modules/shipping/economy.php on line 18
    I really appreciate in anyone can help me with this, it's been three days now with this problem and I'm a bit concerned.

    Many thanks in advance

  3. #73
    Join Date
    Jun 2009
    Posts
    55
    Plugin Contributions
    0

    Default Re: Big Royal Mail 3.0

    Is there any possibility to have some help with this problem. It's been 4 days now and still I'm unable to see how to solve this.

    I get this error:
    Code:
    PHP Parse error:  syntax error, unexpected T_STRING in /home/argos33/public_html/includes/languages/english/modules/shipping/economy.php on line 18
    And on line 18 I cannot see anything wrong. This is the whole file:

    Code:
    <?php
    /*
    
    ParcelForce version 3.0, released under GPL v2.0
    
    see CREDITS.txt for the contributors and support forum.
    
    */
    
    define('MODULE_SHIPPING_ECONOMY_TEXT_TITLE', '<strong>ParcelForce</strong>&reg; global<strong>economy</strong>');
    define('MODULE_SHIPPING_ECONOMY_TEXT_UNITS', 'kg(s)');
    
    if(!defined('MODULE_SHIPPING_ECONOMY_TEXT_DESCRIPTION')){
    	define('MODULE_SHIPPING_ECONOMY_TEXT_DESCRIPTION', MODULE_SHIPPING_ECONOMY_TEXT_TITLE.'; 
    }
    
    for($define_tables=4; $define_tables<=9; $define_tables++){
    	if(!defined('MODULE_SHIPPING_ECONOMY_GEOZONE_'.$define_tables.'_TABLE_1')){
    		define('MODULE_SHIPPING_ECONOMY_GEOZONE_'.$define_tables.'_TABLE_1', NULL);	
    	}
    }
    
    // define('MODULE_SHIPPING_ECONOMY_GEOZONE_4_TABLE_1', NULL);
    // define('MODULE_SHIPPING_ECONOMY_GEOZONE_5_TABLE_1', NULL);
    // define('MODULE_SHIPPING_ECONOMY_GEOZONE_6_TABLE_1', NULL);
    // define('MODULE_SHIPPING_ECONOMY_GEOZONE_7_TABLE_1', NULL);
    // define('MODULE_SHIPPING_ECONOMY_GEOZONE_8_TABLE_1', NULL);
    // define('MODULE_SHIPPING_ECONOMY_GEOZONE_9_TABLE_1', NULL);
    
    
    define('MODULE_SHIPPING_ECONOMY_GEOZONE_10_TEXT_TITLE', MODULE_SHIPPING_ECONOMY_TEXT_TITLE);
    define('MODULE_SHIPPING_ECONOMY_GEOZONE_10_ICON', 'shipping_parcelforce.gif');
    define('MODULE_SHIPPING_ECONOMY_GEOZONE_10_TABLE_1_TEXT_WAY', 'World Zone 10');
    define('MODULE_SHIPPING_ECONOMY_GEOZONE_10_MODE', 'weight');
    
    
    define('MODULE_SHIPPING_ECONOMY_GEOZONE_11_TEXT_TITLE', MODULE_SHIPPING_ECONOMY_TEXT_TITLE);
    define('MODULE_SHIPPING_ECONOMY_GEOZONE_11_ICON', 'shipping_parcelforce.gif');
    define('MODULE_SHIPPING_ECONOMY_GEOZONE_11_TABLE_1_TEXT_WAY', 'World Zone 11');
    define('MODULE_SHIPPING_ECONOMY_GEOZONE_11_MODE', 'weight');
    
    
    define('MODULE_SHIPPING_ECONOMY_GEOZONE_12_TEXT_TITLE', MODULE_SHIPPING_ECONOMY_TEXT_TITLE);
    define('MODULE_SHIPPING_ECONOMY_GEOZONE_12_ICON', 'shipping_parcelforce.gif');
    define('MODULE_SHIPPING_ECONOMY_GEOZONE_12_TABLE_1_TEXT_WAY', 'World Zone 12');
    define('MODULE_SHIPPING_ECONOMY_GEOZONE_12_MODE', 'weight');
    
    
    define('MODULE_SHIPPING_ECONOMY_TEXT_UNDERMINTOTAL', MODULE_SHIPPING_ECONOMY_TEXT_TITLE.' is only available for orders over &pound;');
    define('MODULE_SHIPPING_ECONOMY_TEXT_OVERMAXTOTAL', MODULE_SHIPPING_ECONOMY_TEXT_TITLE.' is only available for orders under &pound;');
    If there is anything wrong I cannot see it. If somebody can help me I would very grateful.

  4. #74
    Join Date
    Jun 2009
    Posts
    55
    Plugin Contributions
    0

    Default Re: Big Royal Mail 3.0

    My sincere apologies if I'm a bit of a pain. But I'm really stuck and as I said in my previous posts I don't see how to sort this problem out .

    I run the uninstall all SQL, installed the module again, and I have the same problem:

    Code:
    [13-May-2013 09:53:33] PHP Parse error:  syntax error, unexpected T_STRING in /home/argos33/public_html/includes/languages/english/modules/shipping/economy.php on line 18
    Is it possible that there is no solution to this? I cannot believe it, there must be some way to sort this out.

  5. #75
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Big Royal Mail 3.0

    This line looks incorrect:
    Code:
    	define('MODULE_SHIPPING_ECONOMY_TEXT_DESCRIPTION', MODULE_SHIPPING_ECONOMY_TEXT_TITLE.';
    Try using:
    Code:
    	define('MODULE_SHIPPING_ECONOMY_TEXT_DESCRIPTION', MODULE_SHIPPING_ECONOMY_TEXT_TITLE.');
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  6. #76
    Join Date
    Jun 2009
    Posts
    55
    Plugin Contributions
    0

    Default Re: Big Royal Mail 3.0

    Many thanks Ajeh for your reply. I did what you suggested and still the same error:

    Code:
    [13-May-2013 12:04:03] PHP Parse error:  syntax error, unexpected T_STRING in /home/argos33/public_html/includes/languages/english/modules/shipping/economy.php on line 18
    I've been trying for the past three quarters of an hour to see if small changes around these lines would solve the problem but to no avail.

    The thing is that this file was already in the pack previously to the updating and there was no problem with it. And now this, it's a bit puzzling.

  7. #77
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Big Royal Mail 3.0

    I goobered ...

    You have:
    Code:
    	define('MODULE_SHIPPING_ECONOMY_TEXT_DESCRIPTION', MODULE_SHIPPING_ECONOMY_TEXT_TITLE.';
    So you are appear to be trying to define the MODULE_SHIPPING_ECONOMY_TEXT_DESCRIPTION as MODULE_SHIPPING_ECONOMY_TEXT_TITLE but for that you need to use:
    Code:
    	define('MODULE_SHIPPING_ECONOMY_TEXT_DESCRIPTION', MODULE_SHIPPING_ECONOMY_TEXT_TITLE);
    by removing the .'

    Otherwise, if you want to define that as some other text you would use:
    Code:
    	define('MODULE_SHIPPING_ECONOMY_TEXT_DESCRIPTION', 'Your text here');
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  8. #78
    Join Date
    Jun 2009
    Posts
    55
    Plugin Contributions
    0

    Default Re: Big Royal Mail 3.0

    Ajeh! It worked like a charm! Everything is fine now.
    I had to go through 13 files that presented the same problem. But I have no more errors now. I'm still puzzled why in the past worked with those errors, but anyway, after these last three days everything is alright now.
    Thank you very much.

  9. #79
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Big Royal Mail 3.0

    Thanks for the update that this is now working correctly for you ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  10. #80
    Join Date
    Apr 2009
    Posts
    469
    Plugin Contributions
    2

    Default Re: Big Royal Mail 3.0

    Quote Originally Posted by budy View Post
    I have just updated to the new version Big Royal Mail - Version: 3.1.0b. I followed the docs guide, and it seems that I did something wrong. In the admin area the shipping module is blank and from the debug files this is what I got:
    PHP Code:
    [09-May-2013 12:33:30PHP Parse error:  syntax errorunexpected T_STRING in  /public_html/includes/languages/english/modules/shipping/economy.php on line 18 
    and
    PHP Code:
    [09-May-2013 12:36:00PHP Warning:  include_once(includes/modules/shipping/rm2ndpacket.php) [<a href='function.include-once'>function.include-once</a>]: failed to open streamNo such file or directory in /public_html/includes/classes/shipping.php on line 58
    [09-May-2013 12:36:00PHP Warning:  include_once() [<a href='function.include'>function.include</a>]: Failed opening 'includes/modules/shipping/rm2ndpacket.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php'in /public_html/includes/classes/shipping.php on line 58
    [09-May-2013 12:36:00PHP Fatal error:  Class 'rm2ndpacket' not found in /public_html/includes/classes/shipping.php on line 59 
    I don't know what to do, could someone give me a hand. Many thanks in advance
    There , looks like you might have two problems. Firstly you have a module that is not part of royal mail economy.php assuming you do not use this you need to delete it from /public_html/includes/languages/english/modules/shipping/economy.php
    The second issue rm2ndpacket.php should have been deleted from /public_html/includes/languages/english/modules/shipping/ and /public_html/includes/modules/shipping/ this has been replaced with small and medium parcel. Also you should have deleted rm1stpacket.php and the Sql script UpdateFrom3.0.sql run to remove the entries from the database.
    Mark Brittain
    http:\\innerlightcrystals.co.uk\sales\

 

 
Page 8 of 36 FirstFirst ... 67891018 ... LastLast

Similar Threads

  1. v154 Big / Basic Royal Mail??
    By Man from Mars in forum Addon Shipping Modules
    Replies: 1
    Last Post: 19 Apr 2016, 02:07 PM
  2. big royal mail module
    By Sushigal in forum Addon Shipping Modules
    Replies: 3
    Last Post: 25 Nov 2009, 04:58 PM
  3. Big Royal mail
    By ben harry in forum Addon Shipping Modules
    Replies: 2
    Last Post: 20 Jul 2008, 01:11 PM
  4. Big Royal Mail - Big Error - Shipping Abroad
    By bleazy in forum Addon Shipping Modules
    Replies: 0
    Last Post: 14 Jul 2008, 03:01 PM
  5. Warning: Big Royal Mail
    By Rookie gone MAD! in forum Addon Shipping Modules
    Replies: 2
    Last Post: 11 Sep 2007, 08:33 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR