Smackcoders Inc.,
Forum Replies Created
-
Yes, no types are created, but wp default custom fields are created on the fly.
Yes you can import posts to custom posts type and custom fields that exists.
Forum: Plugins
In reply to: [WordPress SugarCRM] 1.1 with bug fixes and added compatibilityHere is the solution for Test Credential or login failure issues.
This is known issue in sugar crm itself, not by the plugin.
Try to access yoursugarcrm.com/soap.php?wsdl. If the page triggers error as follows
This page contains the following errors:
error on line 1215 at column 1: Extra content at the end of the document
Then you have to comment line no 51 in file sugar_root/soap.phperror_reporting(E_ALL ^ E_NOTICE); as
//error_reporting(E_ALL ^ E_NOTICE);Now everything will work fine.
Looking for an update, can i resolve this issue?
This is not an issue that affects import.
We are testing this right now. Will update you soon.
@collinsfreitas, we did soem testing and tried to reproduce the same issue. Ensure or try below php.ini configuration settings.
Following configuration is most important to Upload a file
1.file_uploads = On
(Should be On)
2. upload_max_filesize = 2M
(Please Verify your file size. It should be less than mentioned upload_max_filesize. If your file size exceed the limit, Please increase the upload_max_filesize limit in php.ini)
3. If not working in the above case, try increase the execution_time in php.ini
Let me know the results, take time to give your feedback. this will help others.
@harwooje, is debug mode is on? If not make it true and note the warnings that conflicts the importer to stall. We found warnings from plugins like gravity form, youtube simple gallery and couple of other plugins cause this. Deactivating or update these plugins worked for us. Here is what we got from test
1. Gravity form addons
2. WordPress Admin Notepad due to the above plugin csv file not upload
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /home4/***/testwp/wp-includes/functions.php on line 3193
Deprecated: Function ereg() is deprecated in /home4/***/testwp/wp-content/plugins/wordpress-admin-notepad/wp-admin-notepad.php on line 68
Deprecated: Function ereg() is deprecated in /home4/***/testwp/wp-content/plugins/wordpress-admin-notepad/wp-admin-notepad.php on line 101
YouTube SimpleGallery due to the above plugin UI conflicts
Notice: A session had already been started – ignoring session_start() in /home4/****/testwp/wp-content/plugins/youtube-simplegallery/youtube_simplegallery.php on line 137
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /home4/***/testwp/wp-includes/functions.php on line 3193
Kindly confirm this.We will soon update with a fix.
Forum: Reviews
In reply to: [WordPress SugarCRM] It does not workHope you have not checked the new thread.
Test credentials wrong error – This is because of saop api issue in your sugar instance. You refer this link – http://my.sourcecreativity.com/knowledgebase.php?action=displayarticle&id=2
For all other possibilities you need to check with your administrator the PHP log.
-If you received an empty response from your SugarCRM installation (instead of XML response), so, we think that there is something wrong in your SugarCRM installation or configuration. Please note that the proper functioning of our extension depends on the SugarCRM response, installation and configuration.
Unfortunately, we do not provide the support for SugarCRM. Please see with your administrator or web hoster to fix this issue.
Forum: Reviews
In reply to: [WordPress SugarCRM] It does not workThe thread was not closed by us. So we created a sticky post asking users to upgrade to latest version. Please check the forum.
Forum: Reviews
In reply to: [WordPress SugarCRM] Works well, wish it did more…@fjmaldonado, this is not the forum for pro version. This should be about the free version.
Yes, try to activate debug true and see any warning displayed by any other plugins e.g Gravity form plugin. You may need to update those plugins for any fix available or deactivate them temporarily.
No it wont remove imported posts. You can deactivate it and activate at any time.
Forum: Plugins
In reply to: [Zoho Integration for WordPress] User registration to Leads not ContactsYes, the free version can be customized to do that. Kindly contact us here – http://smackcoders.com/contacts
Forum: Plugins
In reply to: [WordPress SugarCRM] 1.1 with bug fixes and added compatibilityTest credentials wrong error – This is because of saop api issue in your sugar instance. You refer this link – http://my.sourcecreativity.com/knowledgebase.php?action=displayarticle&id=2
For all other possibilities you need to check with your administrator the PHP log.
-If you received an empty response from your SugarCRM installation (instead of XML response), so, we think that there is something wrong in your SugarCRM installation or configuration. Please note that the proper functioning of our extension depends on the SugarCRM response, installation and configuration.
Unfortunately, we do not provide the support for SugarCRM. Please see with your administrator or web hoster to fix this issue.