11
ukandrewf
Re: Instant-Zero closes its doors
  • 2009/11/26 18:14

  • ukandrewf

  • Friend of XOOPS

  • Posts: 198

  • Since: 2002/12/2


I too was a customer of instant-zero and herve.

This was my second project with him and once complete i had others planned that i would like to have moved through.

I think one of his other customers mentioned that there was no explaination of what happened or why he's closing.

I know very little about his business, other than he was a nice guy who did good work.

i have been left in the lurch because i had paid an upfront 10% deposit and only had first visuals delivered.

Andrew

p.s. i was doing a redesign of my site theme, www.colournation.com



12
ukandrewf
Re: Sendmail doesn't work after migration
  • 2009/10/21 15:44

  • ukandrewf

  • Friend of XOOPS

  • Posts: 198

  • Since: 2002/12/2


i had same problem and fixed it like this.

I host my email on another server to my webserver (for hosted outlook).

My control panel simply (2 months later) needed the tick next to the mail account under edit domain to be removed.

This stooped the server trying to resolve email addresses locally and instead go to the mx record which showe dthe email was hosted elsewhere.

ONE TICK BOX!!! aaaaaargh

Edit Domain
Web Site
Mail Account
Disk Quota (MB):





13
ukandrewf
Re: SITE DOWN :(
  • 2009/4/26 16:36

  • ukandrewf

  • Friend of XOOPS

  • Posts: 198

  • Since: 2002/12/2


thanks for the tip and yes we have tried that but it didn't work. There seems to be some problem with php. There was a problem with php for the whole server which has now been fixed for everyone else but it hasn't fixed my problem.

Andrew



14
ukandrewf
Re: SITE DOWN :(
  • 2009/4/26 13:10

  • ukandrewf

  • Friend of XOOPS

  • Posts: 198

  • Since: 2002/12/2


MY site is still down after 7 days!!

FastHosts my hosting provider know taht the problem appears to be their server but aren't finding a solution as yet.

I've therefore had to do what I can at my end to ensure a) I have compelete backups and b) see if i can get xampplite running on my local machine to prove i haven't lost my entire XOOPS site 5 years in the building.

I'll document the main steps incase they help anyone and in the hope you can get me past the latest hurdel.

1) I needed to get the latest dump of my sql database to esnure i hadn't lost the database in this fiasco. I do not have php running so could not use this route to get a backup. Finally I found MySQL Administrator a windows software program that would download the database for me. This gave me a 40meg file.
2) I installed xampplite to create a test server on my windows vista home premium system. This worked ok. (gives you php and sql etc test server)
3) You cannot upload sql dumps which are larger than 16 meg in phpmyadmin (a problem I'd encountered before) BIG shout out tohttp://www.rusiczki.net/2007/01/24/sql-dump-file-splitter/ who found a little app which will split an sql dump you have previously backedup. (Everyone seems to suggest using bigdump.php but this only works on the server not with an existing sql backup dump or when php is not working). This split my database into four files (1xtables and 3xdata) which allowed me to load it on to my localhost server in parts small enough for myphpadmin to cope with.

4) my problem now is that I'm getting....
Quote:
This page cannot be displayed due to an internal error.

You can provide the following information to the administrators of this site to help them solve the problem:

Error: Unable to connect to database'


This error. I guessed this is because somehow no user has been setup for the database. XOOPS manifile.php has my password and username used for the database before. The host is set to 'localhost' but the connection is failing.

In xampplite/phpmyadmin/ i have tried to edit config.inc.php which i think may be where this user data should be held?

Quote:
/* User for advanced features */
$cfg['Servers'][$i]['controluser'] = 'user';
$cfg['Servers'][$i]['controlpass'] = 'password';


I'm not sure if this is where the database user should be managed? or indeed if the db user is actually the problem here.

