Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

BUG: PM Reply To: errors

Asked Modified Viewed 2,510 times
B
Bear
B
Bear 10
  • Junior Member, joined since
  • Contributed 19 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Junior Member

Just making a new site (fresh install of 6.00.304 and new database) and have experienced this problem. :(

Replying to a PM results in these 3 errors:

Notice: Undefined variable: message in
<snip>messages.php on line 511

Notice: Undefined variable: checked_smileys in
<snip>messages.php on line 532

Notice: Use of undefined constant user_sig - assumed 'user_sig' in
<snip>messages.php on line 533

This site is sitting on a Windows IIS based web server running PHP Version 5.1.1 so I am unsure if it is related to that at all or if it is an error with something else.

Let me know if you need more info from phpinfo()

Cheers B)
Edited by Bear on 10-02-2006 04:51,
0 replies

5 posts

F
Falk
F
Falk 146
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 12 questions
answered
Super Admin

Theyre enotices, you may want to set E_NOTICE to ~E_NOTICE in your php.ini
0 replies
B
Bear
B
Bear 10
  • Junior Member, joined since
  • Contributed 19 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Junior Member

Hi Nick,
thanks for your clarification and help. I just wasn't too sure so thought I would ask...

Are you aware of any issues with running IIS, PHP 5.1.1 and PHPFusion 304 as I get errors from various parts of this site??

Example:
Trying to create an album in the photogallery, I get these:

Notice: Undefined variable: album_id in <path snipped> \administration\photoalbums.php on line 64 <-- I will use ~E_NOTICE

Fatal error: Call to undefined function imagecreatefromjpeg() in <path snipped> \maincore.php on line 615


and I get some weird ones from the AusiMods Event Calendar infusion.

Cheers ;)
Edited by Bear on 10-02-2006 14:25,
0 replies
F
Falk
F
Falk 146
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 12 questions
answered
Super Admin

Call to undefined function imagecreatefromjpeg() normally means you have not enabled the gd extension in php.ini.

E_notices occur when a variable hasnt been defined, i'm ironing them out slowly.
0 replies
B
Bear
B
Bear 10
  • Junior Member, joined since
  • Contributed 19 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Junior Member

Terrific... Thanks for the info and I really appreciate your help.

Cheers ;)
0 replies
B
Bear
B
Bear 10
  • Junior Member, joined since
  • Contributed 19 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Junior Member

Just an update: Fixed by changing setting in php.ini

Thanks again for your help.
0 replies

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

  • Views 0 views
  • Posts 5 posts
  • Votes 0 votes
  • Topic users 2 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet