Problems with a new install
Problems with a new install
am 19.08.2007 19:22:47 von Greg Michael
Hello all. I'm hoping that there's someone out there that might have
some insight to how to help with my situation.
I am working on trying to build a test environment for a proof of
concept. I have installed PHP 5.2.3, MySQL 5.0.27-community-nt, running
on IIS for Windows XP Pro with all latest service packs and patches
installed. I can get pages to be served by the installation, but what
I'd also like to do is get PHPMyAdmin working. I've downloaded and
unarchived PHPMyAdmin 2.10.3 for both English, and All languages. I can
get the login (index.php) as well as the setup utility pages to load,
but nothing more will work from there.
When I try to login to the PMA using a user/pass defined in the MySQL
database, I get no error messages, but it just reloads the login page.
When I try to run through the various buttons for the setup utility, it
creates a zero-byte config.inc.php file in the config folder, and never
shows anything more than the buttons on the page.
I've found the gothcas like the upload_tmp_dir and sessions.save_dir and
redirected those to a folder that actually exists on the machine. I've
given the IUSR_machinename account privileges to all the PHP folders, as
well as the temp folder. I've even gone so far as to add the user to the
Administrators local group to no avail.
Does anyone have any ideas that I might not yet have tried? Would it be
better to install the Apache server (HTTPD)? Any help is greatly
appreciated.
Thanks.
Re: Problems with a new install
am 19.08.2007 21:48:11 von Jerry Stuckle
Greg Michael wrote:
> Hello all. I'm hoping that there's someone out there that might have
> some insight to how to help with my situation.
>
> I am working on trying to build a test environment for a proof of
> concept. I have installed PHP 5.2.3, MySQL 5.0.27-community-nt, running
> on IIS for Windows XP Pro with all latest service packs and patches
> installed. I can get pages to be served by the installation, but what
> I'd also like to do is get PHPMyAdmin working. I've downloaded and
> unarchived PHPMyAdmin 2.10.3 for both English, and All languages. I can
> get the login (index.php) as well as the setup utility pages to load,
> but nothing more will work from there.
>
> When I try to login to the PMA using a user/pass defined in the MySQL
> database, I get no error messages, but it just reloads the login page.
>
> When I try to run through the various buttons for the setup utility, it
> creates a zero-byte config.inc.php file in the config folder, and never
> shows anything more than the buttons on the page.
>
> I've found the gothcas like the upload_tmp_dir and sessions.save_dir and
> redirected those to a folder that actually exists on the machine. I've
> given the IUSR_machinename account privileges to all the PHP folders, as
> well as the temp folder. I've even gone so far as to add the user to the
> Administrators local group to no avail.
>
> Does anyone have any ideas that I might not yet have tried? Would it be
> better to install the Apache server (HTTPD)? Any help is greatly
> appreciated.
>
> Thanks.
PHPMyAdmin works fine under IIS (although I like Apache a lot more).
Did you try asking your questions in the PHPMyAdmin support forums?
That's normally the place to ask for problems like this.
This newsgroup is for questions on how to code PHP, not how to get
products written in PHP to work.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Re: Problems with a new install
am 19.08.2007 23:55:43 von Greg Michael
> PHPMyAdmin works fine under IIS (although I like Apache a lot more).
>
> Did you try asking your questions in the PHPMyAdmin support forums?
> That's normally the place to ask for problems like this.
>
> This newsgroup is for questions on how to code PHP, not how to get
> products written in PHP to work.
>
I have asked, but with little progress. I was just hoping that maybe
someone had worked through a similar, if not the same problem.
Re: Problems with a new install
am 20.08.2007 03:07:31 von Jerry Stuckle
Greg Michael wrote:
>> PHPMyAdmin works fine under IIS (although I like Apache a lot more).
>>
>> Did you try asking your questions in the PHPMyAdmin support forums?
>> That's normally the place to ask for problems like this.
>>
>> This newsgroup is for questions on how to code PHP, not how to get
>> products written in PHP to work.
>>
>
> I have asked, but with little progress. I was just hoping that maybe
> someone had worked through a similar, if not the same problem.
If you don't get an answer over there, there is virtually no chance
you'll get an answer here?
Do you ask questions about Linux administration in a C language group
because Linux is written in C?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================