I have 1.5.6 joomla and latest version of chronoforms. I created form using wizard. When I clicked on the 'link' to view the form from the backend, I recieved this error:
Warning: include_once(/administrator/components/com_comprofiler/ue_config.php) [function.include-once]: failed to open stream: No such file or directory in /home/userID/public_html/mywebsite name/main/modules/mod_comprofileronline/mod_comprofileronline.php on line 38
Warning: include_once() [function.include]: Failed opening '/administrator/components/com_comprofiler/ue_config.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/userID/public_html/mywebname/main/modules/mod_comprofileronline/mod_comprofileronline.php on line 38
Fatal error: Call to a member function setQuery() on a non-object in /home/userid/public_html/mywebname/main/modules/mod_comprofileronline/mod_comprofileronline.php on line 54
Can somebody please help?
Warning: include_once(/administrator/components/com_comprofiler/ue_config.php) [function.include-once]: failed to open stream: No such file or directory in /home/userID/public_html/mywebsite name/main/modules/mod_comprofileronline/mod_comprofileronline.php on line 38
Warning: include_once() [function.include]: Failed opening '/administrator/components/com_comprofiler/ue_config.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/userID/public_html/mywebname/main/modules/mod_comprofileronline/mod_comprofileronline.php on line 38
Fatal error: Call to a member function setQuery() on a non-object in /home/userid/public_html/mywebname/main/modules/mod_comprofileronline/mod_comprofileronline.php on line 54
Can somebody please help?
Hi drb,
These are all Warnings and Errors from mod_comprofiler, not from ChronoForms so really hard to diagnose what's happening. I suggest that you unpublish mod_comprofiler and mod_comprofileronline and they should go away.
Bob
These are all Warnings and Errors from mod_comprofiler, not from ChronoForms so really hard to diagnose what's happening. I suggest that you unpublish mod_comprofiler and mod_comprofileronline and they should go away.
Bob
very strange. I uninstalled CB and chronoforms and did a fresh installation, still got the same error. CB seems to be working fine. Since I just started with joomla - I am going to wipe away the whole joomla and restart. what a day! :-)
Hi, you should unpublish the module or uninstall modules only, did you try that?
Before I saw your posting, I totally uninstalled and reinstalled whole joomla setup. Installed everything back again and same error.
Then as per your suggestion, unpublished CB module. Chronoform worked.
now I require CB as well. any help?
drb
Then as per your suggestion, unpublished CB module. Chronoform worked.
now I require CB as well. any help?
drb
Hi drb, do you have the form connected to any tables?
Yes. It is connected. But I am not sure how to view the table data. Previous versions had a way to see those. Now i guess it is taken off.
please kindly check your PM as well.
please kindly check your PM as well.
hi drb,
please turn off DB connection on form, you still get the error when the modules are there ?
please turn off DB connection on form, you still get the error when the modules are there ?
Yes whether DB is there or not - error comes. just the presence of CB module - is throwing off things. I have provided login/pwd to my site via pm, if you would kindly take a peek to make sure I am providing the right information. I am not that computer saavy.
thanks so much.
thanks so much.
Hi drb,
I got your logins but I really can't do anything with this issue, I cant understand why CB modules throw errors with the new Chronoforms, you are the 2nd one to report the issue, its strange that only CB does this! the error means like the $database object is not defined, tell me, do you run the site in legacy mode ? I think this + Chronoforms+ CB may yes not work together!
I got your logins but I really can't do anything with this issue, I cant understand why CB modules throw errors with the new Chronoforms, you are the 2nd one to report the issue, its strange that only CB does this! the error means like the $database object is not defined, tell me, do you run the site in legacy mode ? I think this + Chronoforms+ CB may yes not work together!
Yes I have to run in legacy mode for CB.
oh! no. I can't live without chronoforms ad CB. both are vital. I have posted in CB (joomlapolis) website as well. hope I get a response from them.
oh! no. I can't live without chronoforms ad CB. both are vital. I have posted in CB (joomlapolis) website as well. hope I get a response from them.
well, if you want both of them and legacy then get Chronoforms V2.x and not V3.x until I get sometime to check the CB modules and see why this error happens but I can't give this a priority since CB is even not Joomla 1.5 native!
regards,
Max
regards,
Max
Its been a while since I used chronoform. Does v2 support file attachment? please?
it does
Hi drb,
Going back to your mod_comprofileronline messages the first one seems to come from this code
The error message
Bob
Going back to your mod_comprofileronline messages the first one seems to come from this code
include_once( $mosConfig_absolute_path."/administrator/components/com_comprofiler/ue_config.php" );
The error message
Warning: include_once(/administrator/components/com_comprofiler/ue_config.php) [function.include-once]: failed to open stream: . . .
suggests to me that $mosConfig_absolute_path isn't correctly defined. This should be done in the Legacy PlugIn - I doubt that ChronoForms intereferes with this setting though.Bob
Hi Bob,
I'm not sure yet why, but this is the 2nd user get the same issue with CB and we have another post with a template file and its all with BETA 2, so I guess the new DB connection maybe interfering with something...
I'm not sure yet why, but this is the 2nd user get the same issue with CB and we have another post with a template file and its all with BETA 2, so I guess the new DB connection maybe interfering with something...
Hi Max,
Could be . . . the ue_config file is all language defines so that shouldn't affect the db side.
Bob
Could be . . . the ue_config file is all language defines so that shouldn't affect the db side.
Bob
Hi Bob, Ok lets see..I will wait the template files from the other user too.
Hi drb,
Can you post here the first 38 lines of file: mod_comprofileronline.php
Thanks!
Max
Hi drb,
Can you post here the first 38 lines of file: mod_comprofileronline.php
Thanks!
Max
Hi,
the issue was the module coding, it doesn't have enough variables definitions, you will need to add global $mosConfig_absolute_path; with other global definitions in the module.
Regards
Max
the issue was the module coding, it doesn't have enough variables definitions, you will need to add global $mosConfig_absolute_path; with other global definitions in the module.
Regards
Max
I'm having the same issue.
Sorry, Max...are you suggesting we need to add a line of code to com_comprofiler/plugin/language/default_language/default_language.php?
Sorry, Max...are you suggesting we need to add a line of code to com_comprofiler/plugin/language/default_language/default_language.php?
Hi diorist,
this line should be added to whatever file producing the error, I have suggested another way at the other topic too.
Regards
Max
this line should be added to whatever file producing the error, I have suggested another way at the other topic too.
Regards
Max
This topic is locked and no more replies can be posted.