![]() |
|
|||||||
| News and Announcements This is where you can read announcements regarding Vortech Inc. |
![]() |
|
|
Thread Tools | Display Modes |
|
#91
|
||||||||||||
|
||||||||||||
|
Yeah i had that problem too with oscommerce and use this easy fix:
admin/includes/classes/upload.php on line 31, edit $this = null; to this: unset($this); |
|
#92
|
|||||||||||
|
|||||||||||
|
Unix9, Unix11, Unix12, Unix14, and Unix16 have been upgraded.
Unix10 failed and will be retried on Thursday. |
|
#93
|
||||
|
||||
|
Thanks for fix posting
I am soooo glad you posted this. My osCommerce site was inoperable until I put the fix pathinfo into place.
Quote:
__________________
Mark |
|
#94
|
|||||||||||
|
|||||||||||
|
Unix10 has been upgraded.
|
|
#95
|
|||||||||||
|
|||||||||||
|
Unix3 has been upgraded.
Unix6, Unix7, and Unix8 have been delayed due to unforseen hardware incompatabilities. |
|
#96
|
|||||||||||
|
|||||||||||
|
Unix2, Unix1, and Unix(0) have been upgraded.
|
|
#97
|
|||||||||||
|
|||||||||||
|
Unix4 and Unix6 have been upgraded. The only unix servers that haven't been upgraded now are Unix5, Unix7, and Unix8. We're waiting on hardware for these three.
|
|
#98
|
|||||||||||
|
|||||||||||
|
All of the Unix upgrades are complete. We're running PHP 5 on all Unix servers now.
|
|
#99
|
|||||||||||
|
|||||||||||
|
Anyone recall what the version was of PHP previously on Unix8? having a hard time getting an app to run under PHP4 on this server now using the binary supplied which is I think 4.4.6 (this is a pretty old app so I'm just wondering if it's PHP version related or something else).
|
|
#100
|
|||||||||||
|
|||||||||||
|
Quote:
I believe it was 4.4.3. I doubt the difference between that and 4.4.6 would cause any problems. It probably has more to do with running PHP4 from CGI now instead of as an Apache mod. |
|
#101
|
|||||||||||
|
|||||||||||
|
Thanks Josh, I didn't think there would have been too big of a version jump and knew I was pretty much grasping for straws so to speak, I spent a few hours attacking the code and managed to get it to run under PHP5 in the end, it was an early Invision Power Board forum version 1.1 which I'm actually pretty surprised I managed to get working finally.
|
|
#102
|
||||||||||||
|
||||||||||||
|
I was having some trouble getting an old script working (PDF support was lost in the upgrade to PHP5), and I didn't want to enforce php4 throughout the site. So I put this in my htaccess file, and changed the extension of the affected php file to .php4:
Action php4-script /cgi-bin/php4 AddHandler php4-script .php4 That was easy in theory, but hard in practice. First, there was something wrong with the phpbinary from the vortech downloads that the techs had to fix. Then I realized that all includes had to also function as php4 files - which, at last for how I code, meant a ton a files had to be copied and renamed. In the end, I realized that vortech forgot to compile php4 with support for mysql. Still waiting on VT's answer on this. As for the threat that you'll be turning off php4 at the end of the year - that's all well and good, but I'd suggest you please provide an upgrade path for pdf (yes, I know there are free options, but nothing as easy as php4+pdf_new) |
|
#103
|
||||||||||||
|
||||||||||||
|
Quote:
This is not quite true. That is exactly the same binary that was working for years which is why it is odd that there is no MySQL support listed in phpinfo. Please, try and refrain from posting comments such as these if you do not have all the facts. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unix 1 | matthewshull | Chit Chat Public | 1 | 08-05-2004 03:44 PM |
| Unix 4 down | Theoddity | Chit Chat Public | 2 | 01-08-2003 08:32 PM |