PHP-Nuke Services - Addons, Modules, Blocks Vizitati www.westdesign.ro Select Interface Language:EnglishRomanian
  Login or Register HomeForumsDownloadsYour AccountWeb LinksContact   
SectionsShow\Hide
MultiheadlinesShow\Hide
LoginShow\Hide
~ Welcome, alien
Nickname Password
(Register)

~ Membership:

Greetings to the newest member jincesoft
~ New Today: 0
~ New Yesterday: 0
~ Overall: 4306

~ People Online:
~ Visitors: 9
~ Members: 0
~ Total: 9
~Aikon is offline
on Yahoo Msg.
Link to meShow\Hide

aikons.net
Search in FeedsShow\Hide
Search in feeds
HistoryShow\Hide
On 17 May


Speed Up   Pause   Speed Down
DictionaryShow\Hide
Enter the word

Romanian users only

- aikons.net - PHP-Nuke Services Forum Index


This topic is locked: you cannot edit posts or make replies. Page 1 of 2
Goto page 1, 2  Next
Really annoying bug with MultiHeadlines 1.0 AND 2.0
Message Author
Reply with quote
Post Posted: Friday 21 April, 2006 15:11

Maybe this is just me but, whenever my database gets more than around 200 news, several links on my site fail completely.

This has happened on both 1.0 version and 2.0 version of Multiheadlines.

When I click on say the main headlines page all I get is a blank white page with the number "35" or sometimes "51" in the top left-hand corner! Now wth is that about?

Even if i turn error reporting on, nothing. When I view html source too, nothing only one of the two numbers, nothing else, no html code at all. Really strange.

I have plenty of storage left in my database. Check this error out for yourself it happens often!

Help Aikons, anybody, have you ever seen this before!?

View user's profile Send private message
Reply with quote
Post Posted: Friday 21 April, 2006 18:27

Quote:
Maybe this is just me but, whenever my database gets more than around 200 news, several links on my site fail completely.

What "links on your site" are you reffering to?

Quote:
When I click on say the main headlines page all I get is a blank white page with the number "35" or sometimes "51" in the top left-hand corner! Now wth is that about?

I don't see nothing wrong right now. Indeed database right now is empty[I wondering why- did you do something?] but I don't see nothing wrong and I never heard of or experienced this "bug"...so don't panic maybe you didn't do it as it should.

View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Saturday 22 April, 2006 14:23

Try it now, all site links are down even main page, but if I empty multiheadlines news table in sql everything is back to normal, so it must be something to do with Multiheadlines.

I run 7.8.3.1 btw, hope you can help!

View user's profile Send private message
Reply with quote
Post Posted: Saturday 22 April, 2006 16:36

I see but I don't know what to say. Maybe if you give me some access rights on your site[ftp, sql,...] I could run some tests later.

View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Saturday 22 April, 2006 17:10

thanks, but there should be no problems with access rights.

I did however notice this error when accessing my forum link

Code:
Warning: mysql_real_escape_string(): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /home/www/ufoemporium.co.uk/modules/Multiheadlines/functions.php on line 580


Does this mean anything to you? Too many connections too the database? I've no idea.

I run two multiheadlines side blocks and two centre blocks on my site. I can try and remove a couple if this might help?

View user's profile Send private message
Reply with quote
Post Posted: Saturday 22 April, 2006 18:35

Quote:
I run two multiheadlines side blocks and two centre blocks on my site. I can try and remove a couple if this might help?

It doesn't matter.

Quote:
Does this mean anything to you? Too many connections too the database? I've no idea.

Maybe it was something temporary. For some reason the script couldn't connect to local MySQL server.

Quote:
thanks, but there should be no problems with access rights.

Ok, as I said maybe if I run some tests on your site I'll get to bottom of this.

View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Saturday 22 April, 2006 18:55

Thanks Aikon! I appreciate your hard work on this wicked module! Very Happy

View user's profile Send private message
Reply with quote
Post Posted: Saturday 22 April, 2006 18:57

Just noticed another error message similar to last one in forums also...

Code:
Warning: mysql_real_escape_string(): A link to the server could not be established in /home/www/ufoemporium.co.uk/modules/Multiheadlines/functions.php on line 289


View user's profile Send private message
Reply with quote
Post Posted: Wednesday 26 April, 2006 08:48

I get those errors too but only when I have onfigured it to store data in the database, otherwise it is fine.
I know it is not down to mySQL connections on my own site as it is a dedicated server on which I have full control.
I am not too familiar with the mysql_real_escape function (Is this similar to mysql_free_results ?) so I'll have to read up on that before doing some investigation work.

View user's profile Send private message
Reply with quote
Post Posted: Wednesday 26 April, 2006 13:37

Sorry guys I can replicate this kind of error. I did some search though and found that it has to do something with the mysql server [incorect installed/compilled mysql server].

Try to use mysql_escape_string() function instead of mysql_real_escape_string() [blind guess]

View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Wednesday 26 April, 2006 15:57

Yes Aikon!

That has worked for me, no error messages right now. I will report back to this thread if anything else occurs.

Also, you can change the title of this thread if you like, perhaps its a little harsh.

Thanks again! Very Happy

View user's profile Send private message
Reply with quote
Post Posted: Wednesday 26 April, 2006 23:29

Bad News!

The numbers are back! My main index is not loading, just getting the same blank white page with "35" in the top left, the same with the Multiheadlines module and nearly ALL other pages.

Nothing in source code either, just this damned number 35!

Only admin pages are loading fine, as is the forums.

This is frustrating!

View user's profile Send private message
Reply with quote
Post Posted: Wednesday 26 April, 2006 23:36

This is too strange, I checked 5 mins after my last post and all is fine again!

How can this happen to me only? Could this be a host problem?? I used a paid host an not a free one!

View user's profile Send private message
Reply with quote
Post Posted: Saturday 29 April, 2006 16:18

richy, I think that issue is down to your host - possibly too many mysql connections as phpnuke is pretty intensive anyway or some other resource useage limitation the host has imposed due to the shared server environmant.

View user's profile Send private message
Reply with quote
Post Posted: Thursday 04 May, 2006 19:16

Guardian, I don't think it is.

Consider this... I go to my site and i get the aforementioned error of "51" on a blank page. I then empty the multiheadlines_news table in mysql database. Literally within seconds my site is running fine again.

This would indicate that the problem does not originate with my host but with the Multiheadlines module.

Any progress on this error yet Aikon? I thought you were doing tests of some sort? These errors are frequent!

View user's profile Send private message
Display posts from previous:
This topic is locked: you cannot edit posts or make replies. Page 1 of 2
Goto page 1, 2  Next
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
  


Page Generation: 0.61 Seconds