**fixed** changed the mainfile.php user name to root (the user already shown in MYSQLADMIN for the test server and .... my site popped back up on the test server. THANK GOD!! Now I at least i know i have a fully working site and can change hosts if i need to.

Andrew

Any ideas?



15
ukandrewf
Re: SITE DOWN :(
  • 2009/4/22 20:46

  • ukandrewf

  • Friend of XOOPS

  • Posts: 198

  • Since: 2002/12/2


Finally after hours on the phone thye host has admited that this is a server fault issue.

If anyone else has a similar problem this was proved by creating a test .php file and then trying to access it from the website. When it did nothing and evenutually timed out to the same 'Internal Server Error' we knew that this was not an XOOPS problem but a server problem.

Until I see my website back and live I won't assume a fix but this is a big step forward. It's easy for the host company to blame the script (and difficult for us to be sure it's not the script).

Andrew



16
ukandrewf
Re: SITE DOWN :(
  • 2009/4/22 20:08

  • ukandrewf

  • Friend of XOOPS

  • Posts: 198

  • Since: 2002/12/2


i have now managed to compelete the chmod using an ftp client (so who knows what was happening before when i couldn't do this).

I'm now getting (after some considerable pause)...

'Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.'

this doesn't look like an XOOPS error report and..

two other thoughts
a) is there a way to login and access the admin backend so i can switch debug mode on?
b) if i navigate tohttp://www.colournation.com/modules/system/admin.php
the link just times out. I think I'm right in saying that normally i should see a 'sorry you don't have permission' message immediately doing this and if i'm not then this suggests the problem may not be with XOOPS but with the server itself (this is reenforced by what appears to be a non XOOPS error above).

ideas?

Andrew

[edit ghia: removed emailaddress for privacy and spam]



17
ukandrewf
Re: SITE DOWN :(
  • 2009/4/22 13:40

  • ukandrewf

  • Friend of XOOPS

  • Posts: 198

  • Since: 2002/12/2


my hosting company is now telling me to use PuTTY to 'ssh' into my server and do the chmod on the folders I want. I am clueless about all this and annoyed that my normall ftp client can't do the chmod themselves (Dopus and LeechFTP).

Any help and syntax i'd need to do type to chmod the following locations appreciated.
Xoops_data chmod 777
xoops_data/caches/ chmod 777
xoops_data/caches/smarty_cache chmod 777

(do we think these three folders will be enough?)

Reading another threadhttps://xoops.org/modules/newbb/viewtopic.php?topic_id=67949&forum=1&post_id=308523#forumpost308523 it appears that if i could just do the chmod I should be back up.

Andrew



18
ukandrewf
Re: SITE DOWN :(
  • 2009/4/22 11:36

  • ukandrewf

  • Friend of XOOPS

  • Posts: 198

  • Since: 2002/12/2


To update a little my quest, when they truned off the load balancing they changed my server which explains part of the problem. I realised this when instead of using www.colournation.com to access I used the backdoor pre-dns update path which looked a bit like www.domainx876.myhostingcompany.com this showed a different error to the line 25 shown at the top of this tread. it showed xoops_path error which made me double check the server link i had been given - and see taht the server had changed.

I updated my mainfile.php and still got the same 'line 25' error on www.colournation.com but using the backdoor url as above i now got...

This page cannot be displayed due to an internal error.

You can provide the following information to the administrators of this site to help them solve the problem:

ErrorSmarty errorunable to write to $cache_dir '/myhost/c/colournation.com/user/htdocs/xoops_data/caches/smarty_cache'Be sure $cache_dir is writable by the web server user.

Backtrace:
/class/
smarty/Smarty.class.php (1092
/class/
smarty/internals/core.write_cache_file.php (81
/class/
smarty/Smarty.class.php (1278
/class/
theme_blocks.php (144
/class/
theme_blocks.php (97
/class/
theme_blocks.php (38
/class/
theme.php (250
/class/
theme.php (75
/
header.php (66
/
index.php (78)


Now a thread on this subject on the form said to chmod the directories to 777 (currently 755).
But when i try to do this i get.
'An error occured modifiying 'xoops_data': 550 COLUD NOT CHANGE PERMS ON XOOPS_DATA: BAD FILE DESCRIPTOR'

I've informed my hosting company and tried other folders which gave the same error.

This suggests i hope some problem with my hosting setup which isn't allowing chmod and hopefully when fixed and i change to 777 all might work (BIG FINGERS CROSSED).

Andrew



19
ukandrewf
Re: SITE DOWN :(
  • 2009/4/22 9:10

  • ukandrewf

  • Friend of XOOPS

  • Posts: 198

  • Since: 2002/12/2


i didn't have to do that last time when moving from live site to the scripting server can you explain or point me at an explanation of the steps needed to do this.

also they put me on a load balanced server spreading my site across three servers - could this be causing a problem? They have switched me back off this but I'm not sure if it has happened yet - certainly site is still not working.

Andrew



20
ukandrewf
Re: SITE DOWN :(
  • 2009/4/22 8:00

  • ukandrewf

  • Friend of XOOPS

  • Posts: 198

  • Since: 2002/12/2


this upgrade to 2.3.3 was all working perfectly on the scripting server after upgrade. It only brok when it moved back to the live server.

Andrew




TopTop
« 1 (2) 3 4 5 ... 17 »



Login

Who's Online

135 user(s) are online (98 user(s) are browsing Support Forums)


Members: 0


Guests: 135


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits