Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

How to check my version of PHP Fusion without logging in ?

Asked Modified Viewed 2,542 times
P
pete2009
P
wiring guide,wiring diagrams,consumer unit,photos,movies.- www.aboutelectricity.co.uk
  • Junior Member, joined since
  • Contributed 32 posts on the community forums.
  • Started 19 threads in the forums
  • Started this discussions
asked
Junior Member

Hi
I have got a problem. My website can not connect to MySQL.

Unable to establish connection to MySQL
2002 : Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)

Now, It may be because my provider stopped supporting PHP 5.3 , 4 and earliest.
What I am trying to do now is establish what version of PHP Fusion I have so I can do the upgrade. Normally I would log in and check it this way but now I can't do it :(
What can I do now to bring my website to live again ??
regards.
0 replies

4 posts

K
KasteR
K
KasteR 10
  • Senior Member, joined since
  • Contributed 290 posts on the community forums.
  • Started 1 thread in the forums
answered
Senior Member

That kind of error can occur when MySQL service is not running, or not configured properly. Maybe contact your host with those details and perhaps they can shed light on what's happening, or where the disconnect is.

Do you have phpMyAdmin? If you do, and still can't login, that's more than likely why. To answer your question, The only ways that I would know how to determine your version would be to check the original zip that you downloaded. Usually the file name is associated with the version. Other than that, you would have to login to the administration panel. The top panel title contains the version info. Obviously you can't try that one since you can't launch your page.
0 replies
D
douwe_yntema
D
  • Senior Member, joined since
  • Contributed 667 posts on the community forums.
  • Started 57 threads in the forums
  • Answered 1 question
answered
Senior Member

The version number is stored in the settings table
0 replies
P
pete2009
P
wiring guide,wiring diagrams,consumer unit,photos,movies.- www.aboutelectricity.co.uk
  • Junior Member, joined since
  • Contributed 32 posts on the community forums.
  • Started 19 threads in the forums
  • Started this discussions
answered
Junior Member

Quote

That kind of error can occur when MySQL service is not running, or not configured properly. Maybe contact your host with those details and perhaps they can shed light on what's happening, or where the disconnect is.
- by KasteR

You were right, it was host company fault. For some reason I did not have the full name of the database. It should be $ DB_HOST = "sql2.1000gp";
and it was earlier: $ DB_HOST = "SQL2";

Anyway, they changed it for me, website is working fine but I have noticed that BBcodes stopped working now :(
Table 'elektroi.fusion_errors' doesn't exist

I had to disable all of them.Is there a way to make it work again ?
0 replies
R
Rimelek
R
  • Senior Member, joined since
  • Contributed 301 posts on the community forums.
  • Started 23 threads in the forums
answered
Senior Member

You have lost one table at least. It is "fusion_errors". If this table does not exist your site will not work when the fusion tries to log an error.

If you have a daily backup, you can restore your system. If you do not have backup, ask your hosting provider if they have. If nobody has backup, install a new fusion using different table prefix, and rename any table in the new installation that does not exist with the original prefix.
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 4 posts
  • Votes 0 votes
  • Topic users 4 members

4 participants

P
P
wiring guide,wiring diagrams,consumer unit,photos,movies.- www.aboutelectricity.co.uk
  • Junior Member, joined since
  • Contributed 32 posts on the community forums.
  • Started 19 threads in the forums
  • Started this discussions
K
K
KasteR 10
  • Senior Member, joined since
  • Contributed 290 posts on the community forums.
  • Started 1 thread in the forums
D
D
  • Senior Member, joined since
  • Contributed 667 posts on the community forums.
  • Started 57 threads in the forums
  • Answered 1 question
R
R
  • Senior Member, joined since
  • Contributed 301 posts on the community forums.
  • Started 23 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet