pogapro
Forum Replies Created
-
Forum: Installing WordPress
In reply to: wordpress on windows 2003 server and IIS?Midosm,
You’ve likely already solved your problem, but for the record, although we were ultimately able to run the application with relative success on the Windows 2003 server, it was never an absolutely smooth and reliable server for WordPress. All upgrades of the WordPress application were infinitely problematic. We finally helped our client move the site to a Linux server and everything has been running very smoothly since.
In short, while it is certainly possible to run the application on a Windows server, our experience is that such hosting often comes with problems.
Forum: Installing WordPress
In reply to: Windows 2003 installation helpThanks,
Kailash1 – I did upload a phpinfo script, but get a page not found error when I try to run it.
songdogtech – my life would certainly be much easier if we could just install on a linux server. From everything I’ve read, setting WP up on a Windows 2003 server is endlessly complicated.
Forum: Installing WordPress
In reply to: Windows 2003 installation helpYes, I forwarded this exact link to the system administrator (along with several others, equally detailed), but the installation still failed.
Forum: Installing WordPress
In reply to: wordpress on windows 2003 server and IIS?Hi Bruce,
So I had my guy install the same versions of PHP and MySQL that you’re using. I figured that if you could get it to run, we should be able to as well.
I’m unsure about the IUSR_Server security rights to which you refer, though. This should, I assume, be again done by the server/database guy, right? Do you recall what changes you had to make?
Thanks very much for all your help!
Forum: Installing WordPress
In reply to: wordpress on windows 2003 server and IIS?Hi Bruce,
I’m glad to hear that you’re running it on Windows 2003.
I was having all kinds of issues in the back-end. When I signed into WP, I would be taken to a blank php page. I was only able to sign in properly when I added a forward slash to the admin url (e.g., instead of “http://sitename.com/wp-admin”, I had to write “http://sitename.com/wp-admin/”). Once I had accessed the dashboard, any time I tried to make a change (e.g. change the admin email address in settings, turn on/off a plugin), I’d again be taken to a blank php page and would have to type “http://sitename.com/wp-admin/” into the url to re-access the dashboard (though the change I’d made would stick). I deactivated all the plugins that the previous developer had installed, uninstalled the added template, but was getting exactly the same results. Then I did some research and came across several articles that had suggested an incompatibility between Windows 2003 and WP using PHP 5, MySQL 5.
Since we can’t find MySQL 4 anyway, I’ll ask my server guy to try the fresh install and will send him the information that you’d posted. I’ll let you know how that goes.
Forum: Themes and Templates
In reply to: container disappears when comments are turned onThanks for checking. I actually discovered that the problem only appears when I ask my users to register and log in before posting comments.
I tried to fix it by adding “overflow: auto” to the #container, this made the background pop back but the side elements and the footer remained collapsed.
I finally “fixed” the problem by letting users comment without logging in. It seems to be a glitch in the original template.