New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
CMS alternatives
CMS alternatives
Hi,
It's not really support but it's the closest forum.
I've installed PHP-Fusion and Joomla.
Joomla is too slow, fusion - well all the sites look alike really.
Anyone tried any others that are as quick or reasonable as Fusion, any ideas?
Ta
J
It's not really support but it's the closest forum.
I've installed PHP-Fusion and Joomla.
Joomla is too slow, fusion - well all the sites look alike really.
Anyone tried any others that are as quick or reasonable as Fusion, any ideas?
Ta
J
CMS alternatives
Hi J
I tried SugarCRM, but found it very slow. I now use MODx, which is much quicker on Bubba.
MODx is at: http://www.modxcms.com/
Dougie
I tried SugarCRM, but found it very slow. I now use MODx, which is much quicker on Bubba.
MODx is at: http://www.modxcms.com/
Dougie
Re: CMS alternatives
Cool i'll look at that.dougie wrote:Hi J
I tried SugarCRM, but found it very slow. I now use MODx, which is much quicker on Bubba.
MODx is at: http://www.modxcms.com/
Dougie
I found http://opensourcecms.com/ but there is lots! and to install each one to see if it is slow.....
I might as well draw on user experiences.
J
I'm trying to install MODx on my bubba and have run into a strange problem. The install process goes fine, everything seems to be set up correctly - but when i login to the manager i get database connection failures.
This is what the public web shows:
Does anyone have an idea on what's going on? I haven't found anything in the sql-logs that helped either. A my-sql configuration issue perhaps?
This is what the public web shows:
I get the same error when I try to run this query as root directly from mysql, but as soon as I remove the ORDER BY clause it works (!).« MODx Parse Error »
MODx encountered the following error while attempting to parse the requested resource:
« Execution of a query to the database failed - Lost connection to MySQL server during query »
SQL: SELECT DISTINCT sc.id FROM `modx`.`modx_site_content` sc LEFT JOIN `modx`.`modx_document_groups` dg on dg.document = sc.id WHERE (sc.id IN (9,3,18) AND sc.published=1 AND sc.deleted=0 ) AND (sc.privateweb=0) GROUP BY sc.id ORDER BY sc.menuindex ASC
Does anyone have an idea on what's going on? I haven't found anything in the sql-logs that helped either. A my-sql configuration issue perhaps?
I've not used MySQL or this application, but that SQL statement looks rather heavy, depending on the amount of data it is parsing then having DISTINCT together with a JOIN and an ORDER BY in the same SQL query may take a while to execute. Perhaps there is some timeout setting for queries on your MySQL database ? Bubba being slower than a normal server may be causing the application (or MySQL) to timeout before it's got a response ?
How long does the query take to execute without the ORDER BY clause ?? Do you receive the above error mesaage immediately or after a long wait ?
How long does the query take to execute without the ORDER BY clause ?? Do you receive the above error mesaage immediately or after a long wait ?
what is the version of your mysql server?
cheers
Eek
Code: Select all
dpkg --list|grep mysql
Eek
The query is very quick, the response is something like 0.1s and the query parses only about 30 rows. The error is also immediate, not after a while as you would expect for timeout issues. Though, I'm not sure what the default time-out setting is. I'll check that tonight when I have shell access to the server.Clive wrote:How long does the query take to execute without the ORDER BY clause ?? Do you receive the above error mesaage immediately or after a long wait ?
I'm running v5.0.32Eek wrote: what is the version of your mysql server?
Ah, you have upgrade to Etch.
I had the same problem with php-fusion (Query with LEFT JOIN )
so i reverted back to mysql-server 4.0.24-10sarge3
I could not reproduce the bug/issue on an intel machine. So it seems to be limited to ARM port.
Also tried the mysql-server 5.0.51a-3 (Lenny), but gave the same problem.
But Osa had succes with that version. So you could try that one. Let me know!
Maybe it is the binaries, i have not tried to compile/make mysql-server from source. It is on my to-do list
... someday
cheers
Eek
I had the same problem with php-fusion (Query with LEFT JOIN )
so i reverted back to mysql-server 4.0.24-10sarge3
I could not reproduce the bug/issue on an intel machine. So it seems to be limited to ARM port.
Also tried the mysql-server 5.0.51a-3 (Lenny), but gave the same problem.
But Osa had succes with that version. So you could try that one. Let me know!
Maybe it is the binaries, i have not tried to compile/make mysql-server from source. It is on my to-do list

cheers
Eek
For the record, my own CMS runs PDO on MySQL. It is fine on Intel but php 5.2 mysql 5 running on ARM Etch is very buggy when you make it do anything mildly stressful. Seg faults causing Apache to crash are the symptom.
I hope it helps others thinking of trying the same things. On the other hand if anyone finds fixes then that please post!
I hope it helps others thinking of trying the same things. On the other hand if anyone finds fixes then that please post!