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:
PHP Code:
ini_set('magic_quotes_runtime', .$mqr);
should be:
PHP Code:
ini_set('magic_quotes_runtime', $mqr);
Line 1329
PHP Code:
ini_set('magic_quotes_runtime', .$mqr);
should be:
PHP Code:
ini_set('magic_quotes_runtime', $mqr);
Thank you for this great program.
May God bless you
Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)
Quote:
Originally Posted by
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:
PHP Code:
ini_set('magic_quotes_runtime', .$mqr);
should be:
PHP Code:
ini_set('magic_quotes_runtime', $mqr);
Line 1329
PHP Code:
ini_set('magic_quotes_runtime', .$mqr);
should be:
PHP Code:
ini_set('magic_quotes_runtime', $mqr);
Thank you for this great program.
May God bless you
Just as discussed two post before you :-)
Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)
Quote:
Originally Posted by
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..
Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)
I am glad that the problem is solved. :)
Re: Super Orders v4.0 Support Thread
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"]
Re: Super Orders v4.0 Support Thread
Quote:
Originally Posted by
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..
Re: Super Orders v4.0 Support Thread
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)
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.."
Re: Super Orders v4.0 Support Thread
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
Re: Super Orders v4.0 Support Thread
Quote:
Originally Posted by
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??