[opensuse] long shot - is anyone familiar with CMS made simple?
Apologies for being off-topic - I have a hosting customer who wants his website hosted with us. It was made by somebody else, and they are now unwilling to help with debugging a CMS Made Simple problem - they would prefer hosting locally on their own servers. I'll post the error message here: PHP Fatal error: Uncaught Error: Class 'SXCore' not found in /srv/www/vhosts/srv003053/htdocs/lib/classes/class.moduleoperations.inc.php:634\nStack trace \n#0 /srv/www/vhosts/srv003053/htdocs/lib/classes/class.moduleoperations.inc.php(1129): ModuleOperations->_load_module('SXCore', true)\n#1 /srv/www/vhosts/srv003053/htdocs/lib/classes/internal/class.CmsModuleInfo.php(164): ModuleOperations->get_module_instance('SXCore', '', true)\n#2 /srv/www/vhosts/srv003053/htdocs/lib/classes/internal/class.CmsModuleInfo.php(82): CmsModuleInfo->_read_from_module('SXCore')\n#3 /srv/www/vhosts/srv003053/htdocs/lib/classes/internal/class.CmsExtendedModuleInfo.php(12): CmsModuleInfo->__construct('SXCore', true)\n#4 /srv/www/vhosts/srv003053/htdocs/modules/ModuleManager/lib/class.ModuleManagerModuleInfo.php(12): CmsExtendedModuleInfo->__construct('SXCore', true)\n#5 /srv/www/vhosts/srv003053/htdocs/modules/ModuleManager/lib/class.ModuleManagerModuleInfo.php(163): ModuleManagerModuleInfo->__construct('SXCore', true, false)\n#6 /srv/www/vhosts/srv003053/ in /srv/www/vhosts/srv003053/htdocs/lib/classes/class.moduleoperations.inc.php on line 634, referer: https://www.swisscarconcierge.ch/ There is, afaict, no user support mailing list for CMS Made Simple. -- Per Jessen, Zürich (1.3°C) http://www.hostsuisse.com/ - dedicated server rental in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Mon, 19 Nov 2018 18:38:07 +0100 Per Jessen <per@computer.org> wrote:
Apologies for being off-topic -
I have a hosting customer who wants his website hosted with us. It was made by somebody else, and they are now unwilling to help with debugging a CMS Made Simple problem - they would prefer hosting locally on their own servers.
I'll post the error message here:
PHP Fatal error: Uncaught Error: Class 'SXCore' not found in /srv/www/vhosts/srv003053/htdocs/lib/classes/class.moduleoperations.inc.php:634\nStack trace [snip]
My first guess would be to search for some file(s) related to SXCore and if they exist check that they're in a place where PHP can find them.
There is, afaict, no user support mailing list for CMS Made Simple.
https://forum.cmsmadesimple.org/ ? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Dave Howorth wrote:
On Mon, 19 Nov 2018 18:38:07 +0100 Per Jessen <per@computer.org> wrote:
Apologies for being off-topic -
I have a hosting customer who wants his website hosted with us. It was made by somebody else, and they are now unwilling to help with debugging a CMS Made Simple problem - they would prefer hosting locally on their own servers.
I'll post the error message here:
PHP Fatal error: Uncaught Error: Class 'SXCore' not found in /srv/www/vhosts/srv003053/htdocs/lib/classes/class.moduleoperations.inc.php:634\nStack trace [snip]
My first guess would be to search for some file(s) related to SXCore and if they exist check that they're in a place where PHP can find them.
Yup, me too :-) did that, apparently "modules/SXCore" was renamed to "modules/neuSXCore" - apparently to avoid some other error messages.
There is, afaict, no user support mailing list for CMS Made Simple.
Yeah, I know - the sign of an immature project, no mailing lists, only fora. :-( -- Per Jessen, Zürich (1.2°C) http://www.dns24.ch/ - free dynamic DNS, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Mon, 19 Nov 2018 20:30:26 +0100 Per Jessen <per@computer.org> wrote:
Dave Howorth wrote:
On Mon, 19 Nov 2018 18:38:07 +0100 Per Jessen <per@computer.org> wrote:
Apologies for being off-topic -
I have a hosting customer who wants his website hosted with us. It was made by somebody else, and they are now unwilling to help with debugging a CMS Made Simple problem - they would prefer hosting locally on their own servers.
I'll post the error message here:
PHP Fatal error: Uncaught Error: Class 'SXCore' not found in /srv/www/vhosts/srv003053/htdocs/lib/classes/class.moduleoperations.inc.php:634\nStack trace [snip]
My first guess would be to search for some file(s) related to SXCore and if they exist check that they're in a place where PHP can find them.
Yup, me too :-) did that, apparently "modules/SXCore" was renamed to "modules/neuSXCore" - apparently to avoid some other error messages.
Well then, the code that is attempting to load it needs adjusting as well! Note that 'code' in this context may include a conf file or suchlike. And if PHP is sufficiently Perl-like in this respect (don't know, hate PHP) the code that uses it will need adjusting as well. In short, it might be simpler to find the proper solution to the 'other error messages' rather than bodging it.
There is, afaict, no user support mailing list for CMS Made Simple.
Yeah, I know - the sign of an immature project, no mailing lists, only fora. :-(
Hmm, I'd like to think you're right, but sadly I suspect it just means it's run by millenials rather than geriatrics like me. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Dave Howorth wrote:
On Mon, 19 Nov 2018 20:30:26 +0100 Per Jessen <per@computer.org> wrote:
Dave Howorth wrote:
On Mon, 19 Nov 2018 18:38:07 +0100 Per Jessen <per@computer.org> wrote:
Apologies for being off-topic -
I have a hosting customer who wants his website hosted with us. It was made by somebody else, and they are now unwilling to help with debugging a CMS Made Simple problem - they would prefer hosting locally on their own servers.
I'll post the error message here:
PHP Fatal error: Uncaught Error: Class 'SXCore' not found in
/srv/www/vhosts/srv003053/htdocs/lib/classes/class.moduleoperations.inc.php:634\nStack
trace [snip]
My first guess would be to search for some file(s) related to SXCore and if they exist check that they're in a place where PHP can find them.
Yup, me too :-) did that, apparently "modules/SXCore" was renamed to "modules/neuSXCore" - apparently to avoid some other error messages.
Well then, the code that is attempting to load it needs adjusting as well!
That is my suspicion too - our apache hosting setup is quite restrictive, but not unreasonably so. I just have this hunch that CMS Made Simple is making a wrong assumption somewhere.
Note that 'code' in this context may include a conf file or suchlike. And if PHP is sufficiently Perl-like in this respect (don't know, hate PHP) the code that uses it will need adjusting as well. In short, it might be simpler to find the proper solution to the 'other error messages' rather than bodging it.
Agree. I was about 5milliseconds from setting up a copy of the site for debugging, until I realised I know nothing about CMS.
There is, afaict, no user support mailing list for CMS Made Simple.
Yeah, I know - the sign of an immature project, no mailing lists, only fora. :-(
Hmm, I'd like to think you're right, but sadly I suspect it just means it's run by millenials rather than geriatrics like me.
Quite likely, yes. Not sure what says about the quality. -- Per Jessen, Zürich (1.2°C) http://www.hostsuisse.com/ - virtual servers, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 19/11/2018 20:30, Per Jessen wrote:
Yeah, I know - the sign of an immature project, no mailing lists, only fora. :-(
I really, _really_ wish someone made a tool that enabled a combination of the two. A web view for newbies who like that, a threaded email mailing list for the more skilled types. I see no technical reason why not, but I lack the programming skills to do it myself. (And most web-app programming languages, e.g. Php, fill me with screaming horror.) -- Liam Proven - Technical Writer, SUSE Linux s.r.o. Corso II, Křižíkova 148/34, 186-00 Praha 8 - Karlín, Czechia Email: lproven@suse.com - Office telephone: +420 284 241 084 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Liam Proven wrote:
On 19/11/2018 20:30, Per Jessen wrote:
Yeah, I know - the sign of an immature project, no mailing lists, only fora. :-(
I really, _really_ wish someone made a tool that enabled a combination of the two. A web view for newbies who like that, a threaded email mailing list for the more skilled types. I see no technical reason why not,
Oh, it's been done and is being done - our own list here is bi-gated to a newsgroup. gmane did something like that too, iirc. I don't think it is tools or technology that is missing. Maybe imagination and flexibility ? -- Per Jessen, Zürich (2.5°C) http://www.dns24.ch/ - your free DNS host, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 20/11/2018 12:11, Per Jessen wrote:
Oh, it's been done and is being done - our own list here is bi-gated to a newsgroup. gmane did something like that too, iirc. I don't think it is tools or technology that is missing. Maybe imagination and flexibility ?
OK, good point. Doing it *well*, I guess... -- Liam Proven - Technical Writer, SUSE Linux s.r.o. Corso II, Křižíkova 148/34, 186-00 Praha 8 - Karlín, Czechia Email: lproven@suse.com - Office telephone: +420 284 241 084 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Tue, 20 Nov 2018 11:20:52 +0100 Liam Proven <lproven@suse.cz> wrote:
On 19/11/2018 20:30, Per Jessen wrote:
Yeah, I know - the sign of an immature project, no mailing lists, only fora. :-(
I really, _really_ wish someone made a tool that enabled a combination of the two. A web view for newbies who like that, a threaded email mailing list for the more skilled types. I see no technical reason why not, but I lack the programming skills to do it myself. (And most web-app programming languages, e.g. Php, fill me with screaming horror.)
FWIW, the OpenEnergyMonitor forum has an attached mailing list that sends copies of posts and includes text such as: '[Visit Topic](https://community.openenergymonitor.org/t/.../.../...) or reply to this email to respond.' -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (3)
-
Dave Howorth
-
Liam Proven
-
Per Jessen