Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - saladbar821

Pages: [1]
1
Bugs / More e-mail problems
« on: March 28, 2010, 09:01:59 am »
So i ran into this today when I was trying to implement this in my environment:
Code: [Select]
Fatal error: Call to undefined function: htmlspecialchars_decode() in /homepages/5/d301581944/htdocs/smf/Sources/shop/items/EmailAdmin.php  on line 77
I'm not sure what other information you need, but I attached the file in question.

2
Bugs / Another Bug in E-mail Code
« on: January 13, 2010, 03:23:40 am »
I ran into another issue with the e-mail admin code. If you try to use a br tag in the additional fields box, saving resets all of the values below "Make sure to change..." to 0.

EDIT: Actually, it seems that this happens when you edit the form.

3
Bugs / Bug in E-Mail Code
« on: January 13, 2010, 02:56:41 am »
Hi there! I was testing my shop items when I ran into the following on the "Send E-Mail to Admin V3" script:
Code: [Select]
Fatal error: Call to undefined function: htmlspecialchars_decode() in /homepages/5/d301581944/htdocs/smf/Sources/shop/items/EmailAdmin.php  on line 77
I am using SMF 2.0 RC2 and SMFShop 3.1.5

EDIT: I fixed it by replacing the htmlspecialchars_decode with un_htmlspecialchars (the next closest function of SMF)

Pages: [1]