Search found 36 matches

by tommo
Thu Oct 26, 2006 12:07 am
Forum: General discussions
Topic: FAQ keeps MySQL sessions open
Replies: 10
Views: 16063

I think this is connected to the thread above and I need a bit of clarification..

I've been running 1.6.2 and my host pointed out a problem with mysql sessions not closing which were causing problems with server load.

I have now updated to 1.6.5 will this problem now be solved or do i need to also ...
by tommo
Wed Oct 26, 2005 10:32 am
Forum: General discussions
Topic: RSS and XML feeds
Replies: 1
Views: 4022

RSS and XML feeds

I am currently using the latest RSS feed to syndicate the last 5 articles submitted. This works really well and gives some good results. (great improvement in 1.5.3 Thorsten.. Vielen Dank)

However I usually get around 40 -60 articles a day submitted and would really like to be able to syndicate ...
by tommo
Wed Oct 26, 2005 10:25 am
Forum: General discussions
Topic: Sitemap option does not Mod_Rewrite Correctly
Replies: 12
Views: 15790

Thorsten wrote:Hi,

did you added the new rewrite rules from _.htaccess?

bye
Thorsten
I had but you put me on the right track and i went to .htaccess and made some changes and it works fine now..Thanks
by tommo
Wed Oct 26, 2005 9:47 am
Forum: General discussions
Topic: Sitemap option does not Mod_Rewrite Correctly
Replies: 12
Views: 15790

Thorsten wrote:Hi,

can you show me your page?

bye
Thorsten
www.freezine-articles.com

The sitemap file points to http://www.freezine-articles.com/sitemap-a.html
by tommo
Tue Oct 25, 2005 2:45 pm
Forum: General discussions
Topic: Sitemap option does not Mod_Rewrite Correctly
Replies: 12
Views: 15790

Was the sitemap issue fixed?

I get a 404 in 1.5.3
by tommo
Mon Oct 24, 2005 10:34 am
Forum: General discussions
Topic: Unable to submit.
Replies: 14
Views: 17749

Hi,

the RSS feeds are working so the data is in the database. How does the configuration look like at the point "Number of news articles"?

bye
Thorsten


:oops: :oops: :oops: That was the answer :oops: :oops:

really sorry I didn't spot that...

I also notice the 3rd problem I had was fixed as ...
by tommo
Mon Oct 24, 2005 10:19 am
Forum: General discussions
Topic: Unable to submit.
Replies: 14
Views: 17749

Hi,

what did you changed?

bye
Thorsten

I didn't change anything, I tried to roll back to 1.5.2 by reinstalling that , when that failed I reinstalled 1.5.3 again and the news disapeared.

Any news I add doesn't appear and the old news which is still shown won't appear either.

www.freezine ...
by tommo
Mon Oct 24, 2005 9:58 am
Forum: General discussions
Topic: Unable to submit.
Replies: 14
Views: 17749

Thorsten wrote:Hi,

I changed nothing in the news section... the news are shown in the RSS feeds. Strange! I'll take a look at it!

bye
Thorsten
This could have been caused when I tried the second install last night as it disapeared after that
by tommo
Mon Oct 24, 2005 9:48 am
Forum: General discussions
Topic: Unable to submit.
Replies: 14
Views: 17749

Thorsten wrote:Hi,

sorry, please use the new add.tpl file.

bye
Thorsten
Thank you that fixed the submit articles problem,

I still can't get news to appear on the front page , I get the "no news is good news " message, whilst in this case no news isn't good news!
by tommo
Mon Oct 24, 2005 9:32 am
Forum: General discussions
Topic: Unable to submit.
Replies: 14
Views: 17749

I tried again and it is still the same,
template/artikel.tpl file dated 23/09/2005

Is there any documentation for rolling back to the previous version? Or If i do a completly fresh install can I still connect to the database with the 1000's of records?

I have backups of the database and saturday ...
by tommo
Mon Oct 24, 2005 9:12 am
Forum: General discussions
Topic: Unable to submit.
Replies: 14
Views: 17749

Thorsten wrote:Hi,

you need to change template/artikel.tpl, not artikel.php.

bye
Thorsten

Yes thats what i did copied template/artikel.php to the site
by tommo
Mon Oct 24, 2005 8:08 am
Forum: General discussions
Topic: Unable to submit.
Replies: 14
Views: 17749

Thorsten wrote:Hi,

please use the new template/artikel.tpl file since we changed something there to enable multiple category selections in the public frontend in 1.5.3.

bye
Thorsten
Thorsten adding artikel.php made no difference, users can't submit and the news doesn't display
by tommo
Sun Oct 23, 2005 8:07 pm
Forum: General discussions
Topic: Unable to submit.
Replies: 14
Views: 17749

Unable to submit.

Thorsten,

I upgraded this morning to 1.53 and since then no one has been able to submit. If they try to submit even thought all boxes are completed they get the message telling them that they need to fill in the name email records etc.


Article Submission

Required fields are your name, your ...
by tommo
Thu Sep 29, 2005 3:58 pm
Forum: General discussions
Topic: rn appears in text
Replies: 24
Views: 28712

Hi,

you can change the both lines in save.php from

$content = $db->escape_string(safeSQL(safeHTML(nl2br($_POST["content"]))));
$contentlink = $db->escape_string(safeSQL(safeHTML($_POST["contentlink"])));

to

$content = $db->escape_string(safeHTML(nl2br($_POST["content"])));
$contentlink ...
by tommo
Thu Sep 29, 2005 7:53 am
Forum: General discussions
Topic: rn appears in text
Replies: 24
Views: 28712

Hi,

I could reproduce this issue. It only happened when a entry was written in the public frontend, right?

I fixed it and it should be available tomorrow in the stable CVS snapshot. The fix will be in 1.5.3

bye
Thorsten

yes, if an article is written in the front end or pasted in the front end ...