WAMP Server errors!!!
Posted by: Sawyer (---.dial-up.dsl.siol.net)
Date: February 12, 2010 01:51PM

What is wrong with the latest wamp 2.0i? Whatever I try to install. I get such errors on top of the page.
Deprecated: Call-time pass-by-reference has been deprecated in E:\wampserver\www\ampache-3.5.4\lib\class\vauth.class.php on line 580

for example. They do install but more then 90% of the top of the page is written with such errors. I tried PHP nuke, Jinzora, ampache... List goes on and on here. Not a single installation displayed the page correcty.

I have to use wamp 1.7.5 to get all working normal. The only problem is this wamp version is abit outdated and not everything works anymore.

Options: ReplyQuote
Re: WAMP Server errors!!!
Posted by: c2dan (---.15-1.cable.virginmedia.com)
Date: February 12, 2010 06:45PM

Wamp 2.0i comes with PHP5.3. PHP5.3 may not be supported by the PHP scripts you're trying to install. Download and install the PHP5.2.11 addon.

WAMP addons page
[www.wampserver.com]

Options: ReplyQuote
Re: WAMP Server errors!!!
Posted by: stevenmartin99 (---.b-ras2.blp.dublin.eircom.net)
Date: February 12, 2010 07:36PM

ur using the old version of these apps or they dont support the newest veriosn of php

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: WAMP Server errors!!!
Posted by: Sawyer (89.142.63.---)
Date: February 12, 2010 09:17PM

Right I fugured that out now. SO I got the exact apache and php match and it was working better then on wamp 1.7.4. But now I cant access myphpadmin at all.

Options: ReplyQuote
Re: WAMP Server errors!!!
Posted by: stevenmartin99 (---.b-ras2.blp.dublin.eircom.net)
Date: February 12, 2010 09:26PM

phpmyadmin with wamp 2.0i need the new versions...

what are these outdated apps your trying to use anyway

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: WAMP Server errors!!!
Posted by: Dicky (---.wltonh.dsl.dynamic.tds.net)
Date: February 12, 2010 10:53PM

Left click the Wamp icon
Go to PHP Settings
Check "Allowc call time pass reference"

Options: ReplyQuote
Re: WAMP Server errors!!!
Posted by: Sawyer (89.142.89.---)
Date: February 13, 2010 11:22AM

Jinzora Video Portal. I got it running now with the exact same php and apache version as on 1.7.4. That would be apache 2.2.6 and php 5.2.5 with mySQL 5.1.36.

When I try to load any other higher addons it just breaks the page and I cant roll back anymore. Even If i reload the old versions, the page is kaput.

This is the only of its kind of portal I found that is great. It can load down VLC .m3u list directly into VLC and stream. I have tried all other possible ways of streaming and they all involve me to copy the url and past it into vlc. A simple and plain apache server, a ftp server, VLCs http server, Ampache, Xmoov... Other possible programs like TVersity, Winamp remote... You name It I have probably tried it. Whilst some are really good like Winamp remote, TVersity, VLC, they mostly come with a drawback like a forced encoding or ugly web portal and some of them need a setup before each newly added media like VLC, or rescan like TVersity which is set to 1h as the lowest possible option or Win-amp Remote which does intact updated in real-time but is heavy CPU intensive as it recodes each movie and has a really bulky interface which tends to lag on slower computers.

So the only one up to the task right now is Jinzora Media Jukebox which is self sustaining once running which doesn't need any more work later on. Thats exactly what I'm looking for. I need to be able to download a video with SABnzbd which extracts it to the external USB drive automatically and Jinzora reads it in real time and its ready to be streamed.



Edited 7 time(s). Last edit at 02/13/2010 11:39AM by Sawyer.

Options: ReplyQuote
Re: WAMP Server errors!!!
Posted by: vollmerk (---.UCIS.Dal.Ca)
Date: February 22, 2010 08:12PM

Steve,

The errors that are being posted are "Notices" of deprecated functions they do not indicate an incompatiblity that will block operation of the application. The solution is to turn down the errors. Honestly on a production box Notices should be off at the very least, if not all but fatal errors. There is no reason to install PHP 5.2.

Hope that helps.

-Karl Vollmer
Ampache Lead Dev.

stevenmartin99 Wrote:
-------------------------------------------------------
> ur using the old version of these apps or they
> dont support the newest veriosn of php

Options: ReplyQuote
Re: WAMP Server errors!!!
Posted by: stevenmartin99 (---.b-ras2.blp.dublin.eircom.net)
Date: February 22, 2010 10:30PM

deprecated is not good...

not all deprecations are notices.. some are fatal errors...

this is not a production server..


and good code will never cause a fatal error

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: WAMP Server errors!!!
Posted by: bobdoss (---.direcway.com)
Date: March 04, 2010 03:21PM

I'm getting these same errors/notices.

Most are caused by the CodeIgniter framework -- the latest version (1.7.2) runs with PHP5, but uses some deprecated features.


I just want to toggle the non-fatal messages off or on, but no PHP Setting seems to accomplish that.


Can anyone help me stop the "nag" messages?

Options: ReplyQuote
Re: WAMP Server errors!!!
Posted by: stevenmartin99 (---.b-ras2.blp.dublin.eircom.net)
Date: March 04, 2010 06:04PM

there is

left click wamp> php>php.ini



Error reporting section... it explains everything

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: WAMP Server errors!!!
Posted by: bobdoss (---.direcway.com)
Date: March 04, 2010 09:17PM

I set the following values in PHP.INI, then restarted all services, but I'm still getting "deprecated" messages.

error_reporting = E_ALL & ~E_DEPRECATED
display_errors = Off
display_startup_errors = Off
log_errors = Off

Options: ReplyQuote
Re: WAMP Server errors!!!
Posted by: stevenmartin99 (---.b-ras2.blp.dublin.eircom.net)
Date: March 04, 2010 09:19PM

post up the actual error

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: WAMP Server errors!!!
Posted by: bobdoss (---.direcway.com)
Date: March 05, 2010 02:02AM

Here's the actual error I'm currently seeing:


A PHP Error was encountered
Severity: 8192

Message: Function set_magic_quotes_runtime() is deprecated

Filename: codeigniter/CodeIgniter.php

Line Number: 119

Options: ReplyQuote
Re: WAMP Server errors!!!
Posted by: stevenmartin99 (---.b-ras2.blp.dublin.eircom.net)
Date: March 05, 2010 02:55AM

Php errors are not written like this.


Code Igniter must have its own file/class to handle errors

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: WAMP Server errors!!!
Posted by: bobdoss (---.direcway.com)
Date: March 05, 2010 03:21PM

Sorry to waste your time, Steven -- CodeIgniter does indeed have it's own error handler.

For the benefit of future readers of this thread, the parm that controls CI error handling is at the very top of the "index.php" page. Comments there explain its use.

Options: ReplyQuote


Sorry, only registered users may post in this forum.