Skip to main content
Topic: ElkArte 1.0 beta 2 released (Read 12196 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

Re: ElkArte 1.0 beta 2 released

Reply #15

Just something stupid I did all good though.  :-[

Re: ElkArte 1.0 beta 2 released

Reply #16

Ran the upgrade.php and now having a problem, Site can't connect to the Database- any clue how to get it back.

Re: ElkArte 1.0 beta 2 released

Reply #17

From what I see now from your site you (or the upgrader) set it to maintenance mode level 2, now what you can do is open Settings.php find:
Code: [Select]
$maintenance = 2;
and change it to:
Code: [Select]
$maintenance = 0;
Bugs creator.
Features destroyer.
Template killer.

Re: ElkArte 1.0 beta 2 released

Reply #18

worked great thank you  :D

It was me the upgrade script did this.

Re: ElkArte 1.0 beta 2 released

Reply #19

Eh question: I haz old alpha Elks hiding on my local. The download link on the front page here just gives me a basic install pack, so obviously I need upgrade files. So, took a look over on GitHub (may its name be cursed forever) and there's a nifty pile of stuff here:

https://github.com/elkarte/Elkarte/tree/master/install

So, if upgrading an alpha Elk to Latest Awesomeness, what effin filez do I need? Kthnx. ;D
Master of Expletives: Now with improved family f@&king friendliness! :D

Sources code: making easy front end changes difficult since 1873. :P

Re: ElkArte 1.0 beta 2 released

Reply #20

Try using the attached file, not tested at all... O:-)
Bugs creator.
Features destroyer.
Template killer.

Re: ElkArte 1.0 beta 2 released

Reply #21

K. Will give it a whirl and see what explodes. :D

ETA: Ha. Just saw this: http://www.elkarte.net/community/index.php?topic=1120.0

So it'll be needing an RC1 upgrade.
Master of Expletives: Now with improved family f@&king friendliness! :D

Sources code: making easy front end changes difficult since 1873. :P

Re: ElkArte 1.0 beta 2 released

Reply #22

Last time I started a "WIP" it took 2 months before the actual release. :P

From any beta up to final it should (unless we face some serious problem that forces us to break something) the upgrade should be just a matter or replacing the files. No need for "upgrades". ;)
Bugs creator.
Features destroyer.
Template killer.

Re: ElkArte 1.0 beta 2 released

Reply #23

Well ok then. I'm probably thinking of SMF 2.0 "betas" too much. :D
Master of Expletives: Now with improved family f@&king friendliness! :D

Sources code: making easy front end changes difficult since 1873. :P

Re: ElkArte 1.0 beta 2 released

Reply #24

O:-)

:P
Bugs creator.
Features destroyer.
Template killer.

Re: ElkArte 1.0 beta 2 released

Reply #25

QuoteCritical Error!
The installer was unable to detect any database support in PHP. Please ask your host to ensure that PHP was compiled with the desired database, or that the proper extension is being loaded.

What's it looking for?  :o

Re: ElkArte 1.0 beta 2 released

Reply #26

If you've been using mysql, it's looking for mysqli the new mysql module.  Got bit by the same thing.  You have to have the module built for php.  Elk really needs to state this somewhere since it's a change from SMF 2.0x.

Re: ElkArte 1.0 beta 2 released

Reply #27

Seems like we could update the error message with what db interfaces we are looking for ... as a start.

 

Re: ElkArte 1.0 beta 2 released

Reply #28

Probably good.  And isn't there a requirements page somewhere?  Should probably call out the i version of the mysql module there with a not the older mysql.... type line.