Zen Cart Logo
Forums / Addon Admin Tools / Super Orders v4.0 Support Thread for ZC v1.5.x

Super Orders v4.0 Support Thread for ZC v1.5.x

Sticky

Views: 172,100

Results 81 to 100 of 816
21 Dec 2012, 9:22 PM
#81
picandnix avatar

picandnix

Totally Zenned

Join Date:
Dec 2010
Location:
UK
Posts:
1,780
Plugin Contributions:
2

Super Orders v4.0 Support Thread for ZC v1.5.x

DivaVocals:

Ummm no... This was fixed in the current version..

:blush:
so so sorry, I think I need to catch up on some sleep don't I...
I was upgrading from 4.04 to 4.05 yet was looking at the file set for 4.04 :oops:

22 Dec 2012, 9:43 PM
#82
sunriseimports avatar

sunriseimports

New Zenner

Join Date:
Mar 2007
Posts:
24
Plugin Contributions:
0

Re: Super Orders v4.0 Support Thread for ZC v1.5.x

Hi i wonder if you solve the blank screen issue.any help will be appreciated

22 Dec 2012, 9:48 PM
#83
sunriseimports avatar

sunriseimports

New Zenner

Join Date:
Mar 2007
Posts:
24
Plugin Contributions:
0

Re: Super Orders v4.0 Support Thread for ZC v1.5.x

ak6000:

Hi Folks, I just tried to install super orders version 4.0.4 with no success!

I am currently running on ZC 1.5.0. which is upgraded from ZC 1.3.9h. In 1.3 version I had the supers order installed and was working just fine. When I upgraded to ZC 1.5.0 naturally it stopped working.

I carefully read and followed the instructions on the readme file. I renamed my admin folder name both in 1_Base_File folder and 2a_Modified_Core_file folder.

I did not installed 2b_Modified Core_Files-COWOA since I have not installed that add-on. To my knowledge I have not made any changes to invoice, orders or packingslip php files.

I logged into my admin prior to upload and once the upload was complete I went back to my admin page and clicked on configuration link and everything went away!

Now I can't even log into my admin site. I repeated upload twice and I am getting the same exact problem.

What am I doing wrong? I appreciate your help.

I wonder if you solve problem with blank screen issue . Any help will be appreciated.

22 Dec 2012, 10:25 PM
#84
sunriseimports avatar

sunriseimports

New Zenner

Join Date:
Mar 2007
Posts:
24
Plugin Contributions:
0

Re: Super Orders v4.0 Support Thread for ZC v1.5.x

sunriseimports:

I wonder if you solve problem with blank screen issue . Any help will be appreciated.

ubunte server
php 5.3
zencart version 1.50
Here is error
PHP Parse error: syntax error, unexpected '.' in /var/www/xxxx/xxxx/includes/classes/fpdf/fpdf.php on line 1047

23 Dec 2012, 8:14 AM
#85
picandnix avatar

picandnix

Totally Zenned

Join Date:
Dec 2010
Location:
UK
Posts:
1,780
Plugin Contributions:
2

Re: Super Orders v4.0 Support Thread for ZC v1.5.x

sunriseimports:

ubunte server
php 5.3
zencart version 1.50
Here is error
PHP Parse error: syntax error, unexpected '.' in /var/www/xxxx/xxxx/includes/classes/fpdf/fpdf.php on line 1047

yes, delete the . in that line mentioned. It'll still be blank as there's another of the same a little further down in same file, can't remember line off hand but error log will highlight it again.

25 Dec 2012, 10:15 PM
#86
picandnix avatar

picandnix

Totally Zenned

Join Date:
Dec 2010
Location:
UK
Posts:
1,780
Plugin Contributions:
2

Re: Super Orders v4.0 Support Thread for ZC v1.5.x

picandnix:

Sorry, badly worded. I meant the difference between the two lines (typt_ in 4.05 & super_ in 4.04).

still perplexed...
I've just installed email on 404 mod, every time I login to admin I receive an email stating that typt_stylesheet.css is not found. This stylesheet doesn't seem to be part of SU 4.05 either. Could you shed some light please Divavocals?

26 Dec 2012, 9:27 AM
#87
hipctech avatar

hipctech

Totally Zenned

Join Date:
Oct 2004
Location:
Surrey, BC, Canada
Posts:
1,466
Plugin Contributions:
1

Re: Super Orders v4.0 Support Thread for ZC v1.5.x

Hello there,
I just downloaded Super Orders v. 4.0.5 and after I uploaded the files and then tried to click on a link in my admin side everything went blank. I could not access any page. I had to remove all of them and reupload another way. But the same thing happened. After I spent hours on trying to upload and remove and find where I might have mistaken I decided to go the long route and find the bug with the code. I uploaded file by file until I found the problematic one. There is a bug in this file: admin/includes/classes/fpdf/fpdf.php. I have PHP version 5.2 and for me the error is that at line 1047 and 1329 there is a '.' there that should not be.
Line 1047:

ini_set('magic_quotes_runtime', .$mqr);

should be:

ini_set('magic_quotes_runtime', $mqr);

Line 1329

ini_set('magic_quotes_runtime', .$mqr);

should be:

ini_set('magic_quotes_runtime', $mqr);

Thank you for this great program.
May God bless you

26 Dec 2012, 9:56 AM
#88
picandnix avatar

picandnix

Totally Zenned

Join Date:
Dec 2010
Location:
UK
Posts:
1,780
Plugin Contributions:
2

Re: Super Orders v4.0 Support Thread for ZC v1.5.x

HiPCTech:

Hello there,
I just downloaded Super Orders v. 4.0.5 and after I uploaded the files and then tried to click on a link in my admin side everything went blank. I could not access any page. I had to remove all of them and reupload another way. But the same thing happened. After I spent hours on trying to upload and remove and find where I might have mistaken I decided to go the long route and find the bug with the code. I uploaded file by file until I found the problematic one. There is a bug in this file: admin/includes/classes/fpdf/fpdf.php. I have PHP version 5.2 and for me the error is that at line 1047 and 1329 there is a '.' there that should not be.
Line 1047:

ini_set('magic_quotes_runtime', .$mqr);

>    should be:
> ```php
ini_set('magic_quotes_runtime', $mqr);

Line 1329

ini_set('magic_quotes_runtime', .$mqr);

>   should be:
> ```php
ini_set('magic_quotes_runtime', $mqr);

Thank you for this great program.
May God bless you

Just as discussed two post before you :-)

26 Dec 2012, 5:26 PM
#89
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Super Orders v4.0 Support Thread for ZC v1.5.x

picandnix:

Just as discussed two post before you :-)but this is the RIGHT fix.. the previous "fixes" simply removed the offending lines.. this fixes my my typo..

27 Dec 2012, 7:57 AM
#90
hipctech avatar

hipctech

Totally Zenned

Join Date:
Oct 2004
Location:
Surrey, BC, Canada
Posts:
1,466
Plugin Contributions:
1

Re: Super Orders v4.0 Support Thread for ZC v1.5.x

I am glad that the problem is solved. :)

29 Dec 2012, 8:57 PM
#91
jund avatar

jund

Zen Follower

Join Date:
Sep 2006
Location:
Ruckersville, VA, USA
Posts:
276
Plugin Contributions:
0

Re: Super Orders v4.0 Support Thread for ZC v1.5.x

Thank you for keeping us abreast of fixes; however, my Super Orders is still blank. I am using version 4.05 on ZC 1.5 and it is blank in all browsers. The way I tested it was to copy and save my original admin folder as admin-sav. Then I uploaded the renamed folders into my original admin folder. When I use the new admin folder, I get the blank screen. I went back and took out the periods as was suggested and it still fails.
My configuration:
[TABLE="width: 0"]

29 Dec 2012, 8:59 PM
#92
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Super Orders v4.0 Support Thread for ZC v1.5.x

jund:

Thank you for keeping us abreast of fixes; however, my Super Orders is still blank. I am using version 4.05 on ZC 1.5 and it is blank in all browsers. The way I tested it was to copy and save my original admin folder as admin-sav. Then I uploaded the renamed folders into my original admin folder. When I use the new admin folder, I get the blank screen. I went back and took out the periods as was suggested and it still fails.
My configuration:
[TABLE="width: 0"]
Well we can't GUESS what's wrong.. Blank page = Errors.. So posts the results of your error log... Your Super Orders configuration tells us absolutely nothing as it is unlikely that the configuration would cause an error.. Also you say "your Super Orders is still blank".. Not entirely sure what that means.. Is the order page blank?? the whole admin is blank?? another Super Orders feature is giving you blank pages?? You need to provide better details of the issue, and you need to post the results of your error log..

29 Dec 2012, 9:10 PM
#93
jund avatar

jund

Zen Follower

Join Date:
Sep 2006
Location:
Ruckersville, VA, USA
Posts:
276
Plugin Contributions:
0

Re: Super Orders v4.0 Support Thread for ZC v1.5.x

Thank you for the quick response... My sincere apologies for not including the error log. I have all blank pages (just like the other folks) and I will look at the error log first prior to posting anymore. I was attempting to update the info on the last message and it timed out before I finished... my fault.
Respectfully,
jund (john underwood)

