I have downloaded the Cloner 1.1 extension but due to the lack of documentation not sure how to properly install.
I have copied it to the /extensions folder but nothing seems to happen - i.e. I can’t see this extra button.
When I go into the Admin/Utilities/Extensions Manager it says that no extensions exist.
What am I doing wrong?
I am using Cloner 1.1 and EE 1.5.2
Many thanks
Mark
There aren’t any special installation needs for this extension. Refer to the Extension Manager documentation which covers extension installation. If that does not help you, please describe step by step, in detail, the steps you have taken to install the extension.
Just tried to install 1.1 with ee 1.6.1 and before even enabling I get these errors
Notice: Uninitialized string offset: 0 in /home/httpd/vhosts/theyinteractive.com/subdomains/projects/httpdocs/seekers/system/extensions/ext.cloner.php on line 24
Notice: Uninitialized string offset: 0 in /home/httpd/vhosts/theyinteractive.com/subdomains/projects/httpdocs/seekers/system/extensions/ext.cloner.php on line 24
Notice: Uninitialized string offset: 0 in /home/httpd/vhosts/theyinteractive.com/subdomains/projects/httpdocs/seekers/system/extensions/ext.cloner.php on line 24
any suggestions?
I’m looking through the 500+ bugs that my searching at php.net is bringing up for the right one, but in the meantime, in a new test PHP file on your server, place the following:
<?php
error_reporting(E_ALL);
ini_set('display_errors', 1);
foreach(array(1,2,3) as $val)
{
echo "{$val}
";
}
?>
Then access this test file with your browser. What output and/or errors do you get?
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.