Page 1 of 1

google search destoryed my blog????

Posted: Fri Mar 24, 2006 1:53 pm
by Capt Mike
hi,

I could not get the google search plug to work, so i went to google and got the html code, installed it in the html nugget sidebar, saved it, and bammo. site is gone...only part of it loads now, the side bars, and the html, no css or content...no error messages, nothing.... very depressing..

www.stgeorgebroadcasting.com it is a news site, so any help will be great in order to get the site running again.

Thanks..

ok, more news. im useing newspaper theme, so i changed themes and the content came back and this error was in the side bar area.

Fatal error: Maximum execution time of 30 seconds exceeded in D:\websites\stgeorgebroadcasting\include\db\mysql.inc.php on line 80

reinstalled newpaper, and still broken....

bly me!! :shock: if i click on a catagory it works in that section???

Very odd, very odd indeed.....

Re: google search destoryed my blog????

Posted: Fri Mar 24, 2006 2:11 pm
by garvinhicking
Hi!

It seems you also did something else and enabled the "embed" option of the s9y configuration?

Because when you look at the HTML output of your site, there are not HTML headers.

Regards,
Garvin

i dont understand

Posted: Fri Mar 24, 2006 2:15 pm
by Capt Mike
sorry i did not think you would answer soo soon, i was playing around try to get something to happen.

what is all this about embed, not sure what to make of that...

Thank for the quick help

Re: i dont understand

Posted: Fri Mar 24, 2006 2:32 pm
by garvinhicking
Hi!

Embedding is ddescribed in our documentation; it's there to show serendipity within a different website framework.

Sadly your webpage also loads reaaaaaly slow...?!

Regards,
Garvin

embedding

Posted: Fri Mar 24, 2006 2:58 pm
by Capt Mike
well i never tryed to embeded the website...
all i did was insert the google html for the search in the html nugget side bar....gee

well it loads extra slow now.....i dont know where to start?

it was fast...

What should i do??? im not a real web designer, i just play one on tv...

btw: the fourms are fast...

http://www.stgeorgebroadcasting.com/fourm/

Re: embedding

Posted: Fri Mar 24, 2006 4:17 pm
by garvinhicking
Firs tyou should enter the s9y configuration and see if you accidentally enabled the Embed mode.

Then I would suggest to go to the admin panel and just remove that HTML nugget again and see if the problems disappear?

embeding

Posted: Fri Mar 24, 2006 11:09 pm
by Capt Mike
well, in the configeration, embeding is set to "no".

i did remove the html nugget, no change.

I also removed the google search bar code from the html nugget.

still broken....

Thanks for helping.

If i load, theme carl the content returns, but all of the side bar info dissappers?

Also, only the frount page is messed up, all other pages work?

with carl green, I get this error:
Fatal error: Maximum execution time of 30 seconds exceeded in D:\websites\stgeorgebroadcasting\include\db\mysql.inc.php on line 80

Re: embeding

Posted: Sun Mar 26, 2006 9:46 pm
by garvinhicking
Maybe it helps if you delete the files in your templates_c directory and try again. It seem ssome of your template files might be corrupted.

The maximum execution time is a problem with your MySQL server. Generally, your server is pretty slow, you might want to check back with your provider on whats going on.

Regards,
Garvin

template_c did not do it

Posted: Mon Mar 27, 2006 6:47 am
by Capt Mike
Well, Gavin i tried that, deleted the whole template_c folder, copied news ones to it.. no change.

Do you think my server is slow now or from before? Because since this happpened it has been super slow..

Thanks for you help..

Re: template_c did not do it

Posted: Mon Mar 27, 2006 1:06 pm
by garvinhicking
Hi!

I really can'T tell without access to your blog. It could very well be related to something that your provider did?

Regards,
Garvin

blog access

Posted: Mon Mar 27, 2006 1:13 pm
by Capt Mike
Hi Gavin,

Well it is a dedicated server, so nothing had happened that I know of. As, I had done anything.

I can give you access, please tell me how to send you the information, so it is secure. email, pm? Image, that admin access to the server would be best so you can look at everything. Is that so?

Thanks, for your help, i would really hate to wipe out everything.
Also, i did a total delete and copy of all the files, for s9y, and it did not change anything. I wonder if it is a mysql problem?

Re: blog access

Posted: Mon Mar 27, 2006 1:28 pm
by garvinhicking
Hi!

Okay, I can look at it. But I'm a bit ill at the moment, so I might not be able to achieve it today.

Please mail me the access data to "serendipity at supergarv dot de" !

Best regards,
Garvin

server info sent

Posted: Mon Mar 27, 2006 3:09 pm
by Capt Mike
Ok, gavin

I sent you the server info, and db log in info.

hope you find the problem.

Thanks

Posted: Tue Mar 28, 2006 12:24 am
by Capt Mike
whoooooo hoooooooo

you did it! :shock: Well done grommit! :D

I will try to do as you say, with MySql, as i have little to no idea as to go about that, however mysql is so important, i think it is worth learning.

Thanks,
Okay, it seems your SQL setup was problematic. No index keys were created! Thus
a query took 30 seconds instead of only 1 seconds.

I added the most required index keys. I suggest you go through the sql/db.sql
file and check each index and recreate it on your host.

For now it seems to be up and running. However it is
still a bit slow, so I suggest you to look into MySQL optimizing and methods to
give it more RAM and Query Cache...

Best regards,