![]() |
|
|||||||
| Chit Chat Public Talk about any thing you want! This forum is public. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||||||||||
|
|||||||||||
|
Problem with wordpress in Vortech
I'm getting error 500 when I'm trying to install wordpress (lasted version) on a vortechhosting. I'm running 8 sites with wordpress without any problems in anothers hosters.
Anyhelp? |
|
#2
|
||||||||||||
|
||||||||||||
|
Turn off friendly errors in IE so you can see the real problem...
|
|
#3
|
|||||||||||
|
|||||||||||
|
Try this .htacces file
php_value allow_url_fopen On php_value post_max_size 16M php_value memory_limit 32M php_flag zend.ze1_compatibility_mode Off php_flag suhosin.cookie.encrypt Off php_value suhosin.request.max_vars 2048 php_value suhosin.post.max_vars 2048 |
|
#4
|
|||||||||||
|
|||||||||||
|
Quote:
Workend, seems to be a problem su suhosin patch, thanks a lot! |
|
#5
|
|||||||||||
|
|||||||||||
|
I just had the same issue, contacted tech support and Edwin wrote back to add this to the .htaccess file:
php_value zend.ze1_compatibility_mode Off It worked fine, fired right up. Question is, why must we be tweaking custom .htaccess files now? I've installed over a dozen WP blogs straight out of the box. Now i'm going to have to tell clients this too? |
|
#6
|
|||||||||||
|
|||||||||||
|
Quote:
i digress.... the install procedure worked, but the login didn't - same error. I ammended the .htaccess file with the above recommendations, and i'm one step further. |
|
#7
|
||||||||||||
|
||||||||||||
|
Memory Limit OK? Are the wp sites you have working on the same server?
__________________
Catch a wave on the Grand Strand Last edited by ixie02 : 02-24-2008 at 11:18 AM. |
|
#8
|
||||||||||||
|
||||||||||||
|
error 500 is what MS calls a "friendly error". You need to turn off friendly errors in IE options to get any sort of a useful error message.
__________________
|
|
#9
|
|||||||||||
|
|||||||||||
|
It seems like more and more of the better scripts are requiring more resources than Vortech allows. Maybe Vortech should consider adjusting the server settings instead of making all of us use work arounds (which basically do the same thing) to keep things working.
I know for one, this consumes way too much time each week having to deal with this and educate my clients on how to do it as well. |
|
#10
|
|||||||||||
|
|||||||||||
|
I tried to install a new copy at Vortech, I created the above .htaccess file, and it got me through the first page of the install (until it sends you the email)... now I get an "Internal Server Error".
Any more suggestions? |
|
#11
|
|||||||||||
|
|||||||||||
|
Quote:
php_value zend.ze1_compatibility_mode Off Mine wouldn't fully work until i had the list of 7 posted by Brangwyn, plus the one above. |
|
#12
|
|||||||||||
|
|||||||||||
|
I actually thought this might have been a typo in Brangwyn's version. It only started working when I changed his
php_flag zend.ze1_compatibility_mode Off to php_value zend.ze1_compatibility_mode Off Then I still had problems where some script was constantly attempting to write to the .htaccess file and I would have to copy a fresh copy to the server. After a few times do that, I simply changed the properties of the .htaccess file to 444 and no one could write to it anymore. Now everything works great. |
|
#13
|
|||||||||||
|
|||||||||||
|
Thank you all for your help
i have been trying to get WP working for a couple of weeks of and on, and even enlisted the help of the free install team to no avail. i have used your suggestions above and this is what worked for me. the .htaccess file in the root of the domain php_value zend.ze1_compatibility_mode off php_value allow_url_fopen On php_value post_max_size 16M php_value memory_limit 32M php_flag suhosin.cookie.encrypt Off php_value suhosin.request.max_vars 2048 php_value suhosin.post.max_vars 2048 permissions remove write access for all but the user. Cheers guys always make time for a glass of wine!! FrenchGeordie |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FYI wordpress vulnerability... | bootNumlock | Chit Chat Public | 5 | 03-05-2007 10:49 PM |