30 Dec 2012, 9:22 AM
#94
karinvd avatar

karinvd

New Zenner

Join Date:
Nov 2012
Location:
Utrecht, Nederland
Posts:
43
Plugin Contributions:
0

Re: Super Orders v4.0 Support Thread for ZC v1.5.x

Thank you for putting so much effort in this problem, and share it with us, the rest of the world. You just made my day :-)

:-D very happy face after ours of searching, next time I look here first...in stead of thinking "I must have done something wrong while merging.."

9 Jan 2013, 10:41 PM
#95
cageman5555 avatar

cageman5555

New Zenner

Join Date:
Jan 2013
Posts:
3
Plugin Contributions:
0

Re: Super Orders v4.0 Support Thread for ZC v1.5.x

Hello, and thank you in advance for any help received. We are trying to launch our new site very soon and can not until we get SO working properly.

Zencart 1.5.1
Super Orders 4.0.5 (in admin-config-super orders-version it says 4.0.2)

Recently Installed Super orders because i had it on a few other sites older versions though and i loved it. As soon as i installed it i came up with blank pages when i went to initiate the installer after FTP the files to my server. Click on link after being logged in and after uploading and blank. Read through forum found answer was to delete "." in the fpdf file.
Did that and my admin page came back and said super orders was now installed. Everything now works except for when i go to click on Customers-Orders it goes blank using firefox and using IE it says internal server error. Here is my log file.

[09-Jan-2013 15:22:31] PHP Fatal error: Call to a member function get_content_type() on a non-object in /home/content/33/7466633/html/New Site/MidAdmin/includes/classes/order.php on line 244

and this is the only error. It repeats everytime i click on Customers-Orders. Thank you for this awesome add-on by the way

9 Jan 2013, 10:43 PM
#96
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Super Orders v4.0 Support Thread for ZC v1.5.x

cageman5555:

Hello, and thank you in advance for any help received. We are trying to launch our new site very soon and can not until we get SO working properly.

Zencart 1.5.1
Super Orders 4.0.5 (in admin-config-super orders-version it says 4.0.2)

Recently Installed Super orders because i had it on a few other sites older versions though and i loved it. As soon as i installed it i came up with blank pages when i went to initiate the installer after FTP the files to my server. Click on link after being logged in and after uploading and blank. Read through forum found answer was to delete "." in the fpdf file.
Did that and my admin page came back and said super orders was now installed. Everything now works except for when i go to click on Customers-Orders it goes blank using firefox and using IE it says internal server error. Here is my log file.

[09-Jan-2013 15:22:31] PHP Fatal error: Call to a member function get_content_type() on a non-object in /home/content/33/7466633/html/New Site/MidAdmin/includes/classes/order.php on line 244

and this is the only error. It repeats everytime i click on Customers-Orders. Thank you for this awesome add-on by the way
My instinct says that this line is not altered by SO4.. Sounds like some other add-on is the issue here.. What does line 244 say??

9 Jan 2013, 11:02 PM
#97
cageman5555 avatar

cageman5555

New Zenner

Join Date:
Jan 2013
Posts:
3
Plugin Contributions:
0

Re: Super Orders v4.0 Support Thread for ZC v1.5.x

$this->content_type = $_SESSION['cart']->get_content_type();

9 Jan 2013, 11:11 PM
#98
cageman5555 avatar

cageman5555

New Zenner

Join Date:
Jan 2013
Posts:
3
Plugin Contributions:
0

Re: Super Orders v4.0 Support Thread for ZC v1.5.x

i fixed it and now feel stupid for wasting your time i know your busy. thank you though for your help and input!!!

Fix was separate add-on that had an extra "." so i deleted it.

10 Jan 2013, 1:25 AM
#99
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Super Orders v4.0 Support Thread for ZC v1.5.x

cageman5555:

i fixed it and now feel stupid for wasting your time i know your busy. thank you though for your help and input!!!

Fix was separate add-on that had an extra "." so i deleted it.I figured that it was another add-on at work here.. Glad you got it worked out..

13 Jan 2013, 4:28 PM
#100
imnotbadguy avatar

imnotbadguy

New Zenner

Join Date:
Jan 2013
Posts:
1
Plugin Contributions:
0

Re: Super Orders v4.0 Support Thread for ZC v1.5.x

I am totally newbie for Zen-cart after I download and install the zen-cart 1.5.1 and I was try to install the super order 4.5 to my site. But after I follow the read me rename the folder and copy & paste the files to the zen-cart then I click the link on admin panel it come up 500 Error.( I try on both Platform windows iis and linux apache both have same issue) Do I missed some steps? Thanks