![]() |
|
|||||||
| News and Announcements This is where you can read announcements regarding Vortech Inc. |
![]() |
|
|
Thread Tools | Display Modes |
|
#76
|
|||||||||||
|
|||||||||||
|
Yes, either use the PHP4 CGI Binary, or implement the Zend Compatability mode = Off ... if you find the compatability flag doesn't work when put in a .htaccess file then try putting it into your joomla global.php file as an ini_set comand instead.
ini_set('zend.ze1_compatibility_mode',0); |
|
#77
|
|||||||||||
|
|||||||||||
|
Unix23 has been upgraded.
|
|
#78
|
|||||||||||
|
|||||||||||
|
The rest of the upgrade schedule has been posted.
http://forum.vortechhosting.com/showthread-t_12038.html |
|
#79
|
|||||||||||
|
|||||||||||
|
Unix22 and Unix15 have been upgraded.
|
|
#80
|
|||||||||||
|
|||||||||||
|
Unix21 has been upgraded.
|
|
#81
|
||||||||||||
|
||||||||||||
|
What should i do with this url:
http://vortechhosting.com/downloads/php4 Support said to put that file into the cgibin, but it's not a file, and when i click it it just fills the browser with code... any ideas? |
|
#82
|
|||||||||||
|
|||||||||||
|
It's the PHP binary, right click save as then put in the cgi-bin as directed. Should work fine, has worked ok for me.
|
|
#83
|
|||||||||||
|
|||||||||||
|
.htaccess and php_flag | php_value settings are not read by PHP4 CGI binary
Just to note:
Any php_value or php_flag settings placed inside .htaccess files, when using PHP4 CGI binary, will NOT be read. You can use the php function ini_set('variable','value'); inside your scripts to do this. Another reference: http://forum.vortechhosting.com/show...tcount_45.html Last edited by Thomas : 05-26-2007 at 11:52 PM. |
|
#84
|
|||||||||||
|
|||||||||||
|
Unix19 and Unix20 have been upgraded.
|
|
#85
|
|||||||||||
|
|||||||||||
|
i am having issues with unix19 after upgrade, Not only php is not working but also domains are pointing to hsphere default page.
I have entered a ticket some miuntes ago |
|
#86
|
|||||||||||
|
|||||||||||
|
Quote:
There were some issues with the vhost files. Its been resolved. |
|
#87
|
|||||||||||
|
|||||||||||
|
The updates scheduled for today are going to be delayed due to a late hardware shipment. Sorry for any inconvenience.
|
|
#88
|
|||||||||||
|
|||||||||||
|
Quote:
They will be done tomorrow instead. |
|
#89
|
|||||||||||
|
|||||||||||
|
Unix17 and Unix18 have been upgraded.
The upgrades for Unix14 and Unix16 failed with disc errors. We will try those again on Monday. |
|
#90
|
|||||||||||
|
|||||||||||
|
Here are a couple of common problems and their solutions:
-------------------------------------------------- With some older versions of osCommerce, you will see an error with the 'this' object in the admin section after turning on display_errors. The object just needs to be renamed. Use this command to fix it quickly. The path obviously needs to be modified. sed -i ".bak" -e "s/this/thi/g" /hsphere/local/home/FTPUSER/DOMAIN.TLD/admin/includes/classes/upload.php --------------------------------------------------- If your software uses the path_info server variable, you might run into some trouble because of a bug in PHP5. I've seen this break the links in ExpressionEngine. I'm sure it applies to other software as well. Try this in your htaccess file. I hear this fix breaks php_self, so hopefully you don't need to use both. php_value cgi.fix_pathinfo 0 --------------------------------------------------- |
![]() |
| 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 04:44 PM |
| Unix 4 down | Theoddity | Chit Chat Public | 2 | 01-08-2003 09:32 PM |