Search found 6 matches
- Sun Mar 15, 2009 11:37 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: (solved sort of)Problems with upgrade 1.5.2 - 1.5.3
- Replies: 7
- Views: 71929
(SOLVED - sort of) Re: Problems with upgrade 1.5.2 - 1.5.3
I gave up trying to fix this, so I reinstalled. Interestingly, the line in config.php, $config['dbms'] = 'mysqli'; now reads $config['dbms'] = 'mysql'; I wonder why the difference. To test if I could recreate the problem I changed mysql to mysqli and refreshed the browser but no difference (I'm sort...
- Sat Mar 14, 2009 2:04 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: (solved sort of)Problems with upgrade 1.5.2 - 1.5.3
- Replies: 7
- Views: 71929
Re: Problems with upgrade 1.5.2 - 1.5.3
In the 1.5.3 package, there are 2 files in /install/schema, initial.sql and extra.sql. There are no instructions in upgrade.txt to suggest these files should be run against the database. Should they?
regards
regards
- Sat Mar 14, 2009 1:59 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: (solved sort of)Problems with upgrade 1.5.2 - 1.5.3
- Replies: 7
- Views: 71929
Re: Problems with upgrade 1.5.2 - 1.5.3
Thanks for replying Alby. I didn't notice that difference in the error message. I guess is should read Host/DB mysqlxx...... /ausc_csm. The only change I make to reproduce the error is to remove read permission to "others" from config.php. Before the upgrade, 'others" did not have rea...
- Sat Mar 14, 2009 2:48 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: (solved sort of)Problems with upgrade 1.5.2 - 1.5.3
- Replies: 7
- Views: 71929
Re: Problems with upgrade 1.5.2 - 1.5.3
Contents of config.php. I've not manually changed anything, so this is pretty much 'out of the box'. If anyone can help .... please. I want to start template and content changes soon as this company is going live early April. <?php $config['php_memory_limit'] = ''; $config['process_whole_template'] ...
- Sat Mar 14, 2009 2:37 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: (solved sort of)Problems with upgrade 1.5.2 - 1.5.3
- Replies: 7
- Views: 71929
Re: Problems with upgrade 1.5.2 - 1.5.3
Here is most of the contents of phpinfo(). I've snipped module details out because of word wrap and it exceeded 20k characters. PHP Version 5.2.6 System FreeBSD bsd15.qnetau.com 6.2-RELEASE-p11 FreeBSD 6.2-RELEASE-p11 #0: Wed Apr 9 06:27:18 UTC 2008 Build Date Jun 26 2008 15:41:31 Configure Command ...
- Fri Mar 13, 2009 11:19 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: (solved sort of)Problems with upgrade 1.5.2 - 1.5.3
- Replies: 7
- Views: 71929
(solved sort of)Problems with upgrade 1.5.2 - 1.5.3
First post: Hi all. I'm using PHP 5.2.6. mysql -V reports mysql Ver 14.12 Distrib 5.0.51a, for portbld-freebsd6.2 (i386) using 5.0. phpinfo() doesn't report the actual version of apache I'm sorry to say. This is a shared server environment. I was running 1.5.2 on 2 different hosts (different compa...