2008/12/31 2:26:51
|
---|
|
Error in contact module on 1.1.1 FinalHi friends
Some users report me a problem if they use the contact module 1.5 and 1.6 - the module comes from xps, on impresscms 1.1.1 Final, it works without any problem on 1.1 Final. The errors at the installations and or if you did make a upgrade and calling the module is: Contact 1.6 Call to a member function icms_sessionOpen() on a non-object in footer.php on line 26 Contact 1.5 Call to a member function icms_sessionOpen() on a non-object in footer.php on line 23 The two errors in the header.php - but i will wait if the other users will confirm this, i see it only one time. Andy suggestion for us friends? Greetings Andy |
2008/12/31 2:57:43
|
---|
![]() |
Re: Error in contact module on 1.1.1 FinalI have Contact 1.6. After upgrade from 1.1.1 rc2 to ICMS 1.1.1 final only blank page and this errors:
Poznamka: Undefined variable: xoopsConfig in file /header.php line 24 Poznamka: Undefined variable: xoopsConfig in file /header.php line 24 Poznamka: Undefined variable: sess_handler in file /footer.php line 26 |
_________________
Zen-Cart : The Czech Republic Support Site My webpage -www.pswcomputer.cz |
2008/12/31 4:10:54
|
---|
|
Re: Error in contact module on 1.1.1 FinalThats the error warnings i can confirm in the header.php too!
Andy |
2009/1/1 8:28:59
|
---|
|
Re: Error in contact module on 1.1.1 FinalReally, a big problem with all contact/form modules.
- contact 1.6 works not (send no emails) - contact 1.0 in the SVN sends a many SPAM - liaise works not 100% - formmail is ok, but use not impress-captcha and english language files not complete. - formulize (i can not understand to create a form) - formulaire (@philou has not finished the work) please dev's, check for a solution. My personal favorite = formmail. Thanks in advance! |
2009/1/1 9:18:26
|
---|
|
Re: Error in contact module on 1.1.1 FinalAlot of standard modules that we as site builders use everyday have been orphaned. The dev of impress has moved so fast (which btw is a wonderful thing!) that we can no longer do the simple stuff that is required to build a basic site.
I would like to see impress ship with basic modules like contact, sitemap and others or just build it into the core. One of the main reasons I still use this system is because it was so easy to use out of the box many many years ago. You install then install a few modules bam your up and running. The core shipped with standard modules to get things done fast that always worked. Its really the small stuff that adds up to be a great system. We need a basic pack of modules that can be download with or beside the core package. Guys could we fix all the small stuff? Let all the basic's of building a impress site catch up with what we have now. It's hard to even send a simple mail. |
2009/1/2 11:47:14
|
---|
![]() |
Re: Error in contact module on 1.1.1 Finalfix for footer.php
find
if(isset($_SESSION['sess_regen']) && $_SESSION['sess_regen'])
{
$sess_handler = & xoops_gethandler('session');
$sess_handler->icms_sessionOpen(true);
$_SESSION['sess_regen'] = false;
}
else {$sess_handler->icms_sessionOpen();}
replace with
$sess_handler = & xoops_gethandler('session');
if(isset($_SESSION['sess_regen']) && $_SESSION['sess_regen'])
{
$sess_handler->icms_sessionOpen(true);
$_SESSION['sess_regen'] = false;
}
else {$sess_handler->icms_sessionOpen();}
save and close. header.php find >
$xoopsLogger->startTime('ICMS output init');
add right after:
global $xoopsConfig;
save & close |
_________________
Live as if you were to die tomorrow, Learn as if you were to live forever The beauty of a living thing is not the atoms that go into it, but the way those atoms are put together! |
2009/1/2 13:27:24
|
---|
![]() |
Re: Error in contact module on 1.1.1 FinalThanks, works.
And small fix for footer.php. Find this code: if(isset($_SESSION['sess_regen']) && $_SESSION['sess_regen'])
{
$sess_handler->icms_sessionOpen(true);
$_SESSION['sess_regen'] = false;
}
else {$sess_handler->icms_sessionOpen();} |
_________________
Zen-Cart : The Czech Republic Support Site My webpage -www.pswcomputer.cz |
2009/1/3 4:19:28
|
---|
|
Re: Error in contact module on 1.1.1 Finalthank you for fixing the bug. now still a bug fix for the ExtGallery 1.0.5 Module and many impresscms users are happy.
![]() |
2009/1/4 1:25:23
|
---|
|
Re: Error in contact module on 1.1.1 FinalWill the fixed contact module (1.6) be added within the addons?
I really miss fixed/adjusted modules within this ICMS.org arrea. |
_________________
Environment: PHP Version 5.2.4 SQL: 5.0.77 Zend: v2.2.0 Apache: 1.3.39 |
2009/1/4 3:22:54
|
---|
![]() |
Re: Error in contact module on 1.1.1 FinalCan someone confirm the author of the Contact module?
As with exp-gal - I think we could add a modified version, but we should include the unmodified files also in the download. |
2009/1/4 9:45:55
|
---|
![]() |
Re: Error in contact module on 1.1.1 Finalthe fixes i posted here, were made in the core of icms 1.1.1 and not the contact module. i didn't touch the contact module at all.
Quote:
what other bugs is there? |
_________________
Live as if you were to die tomorrow, Learn as if you were to live forever The beauty of a living thing is not the atoms that go into it, but the way those atoms are put together! |
2009/1/4 11:09:41
|
---|
|
Re: Error in contact module on 1.1.1 FinalHello all
A reply from the german community and me, the fixes works and the problems with the follwing modules and versions under 1.1.1 are gone: - contact 1.5 - contact 1.6 - liaise 1.2.6 - liaise 1.2.7 - formulaire 3.4rc (there is another problem that stay not in touch with the fixes) Thank you very much for your fast support!!! Andy |
2009/1/4 11:42:06
|
---|
|
Re: Error in contact module on 1.1.1 FinalContact 1.0 is one of the original modules that shipped with xoops. Over the years people added to it. The last release that I know of was called 1.6. Which was done by http://www.ibdeeming.com I cannot remember the guys name any longer. I do remember that he was very helpful on the boards at xo.
His 1.6 version has been my defacto standard for years and I love this little mod. Anywho if you don't have a copy which is very unlikely here it is attached. Edit: No more attache permissions? lol |
2009/1/4 11:44:40
|
---|
![]() |
Re: Error in contact module on 1.1.1 FinalWe've removed attatchment permissions until iForum is ready for release...
![]() |
2009/1/4 11:47:21
|
---|
|
Re: Error in contact module on 1.1.1 Final |
2009/1/4 11:49:09
|
---|
|
Re: Error in contact module on 1.1.1 FinalCredits:
$modversion['credits'] = "Original version by Skalpa\nAAINC (XOOPS@IBDeeming! User) for mod on From Email Name\n"; $modversion['author'] = "Modified by CreepingDeath - XOOPS@IBDeeming!\nFrench Translation : Satanas - www.tech-at.be"; |
2009/1/13 13:57:46
|
---|
![]() |
Re: Error in contact module on 1.1.1 FinalQuote:
Hello, maybe this is not what you mean, but if you install the Formulize module, and then go to the admin side of the module, click the icon beside where it says "Create a form", then you will be able to type the name of the form, choose how many entries are allowed in the form, and then you will be able to add the elements to the form. I know that a German translation is in the works, that would obviously help. ![]() --Julian |
_________________
Technical Architect - Freeform Solutions Formulize - ad hoc forms and reports for ImpressCMS |
2009/1/14 10:50:37
|
---|
![]() |
Re: Error in contact module on 1.1.1 FinalThe patch worked well, however, I think it may bring up a point worth discussing.
Do we have a plan to maintain a "roll up" patch process for a frozen release version? For example, if this patch might be considered appropriate for all ImpressCMS users on 1.1.1, should there be a place where we can get an updated patch containing all appropriate patches which could be applied to both an existing and new installation? Best, Alan |
2009/1/14 11:38:31
|
---|
![]() |
Re: Error in contact module on 1.1.1 Final@Commerce my sentiments exactly.
|
2009/1/16 9:21:07
|
---|
![]() |
Re: Error in contact module on 1.1.1 Finalhere's a package containing the latest fixes from the 1.1.2 branch.
it only contains the files that have changed since 1.1.1 Final. (HTMLPurifier library is included in it's entirety though because for some reason the 1.1.1 Final release was shipped with an older version) download from here there maybe more changes once the 1.1.2 RC is released next week, but it is just a matter of uploading files, there aren't any Database changes, so update scripts aren't necessary :) read the release_notes and changelog for more info. |
_________________
Live as if you were to die tomorrow, Learn as if you were to live forever The beauty of a living thing is not the atoms that go into it, but the way those atoms are put together! |