Navigator Internet Solutions, Inc | Community  

Go Back   Navigator Internet Solutions, Inc | Community > Interactive Forums > Support & Questions
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Welcome to the Navigator Internet Solutions, Inc | Community forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Support & Questions Do you want to make public your Support Question? Feel free to post and you will receive a reply You don't need to be registered to post/reply here.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-23-2005, 05:55 PM
NavigatorIS, Inc NavigatorIS, Inc is offline
Super Moderator
 
Join Date: Feb 2005
Location: NJ
Posts: 14
Post Problems with SMF? (Simple Machines Forums) on PHP 4.4

If you are having problems on your SMF board due to PHP errors, please look at http://www.simplemachines.org/commun...?topic=41807.0

That will explain to you what file to modify in order to fix it and make it compatible with the newer PHP.

Errors are like this example:
Quote:
Notice: Only variables should be assigned by reference in /www/m/masmforum/htdocs/simple/Sources/Subs.php on line 232

Notice: Undefined index: is_admin in /www/m/masmforum/htdocs/simple/Sources/Security.php on line 556

Notice: Undefined index: permissions in /www/m/masmforum/htdocs/simple/Sources/Security.php on line 563

Warning: in_array(): Wrong datatype for second argument in /www/m/masmforum/htdocs/simple/Sources/Security.php on line 563
session_start(): Cannot send session cache limiter - headers already sent (output started at /www/m/masmforum/htdocs/simple/Sources/Subs.php:232)
Notice: Only variables should be assigned by reference in /www/m/masmforum/htdocs/simple/Sources/Subs.php on line 232
__________________
Navigator Internet Solutions, Inc
Support Helpdesk | Billing Center
Reply With Quote
  #2 (permalink)  
Old 07-23-2005, 07:03 PM
NIS-Francisco's Avatar
NIS-Francisco NIS-Francisco is offline
Administrator
 
Join Date: Dec 2003
Posts: 528
Send a message via ICQ to NIS-Francisco Send a message via AIM to NIS-Francisco Send a message via MSN to NIS-Francisco Send a message via Yahoo to NIS-Francisco
Default

SMF released a new version, btw; they list the following on their announcement:

Quote:
Simple Machines is happy to release a compatibility update to Simple Machines Forum 1.0.5. This release addresses a backward compatibility issue with the new release of PHP, 4.4.0, which causes SMF to stop working entirely.

You can easily upgrade in one of the following ways:
  • Use the package manager in your administration center - one click, and you're done.
  • Download the update archive file, and upload all of the files from it.
  • Download the modification file, attached to this message, and modify the files manually according to it.
  • Download the Subs.php file attached to this mesage, and upload it to your Sources directory (if you have no modifications installed.)
  • Find the following in Sources/Subs.php:

    [tt]= &mysql_query[/tt]

    And remove the & (ampersand.)* How do I modify files?

You should install this update as soon as possible if you wish to install it via the package manager, as your forum will become inaccessible if your host upgrades to PHP 4.4.0 without this change, and you will not be able to access the package manager.

If you are using SMF 1.1 Beta 3 Public, you do not need to make any changes.* That version is already compatible with PHP 4.4.0.
If you have any questions, open a new thread on our forums.

Thanks
__________________
Best Regards,
Francisco Mazzeo
Navigator Internet Solutions, Inc
Resource-Shack
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 03:34 AM.


Powered by: vBulletin
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.0.0 RC6
Copyright © 2003-2005 Navigator Internet Solutions, Inc (NIS - NavigatorIS). All Rights Reserved.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106