You are not logged in.
- Topics: Active | Unanswered
#1 Re: General support (1.4) » User verification problem » 2011-10-28 13:08:31
- Aabaz
Hi,
my forum are hosted on a free web hosting service and I do not recall configuring SMTP settings or anything.
Anyway, if this was a problem of SMTP configuration would'nt all the confirmation emails be affected and not only a handful (approximately one per cent) ?
And then, even if the confirmation emails were not sent because of a SMTP error, would it be possible to activate the accounts or do I have to manually delete the accounts and tell the users to register again ?
Thank you very much, I appreciate your help.
#2 General support (1.4) » User verification problem » 2011-10-12 08:29:11
- Aabaz
- Replies: 6
Hello,
I run a FluxBB forum version 1.4.4, slightly modified but only in parser.php to integrate a latex feature.
I am having issues with some new users that do not receive their confirmation email.
Of course the first thing that I thought was that these emails were flagged as SPAM and therefore deleted or at least hidden from the users.
But even then, If the confirmation email is lost, how can a forum admin resends it or manually activates an account ? Is that even possible ord do they have to register again ?
If it is not possible I think it could be a nice addition (and hopefully not too complicated codewise) to the admin panel.
Thanks for your help.
#3 Re: Feature requests » New slogan. » 2011-02-21 07:08:13
- Aabaz
I quite liked "120 k ought to be enough for everybody"
In the same kind there is a quote from Antoine de Saint-Exupery :
La perfection est atteinte, non pas lorsqu'il n'y a plus rien à ajouter, mais lorsqu'il n'y a plus rien à retirer.
Translated in English :
Perfection is attained, not when no more can be added, but when no more can be removed.
#4 Re: Show off » theworlddebating BETA » 2011-02-20 17:14:35
- Aabaz
Maybe you already know but the french link http://www.theworlddebating.com/fra is broken.
#5 Re: General support (1.4) » Upgrade from modded punbb1.2.12 to fluxbb1.4.4 » 2011-02-12 16:20:08
- Aabaz
I can assure you Smartys that i don't find it funny :-)
Last question for my upgrade : is it safe to assume that the tables that were not converted to utf8_general_ci are not used by fluxbb anymore and can be deleted from the database ?
#6 Re: General support (1.4) » Upgrade from modded punbb1.2.12 to fluxbb1.4.4 » 2011-02-12 12:51:17
- Aabaz
It appears there are a few reports of glob incorrectly returning false rather than an empty array when open_basedir is enabled (as it imagine it is on a free/shared host) and no matches are found. If you don't mind, what language packs do you have installed, if any (in other words what is in your lang/ folder)?
Is it possible that this function glob has been deactivated by the provider to ensure against security issues ? This provider is known to deactivate a lot of PHP functions that could cause security issues (chown for example) and glob has been reported as a security issue in old php releases.
That could be it, i will use the .htaccess trick anyway.
#7 Re: General support (1.4) » Upgrade from modded punbb1.2.12 to fluxbb1.4.4 » 2011-02-12 12:19:43
- Aabaz
Another solution for this particular host (free.fr) is possible, following the advice of Guims over at fluxbb.fr I created an .htaccess file in the board root with the following content :
php 1
SetEnv PHP_VER 5
##Passage register globals off
SetEnv REGISTER_GLOBALS 0
## identifiant de session placé dans le cookie
SetEnv SESSION_USE_TRANS_SID 0
It effectively changed the version of PHP used to 5.1.3RC4-dev.
#8 Re: General support (1.4) » Upgrade from modded punbb1.2.12 to fluxbb1.4.4 » 2011-02-12 12:09:04
- Aabaz
English and French
#9 Re: General support (1.4) » Upgrade from modded punbb1.2.12 to fluxbb1.4.4 » 2011-02-12 11:51:24
- Aabaz
I am running db_update.php right now and an error message appears from time to time
Reconstruction de l'index pour message 8583
Warning: Invalid argument supplied for foreach() in /path/domain/forums/include/functions.php on line 1688
Reconstruction de l'index pour message 8584
...
It did not appear with the stable release. It does not stop the script though.
I can now connect normally and everything seems to be ok.
I'll check more thoroughly and get back to you
#10 Re: General support (1.4) » Upgrade from modded punbb1.2.12 to fluxbb1.4.4 » 2011-02-12 11:15:54
- Aabaz
Well you are right, the version of PHP is 4.4.3-dev which was released 5 years ago. I know this host is crap but it is the only free one that i know of (without ads) and it seems enough for a small board.
I'll try a dev version then
thank you
#11 Re: General support (1.4) » Upgrade from modded punbb1.2.12 to fluxbb1.4.4 » 2011-02-12 11:01:16
- Aabaz
I don't know what is the server time zone, it is a french provider (free.fr) so i guess it is UTC+1.
The parameter o_default_timezone is set to 1 in punbb_config on my database so i guess it is also UTC+1.
Regarding cookies : i am running firefox on ubuntu and i found in Edit>>preferences that a cookie exists for the domain though it does not look like the one you pasted. Here is what i see :
Name: punbb_cookie
Content: 2%7C%7C1297509502%7C
Host: test domain
Path: /
#12 Re: General support (1.4) » Upgrade from modded punbb1.2.12 to fluxbb1.4.4 » 2011-02-12 10:44:58
- Aabaz
I deleted my browser's cache but it changed nothing.
I don't know anything about provider's cache.
(I also started a discussion on the board of the fluxbb french community http://fluxbb.fr/forums/viewtopic.php?id=11664 )
#13 Re: General support (1.4) » Upgrade from modded punbb1.2.12 to fluxbb1.4.4 » 2011-02-12 10:16:34
- Aabaz
Thank you it works after deleting these cache files.
But now i still can't log in : when i enter username and password in login.php i am redirected to index.php without being logged in. I know it is the right username/password because if i try a random password i get an incorrect password notification.
Thanks again for your help.
#14 General support (1.4) » Upgrade from modded punbb1.2.12 to fluxbb1.4.4 » 2011-02-12 09:36:17
- Aabaz
- Replies: 23
Hi,
i'm trying to upgrade an old board running a modded version of punbb1.2.12 to the latest version of fluxbb. I'm first doing a test on another domain just to be safe.
So i just uploaded the fluxbb files on the test domain and copied config.php from the production to the test domain (i also copied the database).
When i go to the test domain, i can run db_update.php and everything seems to work (i can see the database is modified).
But when i tried to login i'm redirected to my production domain instead of the test domain, so i guess it is only a configuration problem.
I changed o_base_url in the config table but it did not make any difference.
Is there another place where this parameter is set ?
Thanks
Aabaz
#15 Feature requests » Latex capability » 2011-02-11 17:58:13
- Aabaz
- Replies: 0
Hi,
I would like to know if someone know a way of giving users the ability to type scientific equations with a latex-like editor inside fluxbb ?
The only requirement is that it got to work only with php because of the hosting restrictions.
I know of PHPMathPublisher wich does it but i wanted the input of your community, just in case i missed a good alternative.
I also post this in feature requests because i would find it a nice feature for fluxbb, or maybe an official extension as i heard the fluxxbb developement could go that way.
Thanks for your help.
Aabaz
#16 Re: FluxBB discussion » As FluxBB / PunBB but another name » 2009-04-15 07:45:15
- Aabaz
I think the mention "powered ..." has no legal value whereas you must keep the copyright notices in all files.
#17 Re: Programming » Free PHP IDE » 2009-01-18 17:40:53
- Aabaz
I don't know about winsyntax but i tried a few softwares amongst those listed in this thread and i settled for netbeans.
Don't ask me why i chose it, maybe it was the most straightforward for me or because you can use it with windows/mac/linux so i'm not completely lost whenever i move to another OS
#18 Re: Show off » Demo/Download: WhiteBlue Style (Basic) » 2009-01-04 10:03:22
- Aabaz
For me as well, and it is a little too bright for my taste (if it's intended).
#19 Re: FluxBB discussion » The future of FluxBB » 2008-12-24 09:09:45
- Aabaz
So maybe the simplest idea (maybe not the best) is to release the latest usable svn version as 1.3 (as dstroma said) so that people who are waiting for the extension system can start their project and give you developpers more time to add what features that you want to a 1.4 (2 ?) version.
Of course as i read that a lot of people are still planning on using 1.2 for quite a long time (heavily modded forums ...) you could always continue to improve it in the meantime if you have time.
Just my opinion
#20 Programming » Free PHP IDE » 2008-11-23 19:44:01
- Aabaz
- Replies: 17
Hi everyone,
i was wondering if you guys know some good free (maybe open source) php ide ?
Thanks for your help, i've been searching on the internet but i can't make up my mind on which one to choose so i could use some user advice.
#21 Re: Announcements » Development team changes » 2008-11-01 04:19:18
- Aabaz
I would have to agree with some of the comments above, it doesn't hurt (or waste time) to post a weekly update on the forum.
FluxBB definitely needs a PR guy
#22 Re: FluxBB discussion » "based on code copyright (C) 2002-2008 PunBB.org" removal » 2008-10-21 21:43:12
- Aabaz
I'm not sure you can just agree to remove previous contributors to your code under the GPL.
Anyway, even if it is possible, i don't think it is a good idea at all
#23 Re: FluxBB discussion » Migrating from phpBB2? » 2008-10-11 10:33:20
- Aabaz
I don't want to answer for anyone here but i think there is a converter being developed at the moment that will support phpBB forums.
I'll put the link to the right topic here if i find it.
Edit: http://fluxbb.org/forums/topic/1908/the-converter/ but i don't know if it will work for 1.3beta3 or if it's just planned for 1.3stable
#24 Re: Announcements » International support » 2008-09-16 09:02:09
- Aabaz
Tell me if i am wrong but the English forums will always be the official support forums (obviously because the devs speaks english) so none of the information displayed on other support forums would be 100% accurate (in a worst case scenarion because of course i know that there are very competent fluxbb users that speaks other languages than english).
The second point is that a lot of fluxbb users (at least those around here) speaks more than one language and are able to browse information in english and in other languages so maybe the support forums being separated would make that difficult.
My conclusion is that there may be a way to keep the support forums together with categories for each language supported (or any other solution that would keep the forums from being separated).
I don't know if i'm making any sense to you, excuse my bad english.
