strange problem after install
Posted by: marc (---.mus.estpak.ee)
Date: November 18, 2006 01:02AM

sorry about my bad english
i was search fro forum but did not find solution to my problem,
what i did is:
i was uninstall Easyphp 1.8
delete EasyPhp directory
made restart
Install Wamp5 1.6.6
now i see first page in [localhost]

but when i try to open [localhost] then its not working
also only some page parts is visible in [localhost]
and phpinfo not working:
[localhost]

when i navigate back to index.php , then sometimes i need to restart all services to see that page.
same thing with my test.php , what contains only simple code <?php echo "hello world"; ?>

Maybe somebody can help me,
actually i was uninstall and install wamp again many times, but no success sad smiley
(my port 80 is only for apache , OS= Windows XP pro , IIS is turned off)

below some rows from error log:

php_error.log
generate some errors:
[18-Nov-2006 01:26:34] PHP Warning: fclose(): supplied argument is not a valid stream resource in C:\wamp\scripts\onlineoffline.php on line 51
[18-Nov-2006 01:27:05] PHP Warning: fclose(): supplied argument is not a valid stream resource in C:\wamp\scripts\onlineoffline.php on line 35

apache_error.log : (last rows)
[Sat Nov 18 01:19:45 2006] [notice] Parent: Created child process 3936
[Sat Nov 18 01:19:45 2006] [notice] Child 3936: Child process is running
[Sat Nov 18 01:19:45 2006] [notice] Child 3936: Acquired the start mutex.
[Sat Nov 18 01:19:45 2006] [notice] Child 3936: Starting 250 worker threads.
[Sat Nov 18 01:20:27 2006] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Sat Nov 18 01:20:27 2006] [notice] Apache/2.0.59 (Win32) PHP/5.2.0 configured -- resuming normal operations
[Sat Nov 18 01:20:27 2006] [notice] Server built: Jul 27 2006 15:55:03
[Sat Nov 18 01:20:27 2006] [notice] Parent: Created child process 3124
[Sat Nov 18 01:20:27 2006] [notice] Child 3124: Child process is running
[Sat Nov 18 01:20:27 2006] [notice] Child 3124: Acquired the start mutex.
[Sat Nov 18 01:20:27 2006] [notice] Child 3124: Starting 250 worker threads.

mysql_error.log (last rows)
061118 1:36:23 InnoDB: Started; log sequence number 0 43655
061118 1:36:23 [Note] c:\wamp\mysql\bin\mysqld-nt.exe: ready for connections.
Version: '5.0.27-community-nt' socket: '' port: 3306 MySQL Community Edition (GPL)

Options: ReplyQuote
Re: strange problem after install
Posted by: yfastud (---.il-chicago0.sa.earthlink.net)
Date: November 18, 2006 01:06AM

When uninstalling, you also have to clean registry. Check faq for how to do it. Good luck.

Options: ReplyQuote
Re: strange problem after install
Posted by: CyberSpatium (71.237.217.---)
Date: November 18, 2006 01:09AM

there have been many people having problems getting wamp to work after installing easyphp. I have never used easy php myself, but you need to make sure even after you uninstall it, you delete the easyphp directory and and any other directory for apache, mysql, and php it made. search these forums for easyphp.

CyberSpatium
WAMP English Forum Admin

Options: ReplyQuote
Re: strange problem after install
Posted by: marc (---.mus.estpak.ee)
Date: November 18, 2006 01:27PM

Thank You for quick reply
I was try to clean my computer from any php, apache, easyphp staff but still have same problem.
only thing what is not done yet is to delete registry keys wampapache and wampmysqld (after uninstall)

If somebody can give me exact path to registry keys to
wampapache and wampmysqld
(regedit: right klick on folder > Copy Key Name)

when i search these keys in my registry, then my computer crash and do restart
(any other search will work)

Options: ReplyQuote
Re: strange problem after install
Posted by: marc (---.mus.estpak.ee)
Date: November 18, 2006 07:52PM

ok i was find out that wamp registry keys should be:
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_WAMP...
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\wampapache
also in "ControlSet002" (or 3)and in "CurrentSet"

I was delete everything (i think) before install
but still same problem.

Now i have one question:
When i look my windows running processes (Ctrl+alt+Delete)
Then i see Apache.exe two times
If that's is normal? (Wamp is installed and running)

Options: ReplyQuote
Re: strange problem after install
Posted by: CyberSpatium (71.237.217.---)
Date: November 18, 2006 09:25PM

yes two apache's running is normal.


CyberSpatium
WAMP English Forum Admin

Options: ReplyQuote
Re: strange problem after install
Posted by: marc (---.mus.estpak.ee)
Date: November 19, 2006 12:32PM

I see in this forum, many people have problems after easyphp,
but still did not find solution sad smiley

any ideas pleas

Options: ReplyQuote
Re: strange problem after install
Posted by: trashy (---.pilotpoint.tx.cebridge.net)
Date: November 23, 2006 01:50PM

I am getting a similar error with that same 'onlineoffline.php' file, but I have never installed easyphp. Also, I had my installation running fine, then reinstalled WAMP. Now when I attempt to access php pages I just see the code.

My error log contains this:

[22-Nov-2006 23:56:07] PHP Warning: fclose(): supplied argument is not a valid stream resource in C:\wamp\scripts\onlineoffline.php on line 35
[22-Nov-2006 23:56:27] PHP Warning: fclose(): supplied argument is not a valid stream resource in C:\wamp\scripts\onlineoffline.php on line 51

Still searching.......

Options: ReplyQuote
Re: strange problem after install
Posted by: marc (---.mus.estpak.ee)
Date: November 23, 2006 02:36PM

Hi Trashy
if php4 was installed in to you computer before
I think that there is problem with php4 and php 5 conflict.
because i was install some other products with PHP 5 like xampp, still same problem.
When i put back easyphp with php4 then its works fine.

I afraid there is some .dll files in windows what works with php4 but not with php5
i was try to search files from windows & system32 directory like :
php4ts.dll
php.ini
php4ts.dll
php4isapi.dll
php4apace2.dll
php3_*.dll
php_curl.dll
libmysql.dll
IsapiRewrite4.dll
msvcrt.dll

but no success,
maybe i don't know right filename what come with php4.



Post Edited (11-23-06 14:37)

Options: ReplyQuote


Sorry, only registered users may post in this forum.