![]() |
|
#1
|
|||
|
|||
Fatal Error message...Ok, i have IBP v 1.2, and i just installed the signature randomizer, and when you click my controls/edit signature, i get this:
"Fatal error: Call to undefined function: sig_randomizer_signature() in /home/ben/public_html/forums/sources/Usercp.php on line 1871" help me plz... |
|||
|
#2
|
||||
|
||||
|
Check around the code you inserted and make sure that it aligns up with the code you were supposed to install or paste in their.
Basically, it looks like you forgot to declare a specific function. You might need to change something inside your config file. __________________
Mr. Bob's Web Design - Tirelessly looking for ways to enhance the customer base of your business. |
|
#3
|
|||
|
|||
i did this..i took this:
PHP Code:
and replaced it with this: PHP Code:
Last edited by BRuTAL_HiTMAN_ : 29-Feb-2004 at 21:25.
Reason: using PHP tag..
|
|
#4
|
||||
|
||||
|
is sig_randomizer_signature declared anywhere inside other code that you might have pasted?
Be my only other suggestion until someone who knows mroe about IPB comes along. __________________
Mr. Bob's Web Design - Tirelessly looking for ways to enhance the customer base of your business. |
|
#5
|
||||
|
||||
|
Quote:
This is easy... everytime you see an error like this it simply means that PHP include file that has the FUNCTION sig_randomizer_signature() was NOT included anywhere in the code. Just use your IDE's Search Tool to look where the function was defined i.e. search for the string function sig_randomizer_signature and then note the file that it reports back. Just put a line to the top of the FAILING script e.g. PHP Code:
__________________
J de Silva Learning Journal | GIDForums™ | GIDNetwork™ | GIDWebhosts™ | GIDSearch™ |
|
#6
|
|||
|
|||
|
Quote:
im dont really understand what i should do to fix this... |
|
#7
|
||||
|
||||
|
It's OK, I'll try again...
Can you ask the person who wrote this hack: Where is the FUNCTION sig_randomizer_signature() defined? Or if you you can show me the link to this hack, I will take a look at it for you tomorrow. __________________
J de Silva Learning Journal | GIDForums™ | GIDNetwork™ | GIDWebhosts™ | GIDSearch™ |
|
#8
|
|||
|
|||
|
Quote:
PHP Code:
|
|
#9
|
||||
|
||||
|
Yes, I saw that... this is USING the custom function named sig_randomizer_signature().
Before you USE a custom function in your PHP scripts, you have to CREATE or DEFINE it first... So let's say I want to use a custom function named color_me_red(), first I CREATE or DEFINE the function; like this: PHP Code:
So... now look for the code CREATING the function sig_randomizer_signature()! __________________
J de Silva Learning Journal | GIDForums™ | GIDNetwork™ | GIDWebhosts™ | GIDSearch™ |
|
#10
|
|||
|
|||
|
i fixed it, see, most of the steps where just copying from another notepad file, and i saw this:
</table> EOF; } at the end of the size of my files, and i didn't even pay attention to the scroll bar, and i just copioed and pasted from that point and up, i was just rushing through it... |
Recent GIDBlog
Accepted for Ph.D. program by crystalattice
| Thread Tools | Search this Thread |
| Rate This Thread | |
|
|
Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The