Support Forums

Local Install Problems

This is a discussion on Local Install Problems within the Installation Problems forums, part of the Technical Support Forums category; Originally Posted by juven14 FYI that isn't the only location where that kind of coding for php4 support exists. Until ...


Go Back   68 Classifieds Forums > Technical Support Forums > Installation Problems

Reply
 
Thread Tools Display Modes
Old 03-14-2011, 05:13 AM   #11
Customer
 
Join Date: Oct 2009
Posts: 114
Rep Power: 11
belvedere is on a distinguished road
Default

Quote:
Originally Posted by juven14
FYI that isn't the only location where that kind of coding for php4 support exists. Until the script is updated to full php5 support in upcoming releases you will likely have to make many changes like that. It would be easier short term to disable reporting for depreciated warnings globally unless you are debugging the script.
Thanks, but how do I do that.
belvedere is offline   Reply With Quote
Old 03-14-2011, 10:19 AM   #12
Staff
 
Join Date: Mar 2006
Location: New Jersey
Posts: 2,151
Rep Power: 69
John Snyder is a jewel in the rough
Default

Do you have access to the php.ini file? If so, you can set it to ignore these warnings and you shouldn't have to change a line of code. I've seen a variety of articles explaining how this is done, here are a few regarding wamp:

- PHP, Apache, MySQL, Windows : WampServer
Eliminate WAMP Server 2 Notices?



If that doesn't work, which it should:


1. Try adding to the bottom Connections/classifieds.php

error_reporting = E_ALL & ~E_NOTICE & ~E_WARNING & ~E_DEPRECATED;

2. If that doesn't work look in includes/init.php and if you find error_reporting in there edit it like above.

3. If its not in init.php and adding it to classifieds.php didn't work, add it at the very top of init.php.

4. If all else fails you can try and set it via htaccess:

php_value error_reporting E_ALL & ~E_NOTICE & ~E_WARNING & ~E_DEPRECATED

If none of the above works, I'd try looking at the wampserver forums, odds are its just a matter of locating the php.ini and changing it.

__________________
John
68C Staff

68C Downloads | Report a Bug | Knowledge Base
If you have a current support subscription, you can Submit a Support Ticket
John Snyder is offline   Reply With Quote
Old 03-14-2011, 11:49 AM   #13
Customer
 
Join Date: Oct 2009
Posts: 114
Rep Power: 11
belvedere is on a distinguished road
Default

Thanks for all that John. I'll give it a try.
belvedere is offline   Reply With Quote
Old 03-21-2011, 02:45 AM   #14
Customer
 
Join Date: Mar 2011
Posts: 53
Rep Power: 4
TheTechGuru is on a distinguished road
Default

Its just telling you that you have a few things that are close to being outdated.

Easy fixes.

Open the files (if you can) associated with the errors (userjoin.php etc) and replace

Code:
&new
with

Code:
new
TheTechGuru is offline   Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
New Install Problems kidder Installation Problems 3 10-06-2009 06:44 PM
Run 2nd copy 68C on local machine.... RandyB Technical Support 3 11-25-2008 02:24 PM
Install restrictions and 68classifieds server problems. pd58m Pre Sales Questions 3 05-05-2006 11:54 AM


All times are GMT -4. The time now is 01:42 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2011, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0