Installation problem after selecting install

More
15 Nov 2010 22:59 #435 by mediaprose
Hi if anyone can help I would very much appreciate it, I have downloaded and installed the latest version of Joomailer for mailchimp. However I am getting the following error after I have selected install:

Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /home/clarityl/public_html/cms/administrator/components/com_joomailermailchimpintegration/helpers/MCauth.php on line 236

My website is hosted with Nativespace and is running the following:
Apache version 2.2.14
PHP version 5.2.12
MySQL version 4.1.22-standard

I am running Joomla 1.5.20 and I am using the Charomatophore template by Rocket Theme

Many thanks.

Steve

Please Log in or Create an account to join the conversation.

More
15 Nov 2010 23:19 #436 by pete
Hello Steve,

You seem to be running PHP4. Maybe you have to enable PHP5 in your htaccess file. Please contact your host for further instructions.
You can check the PHP version by going in your Joomla backend to Help - System info.

Kind regards,
Pete

Please Log in or Create an account to join the conversation.

More
15 Nov 2010 23:32 #437 by mediaprose
Hello Pete, many thanks - problem solved! My fault I'm afraid, I looked at the PHP version in CPanel which said 5 was installed on the server and I did not notice the PHP configuration default was set to PHP 4.

Thanks for the prompt and efficient support.

Kind regards.

Steve

Please Log in or Create an account to join the conversation.

More
15 Nov 2010 23:34 #438 by pete
Great :)

Cheers

Please Log in or Create an account to join the conversation.

More
12 Dec 2010 05:25 #506 by fullofgrace88
Hi there,
I'm also facing a problem when choosing install. I have turned up my error reporting in joomla to maximum. I get this error message when trying to install the com_joomailermailchimpintegration.zip

Fatal error: Class 'JFile' not found in /Users/grace/projects/unveiled/administrator/components/com_joomailermailchimpintegration/controllers/joomailermailchimpintegrationinstall.php on line 25

Could someone please let me know how to fix this?

thanks

Please Log in or Create an account to join the conversation.

More
12 Dec 2010 12:05 #507 by dcraigen
I had the same issue.

Fixed by added the following at line 24
jimport('joomla.filesystem.file');

Although this now installs and I can view my mailchimp lists I get other errors
JDatabaseMySQL::query: 1146 - Table 'web147-a-joo-216.n8xiq_k2_categories' doesn't exist SQL=SELECT id, name FROM n8xiq_k2_categories
When trying to create a campaing, manage fields or groups. Not sure how stable this release is?

Any comment from the authors?

Please Log in or Create an account to join the conversation.

More
12 Dec 2010 15:40 #511 by pete
Hello,

dcraigen, did you have K2 installed and uninstalled it previously? It's weird that joomailer is trying to get the K2 categories if K2 is not installed. Actually there is a check in place to skip this query if K2 is not installed.

What is the error message that shows up when you try to manage fields and groups?

Please Log in or Create an account to join the conversation.

More
12 Dec 2010 20:26 #517 by dcraigen
Haven't had K2 installed ever, this was a fairly clean instance of joomla.

Error message when I click Manage Fields:
JDatabaseMySQL::query: 1146 - Table 'web147-a-joo-216.n8xiq_comprofiler_fields' doesn't exist SQL=SELECT fieldid FROM n8xiq_comprofiler_fields LIMIT 1

I have just tried on a virgin install of joomla and its working fine.

Cheers

Dan

Please Log in or Create an account to join the conversation.

More
14 Dec 2010 13:01 #532 by pete
Glad to hear that. This error was fixed in v1.5.1

Kind regards,
Pete

Please Log in or Create an account to join the conversation.