Home
>
Outdated forums
>
Phorum 3 forums (READ ONLY)
>
Finished Mods and Plug-ins (READ ONLY)
>
Topic
>
Page 2
Easysmilies for Phorum 3.3.2c
Posted by JP
Re: Easysmilies for Phorum 3.3.2c February 09, 2003 09:49AM |
Registered: 22 years ago Posts: 57 |
This is a PHP initialization problem.
In the php.ini file of your server, you should have a ligne which tells PHP where to look for inclusion. Something like :
include_path=".;C:\EasyPHP\php\pear\"
The dot tells PHP to look first in the current directory. If you have access to the php.ini file of your server, check this ligne.
If you have not access to the php.ini file, try to change :
In esf.php file the ligne :
include ("easysmiliesinc.php");
by :
include ("./easysmiliesinc.php");
In easysmilies.php file the ligne :
include ("estags.php");
by :
include ("./estags.php");
If it still don't work, then try to give absolutes pathes instead of relatives
In the php.ini file of your server, you should have a ligne which tells PHP where to look for inclusion. Something like :
include_path=".;C:\EasyPHP\php\pear\"
The dot tells PHP to look first in the current directory. If you have access to the php.ini file of your server, check this ligne.
If you have not access to the php.ini file, try to change :
In esf.php file the ligne :
include ("easysmiliesinc.php");
by :
include ("./easysmiliesinc.php");
In easysmilies.php file the ligne :
include ("estags.php");
by :
include ("./estags.php");
If it still don't work, then try to give absolutes pathes instead of relatives
Re: Easysmilies for Phorum 3.3.2c February 09, 2003 11:17AM |
Registered: 20 years ago Posts: 3 |
Re: Easysmilies for Phorum 3.3.2c February 09, 2003 12:45PM |
Registered: 22 years ago Posts: 57 |
Try by replacing :
In esf.php file the ligne :
include ("easysmiliesinc.php");
by :
include ("/home/infinite/public_html/infinite/easysmilies/easysmiliesinc.php");
In easysmilies.php file the ligne :
include ("estags.php");
by :
include ("/home/infinite/public_html/infinite/easysmilies/estags.php");
In esf.php file the ligne :
include ("easysmiliesinc.php");
by :
include ("/home/infinite/public_html/infinite/easysmilies/easysmiliesinc.php");
In easysmilies.php file the ligne :
include ("estags.php");
by :
include ("/home/infinite/public_html/infinite/easysmilies/estags.php");
Re: Easysmilies for Phorum 3.3.2c February 09, 2003 09:13PM |
Registered: 20 years ago Posts: 37 |
<I noticed I posted this in the wrong subject. I'm running 3.4.1 and did install the correct easysmilies for my version>
I'm getting the following errors when attempting to run easysmilies.php:
Notice: Undefined variable: Update in C:\Inetpub\wwwroot\Brothers\forum\easysmilies\easysmilies.php on line 66
Notice: Undefined offset: 14 in C:\Inetpub\wwwroot\Brothers\forum\easysmilies\easysmilies.php on line 328
(for offsets 14 through 61)
Notice: Undefined offset: 4 in C:\Inetpub\wwwroot\Brothers\forum\easysmilies\easysmilies.php on line 374
(for offsets 4 through 61)
I'm also getting the error in the drop-down boxes, but it states on line 339 and 385.
Any ideas?
Post Edited (02-09-03 23:23)
--
Natja.
French support
Jabber : Natja@jabber.org
I'm getting the following errors when attempting to run easysmilies.php:
Notice: Undefined variable: Update in C:\Inetpub\wwwroot\Brothers\forum\easysmilies\easysmilies.php on line 66
Notice: Undefined offset: 14 in C:\Inetpub\wwwroot\Brothers\forum\easysmilies\easysmilies.php on line 328
(for offsets 14 through 61)
Notice: Undefined offset: 4 in C:\Inetpub\wwwroot\Brothers\forum\easysmilies\easysmilies.php on line 374
(for offsets 4 through 61)
I'm also getting the error in the drop-down boxes, but it states on line 339 and 385.
Any ideas?
Post Edited (02-09-03 23:23)
--
Natja.
French support
Jabber : Natja@jabber.org
Re: Easysmilies for Phorum 3.3.2c February 10, 2003 08:44AM |
Registered: 22 years ago Posts: 57 |
Re: Easysmilies for Phorum 3.3.2c April 21, 2003 09:11AM |
Registered: 20 years ago Posts: 139 |
Hi,
Thank you for your job with smileys!
I install it without any error mesages, and I think that everyting is OK, but smileys still not working. You can see it at: [club.biberonbg.com]
Do you have any idea why it's not working?
Thank you in advance!
Please excuse me for my bad english.
Tonev
Post Edited (04-21-03 08:30)
Thank you for your job with smileys!
I install it without any error mesages, and I think that everyting is OK, but smileys still not working. You can see it at: [club.biberonbg.com]
Do you have any idea why it's not working?
Thank you in advance!
Please excuse me for my bad english.
Tonev
Post Edited (04-21-03 08:30)
Re: Easysmilies for Phorum 3.3.2c April 23, 2003 03:18PM |
Registered: 22 years ago Posts: 57 |
Anonymous User
Re: Easysmilies for Phorum 3.3.2c April 25, 2003 05:08AM |
Hi JP,
Before all, thank you for your job with smileys!
I´ve just installed easysmilies for phorum 3.4 on my web syte and it seem to be working. But i´m having one problem, bold and italic mark are working ok but when i insert an icon (smiley) after post the message when i read the message i can´t see the gif image, only the marks.
Could you help me!!!
My Phorum configuration is:
Phorum
Phorum/smileys
Phorum/easysmilies
So,
$PhorumDir="../";
$SmiliesDir="smileys";
Regards,
Jesus
Before all, thank you for your job with smileys!
I´ve just installed easysmilies for phorum 3.4 on my web syte and it seem to be working. But i´m having one problem, bold and italic mark are working ok but when i insert an icon (smiley) after post the message when i read the message i can´t see the gif image, only the marks.
Could you help me!!!
My Phorum configuration is:
Phorum
Phorum/smileys
Phorum/easysmilies
So,
$PhorumDir="../";
$SmiliesDir="smileys";
Regards,
Jesus
Re: Easysmilies for Phorum 3.3.2c April 25, 2003 05:59AM |
Registered: 22 years ago Posts: 57 |
Anonymous User
Re: Easysmilies for Phorum 3.3.2c April 25, 2003 06:00AM |
Re: Easysmilies for Phorum 3.3.2c April 26, 2003 05:17PM |
Registered: 22 years ago Posts: 57 |
Anonymous User
Re: Easysmilies for Phorum 3.3.2c April 28, 2003 05:03AM |
Re: Easysmilies for Phorum 3.3.2c April 29, 2003 03:06PM |
Registered: 22 years ago Posts: 57 |
Anonymous User
Re: Easysmilies for Phorum 3.3.2c May 06, 2003 08:39AM |
Anonymous User
Re: Easysmilies for Phorum 3.3.2c May 07, 2003 01:15PM |
Anonymous User
Re: Easysmilies for Phorum 3.3.2c May 08, 2003 05:18AM |
Anonymous User
Re: Easysmilies for Phorum 3.3.2c May 09, 2003 08:20AM |
Re: Easysmilies for Phorum 3.3.2c May 12, 2003 04:57PM |
Registered: 20 years ago Posts: 5 |
Re: Easysmilies for Phorum 3.3.2c May 12, 2003 05:02PM |
Registered: 20 years ago Posts: 5 |
Anonymous User
Re: Easysmilies for Phorum 3.3.2c May 13, 2003 01:15PM |
Hi slz,
smiley-plugin was kept from the earlier release (3.4.3), and have been active again on 3.4.3a.
See this note.
[www.phorum.org]
Jesus
smiley-plugin was kept from the earlier release (3.4.3), and have been active again on 3.4.3a.
See this note.
[www.phorum.org]
Jesus
Sorry, you do not have permission to post/reply in this forum.