can't view the form

drb 18 Aug, 2008
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?
GreyHead 18 Aug, 2008
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
drb 18 Aug, 2008
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! :-)
Max_admin 18 Aug, 2008
Hi, you should unpublish the module or uninstall modules only, did you try that?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
drb 18 Aug, 2008
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
Max_admin 18 Aug, 2008
Hi drb, do you have the form connected to any tables?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
drb 18 Aug, 2008
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.
Max_admin 18 Aug, 2008
hi drb,

please turn off DB connection on form, you still get the error when the modules are there ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
drb 18 Aug, 2008
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.
Max_admin 18 Aug, 2008
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!
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
drb 18 Aug, 2008
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.
Max_admin 18 Aug, 2008
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
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
drb 18 Aug, 2008
Its been a while since I used chronoform. Does v2 support file attachment? please?
Max_admin 18 Aug, 2008
it does
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
GreyHead 19 Aug, 2008
Hi drb,

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
Max_admin 19 Aug, 2008
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...
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
GreyHead 19 Aug, 2008
Hi Max,

Could be . . . the ue_config file is all language defines so that shouldn't affect the db side.

Bob
Max_admin 19 Aug, 2008
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
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
djkms1 11 Sep, 2008
I to am having this issue, has there been any progress on a fix?
Max_admin 12 Sep, 2008
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
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
diorist 14 Sep, 2008
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?
Max_admin 14 Sep, 2008
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
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.

VPS & Email Hosting 20% discount
hostinger