News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Installed New Theme Now I Have No Forum~Back Again Still No Forum

Started by SUNSPOTPP, June 18, 2009, 06:21:02 PM

Previous topic - Next topic

BAMAVAMP

I almost started a new topic for this question, but thought it might should continue on this thread since we were chatting about it earlier. We are still getting the same error message

Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/content/n/y/m/nymphs/html/forum/Sources/Display.php on line 919

after uploading the file. Godaddy(our host) tried to tell us that the php5.ini file was in our root folder, and it absolutely was not. So they apologized and now told us that we need to create the file ourselves. The problem is they did not tell us what needed to be on the file. We have submitted another ticket to them, but at their slow rate of service it maybe 24-48 hours before we hear from them again. I did find a few things via google on creating our own php5.ini file, but I wanted to check here first and see if you knew the coding or knew a site that had the accurate information for the coding.
If I need to start a new topic, just lemme know. tytyty





Norv

Ah I see.
Good to hear that GD would take into account these ini files if there were in user's directory, anyway.

Please consider including in the file at least this code (the lines starting with ; are simply comments):

error_reporting  =  E_ERROR
; (the above line should make PHP report only fatal errors, not warnings)
allow_call_time_pass_reference = On
; (the above line should make the cause of the warning disappear also, that's what it complains about)

The reference for all directives in the ini file(s) is this. Note that some will not work: some directives from that list can only be set in the main ini file in PHP installation, not in user-defined ini files like this one.

Please let me know if there are still issues with those errors.
To-do lists are for deferral. The more things you write down the later they're done... until you have 100s of lists of things you don't do.

File a security report | Developers' Blog | Bug Tracker


Also known as Norv on D* | Norv N. on G+ | Norv on Github

BAMAVAMP

From all appearances the coding you gave me worked. I did not include any of the other as I don't wanna try to fix what ain't broke yet. tytyty for your help on that. I have another issue on the charset, with special characters not showing since our new database was created and backup was installed, but I will start a new post for that. I feel I have bugged you way to much lol.

tysvm for your time and efforts with us, it is GREATLY appreciated.  :)

Norv

Good to hear then, hopefully it will work, yes.
Please feel to submit other problems you may use assistance with. I may gladly take a look into charset issues as well.

I didn't find the time yet for the little graphics issue, sorry, though I intend to. Generally, it seems to me that requests related to graphics may find far better and quicker answers, for instance, on the board Graphics and Templates, or, perhaps, simply in a better named topic :) (just a thought)
To-do lists are for deferral. The more things you write down the later they're done... until you have 100s of lists of things you don't do.

File a security report | Developers' Blog | Bug Tracker


Also known as Norv on D* | Norv N. on G+ | Norv on Github

Advertisement: