Really strange, firefox "see" links as https and chrome (iron : chrome without spywares) "see" http oO
1 2010-11-04 20:09
Re: [ url ]http://links.tld[ / url ] redirect https://links.tld (1 replies, posted in PunBB 1.3 troubleshooting)
2 2010-11-03 20:21
Re: [solved] Which tool does I need to edit sqlite2 DB ? (2 replies, posted in PunBB 1.3 troubleshooting)
LOL,
aptitude install sqlite
is sufficient.
closed.
3 2010-11-03 14:27
Re: [solved] Which tool does I need to edit sqlite2 DB ? (2 replies, posted in PunBB 1.3 troubleshooting)
Reply to myself :
I don't find anything on Debian (my server) but on my Archlinux desktop, I can download
pacman -S community/sqlite2
++sputnick;
4 2010-11-02 09:55
Topic: [ url ]http://links.tld[ / url ] redirect https://links.tld (1 replies, posted in PunBB 1.3 troubleshooting)
Hi,
my punBB forum² is running under SSL through https://url.tld
but when someone puts a link in those tags, when we follow the links, punBB substitute http:// by https://
Is there something to set or a workaround ?
Regards,
sputnick.
²
- punbb-1.3.4
- Linux Debian SID
- apache 2.2 + sqlite
5 2010-10-30 16:54
Topic: [solved] Which tool does I need to edit sqlite2 DB ? (2 replies, posted in PunBB 1.3 troubleshooting)
Hi,
as far as I know, sqlite support is sqlite2 :
$ file my.db
acsid: SQLite 2.x database
In other web sites, I use sqlite3 or sqlitebrowser, but both can't read this version of sqlite.
What people using for sqlite2 these days ?
If I can't find anything, is anyone have a script to connect to the DB and execute some SQL code ?
I took a look in the code of index.php, but there's many includes() and I don't understand well 'who's who'.
Thanks, sputnick.
6 2010-10-30 16:46
Re: How can I change "mail_from" value ? (6 replies, posted in PunBB 1.3 troubleshooting)
Thanks, I find a workaround -> using smtp.googlemail.com:<SMTP PORT>
7 2010-10-29 22:20
Re: How can I change "mail_from" value ? (6 replies, posted in PunBB 1.3 troubleshooting)
Done, but still having problems. I have a postfix log sample :
first with a real error to yahoo : :
Oct 30 00:06:24 digi00340 postfix/pickup[27903]: 7CB161A07A: uid=33 from=<www-data>
Oct 30 00:06:24 digi00340 postfix/cleanup[29523]: 7CB161A07A: message-id=<20101029220624.7CB161A07A@foo.tld>
Oct 30 00:06:24 digi00340 postfix/qmgr[12820]: 7CB161A07A: from=<www-data@bar.tld>, size=947, nrcpt=1 (queue active)
Oct 30 00:06:24 digi00340 postfix/smtp[29525]: 7CB161A07A: host mx2.mail.eu.yahoo.com[77.238.184.241] refused to talk to me: 421 4.7.0 [GL01] Message from (95.130.11.145) temporarily deferred - 4.16.50. Please refer to http://postmaster.yahoo.com/errors/postmaster-21.html
Oct 30 00:06:25 digi00340 postfix/smtp[29525]: 7CB161A07A: to=<me@yahoo.fr>, relay=mx1.mail.eu.yahoo.com[77.238.177.9]:25, delay=1.3, delays=0.11/0.02/0.56/0.56, dsn=2.0.0, status=sent (250 ok dirdel)
The second one to gmail, no errors but no mails receveid.
Oct 30 00:06:25 digi00340 postfix/qmgr[12820]: 7CB161A07A: removed
Oct 30 00:09:45 digi00340 postfix/pickup[27903]: 069821A07A: uid=33 from=<www-data>
Oct 30 00:09:45 digi00340 postfix/cleanup[29581]: 069821A07A: message-id=<20101029220945.069821A07A@foo.tld>
Oct 30 00:09:45 digi00340 postfix/qmgr[12820]: 069821A07A: from=<www-data@bar.tld>, size=1141, nrcpt=1 (queue active)
Oct 30 00:09:46 digi00340 postfix/smtp[29583]: 069821A07A: to=<me@gmail.com>, relay=gmail-smtp-in.l.google.com[209.85.227.27]:25, delay=1.1, delays=0.1/0.02/0.35/0.61, dsn=2.0.0, status=sent (250 2.0.0 OK 1288390186 m64si4944333weq.4)
Oct 30 00:09:46 digi00340 postfix/qmgr[12820]: 069821A07A: removed
Any idea ? I have many vhosts on my server, the mailname is setted in a config file.
8 2010-10-28 22:40
Re: How can I change "mail_from" value ? (6 replies, posted in PunBB 1.3 troubleshooting)
Hi Grez,
I have the good settings in Administration > Settings > E-mail, so I don't understand.
9 2010-10-28 22:10
Topic: How can I change "mail_from" value ? (6 replies, posted in PunBB 1.3 troubleshooting)
Hi,
when punBB 1.3 sends emails, the "mail_from" is not what I expected.
How can I change that to a specific email adress ?
I tried to change cache/cache_config.php with
'o_mailing_list' => 'foo@bar.tld',
'o_admin_email' => 'foo@bar.tld',
'o_webmaster_email' => 'foo@bar.tld',
but there's no changes.
++, sputnick.