https://www.silverstripe.org/community/forums/rss : Class 'Page' not found in sapphire/core/model/ErrorPage.php https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/121294 <p>I have just migrated the website based on the silever stripe on to a new server. Server configurations are same and I have cloned the code perfectly but after migrating site is not working. </p><p>Its showing "Class 'Page' not found in sapphire/core/model/ErrorPage.php ", I have searched a lot but did not found any solution for this. </p><p>Its a silverstripe-sapphire + angular website, I am not the main developer of this application and do not have the much knowledge of this. Can someone please help me to sort this out as this is a site live and making a huge loss because of this.</p> <br /> <p data-swiftype-index="false">Posted to: : Class &#039;Page&#039; not found in sapphire/core/model/ErrorPage.php | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/121294" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/121294" class="replyLink">Post Reply</a></p> Sat, 22 Jul 2017 08:29:12 +1200 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/121294 Migrating Silverstripe from Plesk to CPANEL https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/119150 <p>Hi all, </p><p>I'm pretty new to the whole Silverstripe system and i've been (unfortunately) thrown into the deep end with migrating a Silverstripe site from an existing PLESK hosting service, to a new CPANEL hosting service. </p><p>Are there any user guides or plugins or information on how I should proceed with doing something like this?</p> <br /> <p data-swiftype-index="false">Posted to: Migrating Silverstripe from Plesk to CPANEL | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/119150" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/119150" class="replyLink">Post Reply</a></p> Wed, 01 Feb 2017 18:09:10 +1300 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/119150 Re: Migrate from Wordpress https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/119005#post420888 <p>I'm doing something similar with a Joomla site. That site is pretty small, I would just copy the html (by right clicking and hitting view source) for each page and start putting it into a SS project. I'd probably start by creating a page type for each page and create its associated template. From there you can start writing in any functionality that the page type requires. For example the home page would need some functions to handle the contact form, perhaps an image upload area in the cms for a banner image, the ability to go and get 'blog' posts so you can populate that news and articles area with a 'blog' that links to a more detailed 'blog post'. </p><p>If you wanted to get any data from Wordpress into the SS database then you could use the CSVBulkLoader class that SS has perhaps. See this if you need, <a href="https://docs.silverstripe.org/en/3.4/developer_guides/integration/csv_import/">https://docs.silverstripe.org/en/3.4/developer_guides/integration/csv_import/</a> </p><p>Good Luck!</p> <br /> <p data-swiftype-index="false">Posted to: Migrate from Wordpress | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/119005#post420888" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/119005" class="replyLink">Post Reply</a></p> Sat, 12 Nov 2016 12:25:24 +1300 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/119005#post420888 Migrate from Wordpress https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/119005 <p>Hi, </p><p>How to migrate from Wordpress to Silverstripe ? </p><p>My website is launched by Wordpress CMS : <a href="http://www.sitevision.ir/">http://www.sitevision.ir</a></p> <br /> <p data-swiftype-index="false">Posted to: Migrate from Wordpress | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/119005" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/119005" class="replyLink">Post Reply</a></p> Fri, 28 Oct 2016 04:11:43 +1300 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/119005 Merge silverstripe databases https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/118151 <p>Hi guys, I am merging two silverstripe databases, which has gone smoothly except for the Content fields. <br />The content fields have special characters like maori macrons. <br />In the database I am importing they are all fine and macron looking, but when I try and import these pages into the new database the macrons look like this </p><p>M?ri </p><p>I then did all the content manually but they needed to have links etc updated in the content hence the update below. <br />DB::query('UPDATE ' . $name . ' SET ' . $field . '=\'' . $content . '\' where ID = ' . $page-&gt;ID); </p><p>Silverstripe is mutating this content before it puts it back?. Ay help here would be appreciated</p> <br /> <p data-swiftype-index="false">Posted to: Merge silverstripe databases | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/118151" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/118151" class="replyLink">Post Reply</a></p> Mon, 27 Jun 2016 14:49:05 +1200 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/118151 Import data with CsvBulkLoader does not generate records on the Sitetree table https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/111593 <p>Hello, I am using a ModelAdmin and CsvBulkLoader to import current blog posts from a .csv to SilverStripe. </p><p>The records are created in the Sitetree_Live table and I can see them on the page. But I can't see them on the admin and taking a closer look to my database tables, I noticed that the rows are not created in the SiteTree, just in the Sitetree_Live. </p><p>I've been stuck with this issue for a few hours, I appreciate any help. </p><p>Thank you!</p> <br /> <p data-swiftype-index="false">Posted to: Import data with CsvBulkLoader does not generate records on the Sitetree table | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/111593" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/111593" class="replyLink">Post Reply</a></p> Wed, 27 Jan 2016 08:20:19 +1300 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/111593 Re: import existing silverstripe site on new server https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/111573#post412681 <p>Thank you for your help. I have figured out the database access problem, so it's all working good.</p> <br /> <p data-swiftype-index="false">Posted to: import existing silverstripe site on new server | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/111573#post412681" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/111573" class="replyLink">Post Reply</a></p> Tue, 19 Jan 2016 15:06:01 +1300 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/111573#post412681 Re: import existing silverstripe site on new server https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/111573#post412680 <p>Hey BrandHub, </p><p>Not sure how useful this will be, but have you tried a "dev/build?flush=1" <br />Also try running your site in dev mode "?isDev=1" and see if any error messages come up. </p><p>Chances are the site cant access your sql database, your database needs to be rebuilt or you simply need to flush the cache. </p><p>-helenclarko</p> <br /> <p data-swiftype-index="false">Posted to: import existing silverstripe site on new server | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/111573#post412680" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/111573" class="replyLink">Post Reply</a></p> Tue, 19 Jan 2016 14:57:17 +1300 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/111573#post412680 import existing silverstripe site on new server https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/111573 <p>hi, I am new to silverstripe cms and try to setup an existing silverstripe site on my desktop to start. after i import db and run, i get very plain page showing: <br />Your Site Name </p><p>your tagline here </p><p>² <br />Home <br />About Us <br />Contact Us <br />Server error </p><p>Sorry, there was a problem with handling your request. </p><p>Your Site Name → <br />² <br />Home <br />About Us <br />Contact Us </p><p>Anyone can help?</p> <br /> <p data-swiftype-index="false">Posted to: import existing silverstripe site on new server | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/111573" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/111573" class="replyLink">Post Reply</a></p> Tue, 19 Jan 2016 11:45:42 +1300 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/111573 Silverstripe and web migration https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/111553 <p>I do a lot of test with SilverStripe. However, there doesn't appear to migrate sites. Would it be fair to take the solution alone for example with the MySQL database and user accounts from my web <a href="http://www.zaharadirect.com/disponibles.php"> apartamentos en zahara de los atunes</a> and copy contents of SilverStripe file ....but it's so hard </p><p>How can I do well?</p> <br /> <p data-swiftype-index="false">Posted to: Silverstripe and web migration | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/111553" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/111553" class="replyLink">Post Reply</a></p> Tue, 12 Jan 2016 08:59:20 +1300 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/111553 Re: Bulk upload pages into silverstripe CMS https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/23450#post412526 <p>Hey Justin, Sorry my memory doesn't serve me that well to be able to respond! </p><p>I would have thought I'd be talking about something like this... </p><p><a href="https://github.com/silverstripe-labs/silverstripe-sitetreeimporter">https://github.com/silverstripe-labs/silverstripe-sitetreeimporter</a></p> <br /> <p data-swiftype-index="false">Posted to: Bulk upload pages into silverstripe CMS | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/23450#post412526" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/23450" class="replyLink">Post Reply</a></p> Fri, 18 Dec 2015 23:43:09 +1300 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/23450#post412526 Re: Bulk upload pages into silverstripe CMS https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/23450#post412521 <p>Is there an updated link for the link provided? I have the exact same issue.</p> <br /> <p data-swiftype-index="false">Posted to: Bulk upload pages into silverstripe CMS | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/23450#post412521" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/23450" class="replyLink">Post Reply</a></p> Fri, 18 Dec 2015 10:44:59 +1300 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/23450#post412521 Merging Site Tree data https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/111488 <p>Hi all, </p><p>I am trying to merge two Sites using the subsite module. <br />What I am trying to do is load in database.sql for one of the sites and change all values in SubsiteID colum on SiteTree table from 0 to 1(first subsite ID) <br />1. Is this a valid solution? <br />2. does anyone have a way of merging the data for the two sitetrees? I was planning to merge the SiteTree data for site 2 once I had changed SubsiteID value on site 1. </p><p>Any help on this is greatly appreciated</p> <br /> <p data-swiftype-index="false">Posted to: Merging Site Tree data | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/111488" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/111488" class="replyLink">Post Reply</a></p> Thu, 10 Dec 2015 14:00:40 +1300 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/111488 Re: Migrating a SilverStripe site to another server https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/5022?start=8#post412464 <p>For people looking for help on the table name case using Xamp on Windows: update the following setting on my.ini (MySQL&gt;Config): lower_case_table_names=0 </p><p>valpd: make sure you visit yoursite.com/dev/build and yoursite.com/?flush=all after migrating.</p> <br /> <p data-swiftype-index="false">Posted to: Migrating a SilverStripe site to another server | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/5022?start=8#post412464" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/5022" class="replyLink">Post Reply</a></p> Wed, 09 Dec 2015 07:58:17 +1300 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/5022?start=8#post412464 Re: Migrating a SilverStripe site to another server https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/5022?start=8#post412463 <p>I have just taken over managing a SilverStripe site (new job) and I am attempting to setup a dev server on my laptop. </p><p>I created the database and imported the .sql file, installed the SilverStripe framework and copied what I think are all the parts of the site over. However I get this page. What am I missing? </p><p>---------------------------------------------------------------- <br />Welcome to SilverStripe <br />Getting Started <br />To get started with the SilverStripe framework: </p><p> Create a Controller subclass (doc.silverstripe.org/framework/en/topics/controller) <br /> Setup the routes.yml to your Controller (doc.silverstripe.org/framework/en/reference/director#routing). <br /> Create a template for your Controller (doc.silverstripe.org/framework/en/reference/templates) </p><p>Community resources <br /> silverstripe.org/forum Discussion forums for the development community. <br /> silverstripe.org/irc IRC channel for realtime support and discussions. <br /> doc.silverstripe.org Searchable developer documentation, how-tos, tutorials, and reference. <br /> api.silverstripe.org API documentation for PHP classes, methods and properties. </p><p>Thanks in advance.</p> <br /> <p data-swiftype-index="false">Posted to: Migrating a SilverStripe site to another server | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/5022?start=8#post412463" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/5022" class="replyLink">Post Reply</a></p> Wed, 09 Dec 2015 07:05:42 +1300 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/5022?start=8#post412463 Re: Migrating localhost Silverstripe to live site https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/110875#post411794 <p>Hi Marc Lester Comia, </p><p>To answer Question #1: <br />You can do both together, "silverstripe.co.nf/dev/build?flush=1". I recommend doing this. </p><p>To answer Question #2: <br />Currently I'm not using ss_enviroment, so I could be very wrong with these answers. <br />A lot of those variables should already be defined within your _config.php file. </p><p>define('SS_DATABASE_USERNAME', 'root'); //change to live site db name <br />define('SS_DATABASE_PASSWORD', ''); //change to live site db pw <br />define('SS_ENVIRONMENT_TYPE', 'dev'); //change 'dev' to 'live' when site is live <br />define('SS_DATABASE_CHOOSE_NAME', true); <br />define('SS_DEFAULT_ADMIN_USERNAME', 'myadmin'); //set admin username (both this and password can be removed if you already have an admin account) <br />define('SS_DEFAULT_ADMIN_PASSWORD', 'myadmin'); //set admin password <br />define('SS_SEND_ALL_EMAIL_TO', 'mymail@mymailcom'); //not really required on live site </p><p>-helenclarko</p> <br /> <p data-swiftype-index="false">Posted to: Migrating localhost Silverstripe to live site | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/110875#post411794" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/110875" class="replyLink">Post Reply</a></p> Wed, 04 Nov 2015 15:56:15 +1300 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/110875#post411794 Re: Migrating localhost Silverstripe to live site https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/110875#post411792 <p>Hi helenclarko </p><p>Thank you for giving me the idea really appreciate. I have lots of question please help me. </p><p>Question #1 <br />After i modify the mod_rewrite /silverstripe to / . then i browse my site example "silverstripe.co.nf" do i need to the "silverstripe.co.nf/dev/build" and "silverstripe.co.nf/?flush=1"? . sorry for this question i think this is stupid but I am confuse how to use dev/build and flush=1 and ?flush. I am thinking if i used one of this and i get error on the live site another uploading again queued files 15,000 + using ftp filezilla. </p><p>Question #2 <br /> ss_environment.I am using _ss_environment.php in my localhost? my ss_environment.php located on htdocs/_ss_environment.php. I am thinking how to include this when migrating local to live site here is my code snippet: <br /><div class="codesnippet"><p>// mysite/_config.php <br />&lt;?php </p><p>global $project; <br />$project = 'mysite'; </p><p>global $database; <br />$database = ''; </p><p>require_once('conf/ConfigureFromEnv.php'); </p><p>// Set the site locale <br />i18n::set_locale('en_US'); <br />?&gt; </p><p>&lt;?php <br />//_ss_environment.php </p><p>define('SS_DATABASE_USERNAME', 'root'); //change to live site db name <br />define('SS_DATABASE_PASSWORD', ''); //change to live site db pw <br />define('SS_ENVIRONMENT_TYPE', 'dev'); <br />define('SS_DATABASE_CHOOSE_NAME', true); <br />define('SS_DEFAULT_ADMIN_USERNAME', 'myadmin'); <br />define('SS_DEFAULT_ADMIN_PASSWORD', 'myadmin'); <br />define('SS_SEND_ALL_EMAIL_TO', 'mymail@mymailcom'); <br />?&gt;</p></div> </p><p>Do i need to add this into my live site under public_html/_ss_environment.php all together in (Framework, cms, themes, mysite, e.t.c) ? <br />How about the <div class="codesnippet"><p>define('SS_ENVIRONMENT_TYPE', 'dev');</p></div> what would be the value when migrating into live site? </p><p>- Marc lester Comia</p> <br /> <p data-swiftype-index="false">Posted to: Migrating localhost Silverstripe to live site | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/110875#post411792" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/110875" class="replyLink">Post Reply</a></p> Wed, 04 Nov 2015 12:10:18 +1300 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/110875#post411792 Re: Migrating localhost Silverstripe to live site https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/110875#post411789 <p>Hi Marc Lester Comia, </p><p>When moving my local sites over to a web server, I tend to leave the install.php file available online (Atleast while the site is not live). <br />The install.php file can be a great tool for letting you know what needs to be enabled/dissabled on your webserver, I would start here. </p><p>Once your webserver passes all the install.php checks (DONT HIT INSTALL SILVERSTRIPE), you should move on to checking your .htaccess file for mod_rewrite rules. Often on xampp server you will have multiple folders with different websites inside each, you may have changed your mod_rewrite rules to allow silverstripe to work from a "/silverstripe" folder. <br />When moving over to the web server, you would usually copy the install folders (Framework, cms, themes, mysite, e.t.c) over to the root of your "/htdocs" folder. </p><p>However you are not limited to installing this way and if you wish to have a silverstripe folder within "/htdocs" which then holds you install files (Framework, cms, themes, mysite, e.t.c), you will need to modify your ".htaccess" file within the "silverstripe" folder. </p><p>You would need to add this: <br /><div class="codesnippet"><p>&nbsp;&nbsp;&nbsp;SetEnv HTTP_MOD_REWRITE On <br />&nbsp;&nbsp;&nbsp;RewriteEngine On <br />&nbsp;&nbsp;&nbsp;RewriteBase '/silverstripe'</p></div> </p><p>-helenclarko</p> <br /> <p data-swiftype-index="false">Posted to: Migrating localhost Silverstripe to live site | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/110875#post411789" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/110875" class="replyLink">Post Reply</a></p> Wed, 04 Nov 2015 09:27:05 +1300 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/110875#post411789 Migrating localhost Silverstripe to live site https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/110875 <p>Good day,<br>Silverstripe version 3 +<br>I have a trouble migrating my localhost silverstripe to a live site. In my localhost everything is fine up and running now I decided to transfer my localhost silverstripe to live site. "What i did" <br>1.) from my HTDOCS folder of my xampp i copy the localhost silverstripe "htdocs/silverstripe" i did not include the folder[silverstripe].<br>2.) I export the localhost database and I create a new database name in live site then imported the 1905035_silver.sql<br>3.) I check the mysiqte/_config.php <br> $databaseConfig = array(<br> 'type' =&gt; 'MySQLDatabase',<br> 'server' =&gt; 'pdb3.biz.nf',<br> 'username' =&gt; '1905035_silver',<br> 'password' =&gt; 'secret(^__^)', &lt;=== nevermind this<br> 'database' =&gt; '1905035_silver',<br> 'path' =&gt; ''<br> );<br>4). When i browse the site example "silverstripe.co.nf" it redirect me to Error 403 Forbidden.</p><p>Can anybody help me to fix the problem and also if you can give me steps to do? i don't think that what i did is correct maybe i missed something to do. I'm hoping that the SILVERSTRIPE developer or the editor can create a basic screenscast for migrating silverstripe local to live site.</p><p>I really appreciate your help. Cheers mate..</p> <br> <p data-swiftype-index="false">Posted to: Migrating localhost Silverstripe to live site | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/110875" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/110875" class="replyLink">Post Reply</a></p> Mon, 02 Nov 2015 22:57:11 +1300 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/110875 Re: Moving file from local server to distant server? https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/15247#post407051 <p>Hi </p><p>This may be of help: </p><p><a href="http://move-a-silverstripe-site.ssmods.com/index.html">http://move-a-silverstripe-site.ssmods.com/index.html</a></p> <br /> <p data-swiftype-index="false">Posted to: Moving file from local server to distant server? | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/15247#post407051" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/15247" class="replyLink">Post Reply</a></p> Sat, 03 Oct 2015 15:36:53 +1300 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/15247#post407051 Re: Adding Dynamic Navigation | Template Coding https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/105556#post406246 <p>Heya Helenclarko - </p><p>Will go trying this now - thanks HEAPS for that rapid feedback. </p><p>And, yep, it's all for the same Theme. </p><p>Will let you know if this is a go/no go shortly! </p><p>Cheers.</p> <br /> <p data-swiftype-index="false">Posted to: Adding Dynamic Navigation | Template Coding | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/105556#post406246" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/105556" class="replyLink">Post Reply</a></p> Mon, 21 Sep 2015 15:45:20 +1200 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/105556#post406246 Re: Adding Dynamic Navigation | Template Coding https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/105556#post406244 <p>Hi Raymond, </p><p>I have not tested the code below, but it should work (or atleast give you somewhere to start). <br />you are simply after a loop of your menu items (1st tier SitePages) with the same theme? </p><p><div class="codesnippet"><p>&lt;div id="menuBuilderContainer"&gt; <br /> &lt;div id="menuBuilder"&gt; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;button class="nav-button button bar"&gt; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;span class="text_menu_link"&gt;open navigation&lt;/span&gt; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/button&gt; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;div id="nav" class="nav"&gt; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;ul id="mainmenu" class="nav-collapse"&gt; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;% loop $Menu(1) %&gt; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;li id="menu_1" class="menu_1 menu_items"&gt; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;a target="_self" href="$Link"&gt; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;span class="text_menu_link"&gt;$MenuTitle&lt;/span&gt; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/a&gt; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/li&gt; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;% end_loop %&gt; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/ul&gt; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/div&gt; <br /> &lt;/div&gt; <br />&lt;/div&gt;</p></div> </p><p>That should cut out your hard coded links and give you the Navigation you are after. </p><p>-helenclarko</p> <br /> <p data-swiftype-index="false">Posted to: Adding Dynamic Navigation | Template Coding | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/105556#post406244" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/105556" class="replyLink">Post Reply</a></p> Mon, 21 Sep 2015 15:04:04 +1200 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/105556#post406244 Adding Dynamic Navigation | Template Coding https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/105556 <p>Hello all -</p><p>I've built a template which originally includes a responsive top navigation menu, as can be currently seen at <a href="http://www.e-lumini.com/">http://www.e-lumini.com</a> [view in smaller screensize in responsive view mode to see mobile navigation menu].</p><p>In following your lesson Adding Dynamic Content I am somewhat stumped how I can integrate your standard code block in mine:</p><p>&lt;% loop $Menu(1) %&gt;<br> &lt;li&gt;<br> &lt;a class="$LinkingMode" href="$Link"&gt;$MenuTitle&lt;/a&gt;<br> &lt;/li&gt;<br>&lt;% end_loop %&gt;</p><p>------<br>My code block:</p><p>&lt;div id="menuBuilderContainer"&gt;<br>   &lt;div id="menuBuilder"&gt;<br>         &lt;button class="nav-button button bar"&gt;&lt;i class="icon_menu_handle"&gt;&lt;/i&gt;&lt;span class="text_menu_link"&gt;open navigation&lt;/span&gt;&lt;/button&gt;<br>         &lt;div id="nav" class="nav"&gt;<br>            &lt;ul id="mainmenu" class="nav-collapse"&gt;<br>               &lt;li id="menu_1" class="menu_1 menu_items"&gt;<br>                  &lt;a href="http://www.e-lumini.com" target="_self"&gt;<br>                     &lt;span class="icon_menu_handle"&gt;&lt;/span&gt;<br>                     &lt;span class="text_menu_link"&gt;home&lt;/span&gt;<br>                  &lt;/a&gt;&lt;/li&gt;&lt;li id="menu_5" class="menu_5 menu_items"&gt;<br>               &lt;a href="http://www.e-lumini.com/about-organisation-design-agency.html" target="_self"&gt;<br>                  &lt;span class="icon_menu_handle"&gt;&lt;/span&gt;<br>                  &lt;span class="text_menu_link"&gt;about&lt;/span&gt;<br>               &lt;/a&gt;<br>            &lt;/li&gt;<br>               &lt;li id="menu_2" class="has-flyout menu_2 menu_items"&gt;<br>                  &lt;a href="http://www.e-lumini.com/organisation-design-services.html" target="_self"&gt;<br>                     &lt;span class="icon_menu_handle"&gt;&lt;/span&gt;<br>                     &lt;span class="text_menu_link"&gt;services&lt;/span&gt;<br>                  &lt;/a&gt;<br>                           <br>               &lt;/li&gt;<br>               &lt;li id="menu_3" class="menu_3 menu_items"&gt;<br>                  &lt;a href="http://www.e-lumini.com/organisation-design-practices.html" target="_self"&gt;<br>                     &lt;span class="icon_menu_handle"&gt;&lt;/span&gt;<br>                     &lt;span class="text_menu_link"&gt;practices&lt;/span&gt;<br>                  &lt;/a&gt;&lt;/li&gt;<br>               &lt;li id="menu_4" class="has-flyout menu_4 menu_items"&gt;<br>                  &lt;a href="http://www.e-lumini.com/organisation-design-clients.html" target="_self"&gt;<br>                     &lt;span class="icon_menu_handle"&gt;&lt;/span&gt;<br>                     &lt;span class="text_menu_link"&gt;clients&lt;/span&gt;<br>                  &lt;/a&gt;<br>                           <br>               &lt;/li&gt;<br>             &lt;li id="menu_6" class="menu_6 menu_items"&gt;<br>               &lt;a href="http://www.e-lumini.com/organisation-design-blog-articles.html" target="_self"&gt;<br>                  &lt;span class="icon_menu_handle"&gt;&lt;/span&gt;<br>                  &lt;span class="text_menu_link"&gt;blog&lt;/span&gt;<br>               &lt;/a&gt;<br>            &lt;/li&gt;<br>             &lt;li id="menu_7" class="menu_7 menu_items"&gt;<br>               &lt;a href="http://www.e-lumini.com/organisation-design-academy.html" target="_self"&gt;<br>                  &lt;span class="icon_menu_handle"&gt;&lt;/span&gt;<br>                  &lt;span class="text_menu_link"&gt;academy&lt;/span&gt;<br>               &lt;/a&gt;<br>            &lt;/li&gt;<br>             &lt;li id="menu_8" class="menu_8 menu_items"&gt;<br>               &lt;a href="http://www.e-lumini.com/contact-organisation-design-agency.html" target="_self"&gt;<br>                  &lt;span class="icon_menu_handle"&gt;&lt;/span&gt;<br>                  &lt;span class="text_menu_link"&gt;contact&lt;/span&gt;<br>               &lt;/a&gt;<br>            &lt;/li&gt;<br>            &lt;/ul&gt;<br>         &lt;/div&gt;<br>   &lt;/div&gt;<br>&lt;/div&gt;</p><p>-- end code block ---</p><p>Can anyone give me a pointer on how to work this please? </p><p>Many thanks in advance for your assistance [and for keeping me sane!]</p><p>Raymond</p> <br> <p data-swiftype-index="false">Posted to: Adding Dynamic Navigation | Template Coding | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/105556" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/105556" class="replyLink">Post Reply</a></p> Mon, 21 Sep 2015 08:37:38 +1200 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/105556 Attempting migration into the SilverStripe Framework and need some direction, and/or help. https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/105523 <p>Im not sure if anyone is alive on these forums any more, but here goes. </p><p>Is there a complete ModelAdmin / DOM tutorial anywhere that explains things a little better. I saw a few tutorials with code examples on ssbits but I can never seem to get things to work right. What im trying to do is make it to where we can track parts that are in a database, and edit their quantities, along with creating new entries. Basically viewing a database with a crud front end in silverstripe. We have something that does this already, but we want to integrate it into silverstripe. Since we cannot I thought I could start fresh and just add it into our site, but ALL of the code examples I find leave things out.</p> <br /> <p data-swiftype-index="false">Posted to: Attempting migration into the SilverStripe Framework and need some direction, and/or help. | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/105523" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/105523" class="replyLink">Post Reply</a></p> Sun, 20 Sep 2015 01:52:14 +1200 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/105523 Re: Changing the domain https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/5348#post405534 <p>If you are looking for a specific domain names - you can check whether it is available as well. The easiest way to do this using the free service whoiszz, for example - <a href="https://whoiszz.com/whois/silverstripe.org">https://whoiszz.com/whois/silverstripe.org</a>.</p> <br /> <p data-swiftype-index="false">Posted to: Changing the domain | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/5348#post405534" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/5348" class="replyLink">Post Reply</a></p> Mon, 07 Sep 2015 23:55:50 +1200 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/5348#post405534 Re: Migrate from Wordpress to SilverStripe https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/104409#post404944 <p>Hi Bruno, </p><p>I dont use this module, but it looks like it extends the blog module. <br />If you have the blog module installed (which should have been installed by composser when you installed wordpressimport), then you may find a new tab called import on your blogholder page. <br />You should then be able to upload your xml file from there. </p><p>-helenclarko</p> <br /> <p data-swiftype-index="false">Posted to: Migrate from Wordpress to SilverStripe | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/104409#post404944" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/104409" class="replyLink">Post Reply</a></p> Fri, 14 Aug 2015 15:51:02 +1200 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/104409#post404944 Re: Migrate from Wordpress to SilverStripe https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/104409#post404943 <p>Thank you for your reply Helen. </p><p>I was able to install the addon with composer, I just don't understand how to use it... <br />Where shall I put the xml export from wordpress? </p><p>If that matters, wordpress is not installed on the same server, but I exported all the content to an .xml file. <br />But now I don't know how to import it to silverstripe... </p><p>Thank you, <br />Bruno</p> <br /> <p data-swiftype-index="false">Posted to: Migrate from Wordpress to SilverStripe | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/104409#post404943" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/104409" class="replyLink">Post Reply</a></p> Fri, 14 Aug 2015 14:04:02 +1200 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/104409#post404943 Re: Migrate from Wordpress to SilverStripe https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/104409#post404941 <p>Hi bgravato, </p><p>Alternatively you could download the zip from github and unzip it into the root of your silverstripe directory. <br />Rename the folder to "wordpressimport", then run /dev/build?flush=1. </p><p><a href="https://github.com/thiagovandieten/export-wordpresstosilverstripe">https://github.com/thiagovandieten/export-wordpresstosilverstripe</a> </p><p>-helenclarko</p> <br /> <p data-swiftype-index="false">Posted to: Migrate from Wordpress to SilverStripe | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/104409#post404941" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/104409" class="replyLink">Post Reply</a></p> Fri, 14 Aug 2015 11:37:44 +1200 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/104409#post404941 Migrate from Wordpress to SilverStripe https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/104409 <p>Hi, </p><p>I want to migrate a website from wordpress to silverstripe. <br />I have the xml export from wordpress and I have SS up and running. <br />I've installed the addon thiagovandieten / export-wordpresstosilverstripe <br />But now what do I do? I couldn't find any instructions on how to use this add-on to import the xml data. </p><p>BTW, the installation instructions on <a href="http://addons.silverstripe.org/add-ons/thiagovandieten/export-wordpresstosilverstripe">http://addons.silverstripe.org/add-ons/thiagovandieten/export-wordpresstosilverstripe</a> seem to be outdated... <br />It says: <br />Installation Instructions <br />composer require silverstripe/wordpressimport 0.3.* </p><p>But silverstripe/wordpressimport doesn't seem to exist... </p><p>Any tips on how to use this module would be greatly appreciated :) </p><p>Thanks, <br />Bruno</p> <br /> <p data-swiftype-index="false">Posted to: Migrate from Wordpress to SilverStripe | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/104409" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/104409" class="replyLink">Post Reply</a></p> Fri, 14 Aug 2015 05:08:33 +1200 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/104409 Re: Multiple templates https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/102665#post403017 <p>Inheritance. </p><p>Templates have their on sort-of 'inheritance' (more like a fallback list), so if your pages are similar to each other and inherit from a familiar root, then that will simplify things. <br />Eg. How the <a href="http://docs.silverstripe.org/en/3.1/tutorials/">tutorials</a> cover this.</p> <br /> <p data-swiftype-index="false">Posted to: Multiple templates | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/102665#post403017" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/102665" class="replyLink">Post Reply</a></p> Tue, 14 Jul 2015 21:33:51 +1200 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/102665#post403017 Multiple templates https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/102665 <p>Hi <br />I'm in the process of moving our current website platform over to SilverStripe 3.1 on a Windows environment. I have a question about the use / migration of multiple templates. We have 13 templates (that have different links) that have over 300 web pages in total and am trying to figure out the best way to make the "best use" of SilverStripe to migrate this content easily. Are there any add-ons or features that SilverStripe provides that are useful? Any ideas are welcome :-) </p><p>Cheers <br />Karn</p> <br /> <p data-swiftype-index="false">Posted to: Multiple templates | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/102665" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/102665" class="replyLink">Post Reply</a></p> Tue, 14 Jul 2015 15:38:59 +1200 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/102665 Re: Banners/Side Panels etc. https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/102465#post402429 <p>Thanks JonoM. That explains a lot!</p> <br /> <p data-swiftype-index="false">Posted to: Banners/Side Panels etc. | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/102465#post402429" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/102465" class="replyLink">Post Reply</a></p> Wed, 03 Jun 2015 05:19:22 +1200 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/102465#post402429 Re: Banners/Side Panels etc. https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/102465#post402428 <p>Hi JenG, </p><p>A SilverStripe powered website is quite different to one created in Dreamweaver but probably isn't too different to WordPress. </p><p>On a SilverStripe website the data, logic and visual design are all separate. The front-end look and feel is controlled by templates and CSS files and usually worked on by a front-end designer. The data (e.g. text content) is managed in the CMS by content authors. The data, design and back-end logic are all tied together by a PHP developer. </p><p>So you may not be able to change much about the design of your website in the CMS. </p><p>If you want to get a great introduction in to SilverStripe and learn how to modify your site the best place to start is the <a href="http://www.silverstripe.org/learn/lessons/">lessons</a></p> <br /> <p data-swiftype-index="false">Posted to: Banners/Side Panels etc. | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/102465#post402428" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/102465" class="replyLink">Post Reply</a></p> Wed, 03 Jun 2015 05:14:25 +1200 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/102465#post402428 Banners/Side Panels etc. https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/102465 <p>Hi I'm completely new to Silverstripe as the website was set up by someone else. I want to change the banner and the overall look of the pages, but cannot find where to do this. When I go into the edit pages mode, I can see where I can edit text, but cannot gain access to anything else. I'm used to Dreamweaver and Wordpress where the various elements to the page are obvious. Any help/pointers please? Thanks</p> <br /> <p data-swiftype-index="false">Posted to: Banners/Side Panels etc. | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/102465" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/102465" class="replyLink">Post Reply</a></p> Wed, 03 Jun 2015 01:40:17 +1200 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/102465 Re: Help on Passowrd Encryption technique https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/101337#post400702 <p>Still the same. <br />$check = $encryption_type($password.$salt) == $password_hash; //in a sort of pseudo-code</p> <br /> <p data-swiftype-index="false">Posted to: Help on Passowrd Encryption technique | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/101337#post400702" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/101337" class="replyLink">Post Reply</a></p> Fri, 13 Mar 2015 05:03:59 +1300 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/101337#post400702 Re: Help on Passowrd Encryption technique https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/101337#post400664 <p>Thanks for the quick response pyromanic. <br />I doubt its blow fish. For your info </p><p>original password: alvin <br />Password in DB :f9b0213127225c1c74d6662dee8acca297eff9e0 <br />Password Encryption : sha1_v2.4 <br />salt: 9j1jyse241v7cw0s8okkssgg448wgcogsggoww0 </p><p>What i want to do is to create the password in DB from original password. </p><p>Any hints...</p> <br /> <p data-swiftype-index="false">Posted to: Help on Passowrd Encryption technique | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/101337#post400664" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/101337" class="replyLink">Post Reply</a></p> Wed, 11 Mar 2015 08:06:41 +1300 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/101337#post400664 Re: Help on Passowrd Encryption technique https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/101337#post400661 <p>Silverstripe uses Blowfish by default. </p><p>And password encryption type can be set per user. You need to check the Member.PasswordEncryption property to check which to use. <br />This with Member.Salt can be used to calculate and compare with Member.Password </p><p><a href="http://api.silverstripe.org/3.1/source-class-Member.html#305">http://api.silverstripe.org/3.1/source-class-Member.html#305</a> <br /><a href="http://api.silverstripe.org/3.1/source-class-PasswordEncryptor_Blowfish.html#249-259">http://api.silverstripe.org/3.1/source-class-PasswordEncryptor_Blowfish.html#249-259</a></p> <br /> <p data-swiftype-index="false">Posted to: Help on Passowrd Encryption technique | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/101337#post400661" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/101337" class="replyLink">Post Reply</a></p> Wed, 11 Mar 2015 05:17:36 +1300 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/101337#post400661 Help on Passowrd Encryption technique https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/101337 <p>Hi. We have silverstripe installed on our system. We are developing a custom module which will work independently of silver stripe but will use the same DB. The module needs to authenticate users. The user passwords in the DB are encrypted with sha1_v2.4. To authenticate the user we need to encrypt the provided password and compare it with the stored password. However there is little documentation available on how to encrypt a given password using the sha1_v2.4 algorithm. Can someone provide me with an algorithm/pseudocode/code to encrypt a string using the same technique as silverstripe do (using sha1_2.4 and salt).</p> <br /> <p data-swiftype-index="false">Posted to: Help on Passowrd Encryption technique | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/101337" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/101337" class="replyLink">Post Reply</a></p> Wed, 11 Mar 2015 04:40:13 +1300 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/101337 Re: Migrating a SilverStripe site to another server https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/5022?start=8#post397820 <p>Hi, </p><p>I'm migrating a SS 3.1.6 site from my local Windows 7 machine into a Linux server. <br />I checked and all the table names are lower case. </p><p>All the links posted for reference tickets or post seem to be broken. Are there any updated news on this? </p><p>Thank you</p> <br /> <p data-swiftype-index="false">Posted to: Migrating a SilverStripe site to another server | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/5022?start=8#post397820" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/5022" class="replyLink">Post Reply</a></p> Thu, 22 Jan 2015 04:39:54 +1300 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/5022?start=8#post397820 Re: Existing Drupal 7 site to SilverStripe 3.1 help needed https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/71980#post370699 <p>Which module were you trying to import from drupal with? See <a href="http://www.silverstripe.org/drupal-connector-module/">http://www.silverstripe.org/drupal-connector-module/</a> see also the blog - <a href="http://addons.silverstripe.org/add-ons/chillu/drupal-blog-importer">http://addons.silverstripe.org/add-ons/chillu/drupal-blog-importer</a>. </p><p>We also do conversions through <a href="http://www.silverstripehq.com/">http://www.silverstripehq.com</a>. It depends on the complexity and size of your website but we've done small (~20 page) drupal sites in a couple of hours.</p> <br /> <p data-swiftype-index="false">Posted to: Existing Drupal 7 site to SilverStripe 3.1 help needed | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/71980#post370699" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/71980" class="replyLink">Post Reply</a></p> Sun, 31 Aug 2014 16:39:20 +1200 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/71980#post370699 Re: Existing Drupal 7 site to SilverStripe 3.1 help needed https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/71980#post370285 <p>Hi there we've used GConverter services in the past to migrate websites. They may be able to help. Good luck!</p> <br /> <p data-swiftype-index="false">Posted to: Existing Drupal 7 site to SilverStripe 3.1 help needed | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/71980#post370285" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/71980" class="replyLink">Post Reply</a></p> Mon, 25 Aug 2014 13:06:24 +1200 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/71980#post370285 Re: UTF-8 problem when migrating data https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/5849?start=16#post369832 <p>Please view: <a href="http://www.silverstripe.org/general-questions/show/11797#post369831">http://www.silverstripe.org/general-questions/show/11797#post369831</a></p> <br /> <p data-swiftype-index="false">Posted to: UTF-8 problem when migrating data | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/5849?start=16#post369832" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/5849" class="replyLink">Post Reply</a></p> Wed, 20 Aug 2014 12:53:19 +1200 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/5849?start=16#post369832 Existing Drupal 7 site to SilverStripe 3.1 help needed https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/71980 <p>I have a newbie question, being very new to SilverStripe but well experienced with Drupal 7. </p><p>I have an existing Drupal 7 site that has been around for years and there is quite a bit of content (both static and blog pages). </p><p>I am anxious to migrate away from Drupal given the release of Drupal 8 very close now and I have no plans to upgrade being well disgusted with Drupal as a whole and very encouraged by SilverStripe so far. </p><p>I have viewed all I could find on this forum and have come away still confused and no closer than when I started. The documentation on Drupal migration is much less than sparse. </p><p>I have installed and enabled the required modules on Drupal 7 for the drupal-connector and have installed the connector module on my SilverStripe site (a localhost XAMPP server at this point). The new menu appears in CMS but it has no content. </p><p>The services menu on Drupal is next to useless given the total lack of comprehensible documentation. I would like some help do this migration as I really do not want to start over from scratch. </p><p>What needs to be done to Drupal to expose the content for migration using the connector module? <br />Why is there no content on the new Drupal Connector menu selection in the CMS? <br />Will it migrate all my content? I understand that there may be some editing needed where formatting differences exist. <br />But will the main and sub menus be migrated (derived from nice menus not Drupal Main Menu)? </p><p>Help from anyone having this experience is needed and welcome.</p> <br /> <p data-swiftype-index="false">Posted to: Existing Drupal 7 site to SilverStripe 3.1 help needed | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/71980" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/71980" class="replyLink">Post Reply</a></p> Tue, 19 Aug 2014 08:04:41 +1200 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/71980 Migrating from SharePoint to SilverStripe https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/55372 <p>Has anyone tried migrating content from SharePoint site to SilverStripe? Any good tools for that to utilize?</p> <br /> <p data-swiftype-index="false">Posted to: Migrating from SharePoint to SilverStripe | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/55372" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/55372" class="replyLink">Post Reply</a></p> Thu, 15 May 2014 19:32:42 +1200 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/55372 Re: UTF-8 problem when migrating data https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/5849?start=16#post334441 <p>Hi kurthv, </p><p>thank you a lot for posting your solution. It saved my evening while converting a site from SS 2.3.3 to 3.1.2. </p><p>I hope Umlauts are more robust now... </p><p>Cheers, wmk</p> <br /> <p data-swiftype-index="false">Posted to: UTF-8 problem when migrating data | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/5849?start=16#post334441" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/5849" class="replyLink">Post Reply</a></p> Fri, 31 Jan 2014 07:11:08 +1300 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/5849?start=16#post334441 Re: Please help -- Having trouble upgrading complex reports from SS2.4 to SS3.1 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/35184#post334196 <p>The following should work as well: <br /><div class="codesnippet"><p>foreach($sqlResult as $result) { <br /> $returnSet-&gt;push(new DataObject($result)); <br />}</p></div></p> <br /> <p data-swiftype-index="false">Posted to: Please help -- Having trouble upgrading complex reports from SS2.4 to SS3.1 | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/35184#post334196" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/35184" class="replyLink">Post Reply</a></p> Thu, 30 Jan 2014 04:30:08 +1300 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/35184#post334196 Re: Please help -- Having trouble upgrading complex reports from SS2.4 to SS3.1 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/35184#post331412 <p>Thanks Martine, that worked great</p> <br /> <p data-swiftype-index="false">Posted to: Please help -- Having trouble upgrading complex reports from SS2.4 to SS3.1 | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/35184#post331412" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/35184" class="replyLink">Post Reply</a></p> Tue, 07 Jan 2014 22:09:44 +1300 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/35184#post331412 Re: Please help -- Having trouble upgrading complex reports from SS2.4 to SS3.1 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/35184#post331361 <p>It looks like the GridField just really wants to work with DataObjects - hence the canView problem. I've been able to work around it by creating an ArrayData extension like this: </p><p><div class="codesnippet"><p>class Report_ArrayData extends ArrayData { <br />&nbsp;&nbsp;&nbsp;public function canView($member = null) { <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return true; //&lt;-- hmm, check some permission <br />&nbsp;&nbsp;&nbsp;} <br />}</p></div> </p><p>And then in sourceRecords: </p><p><div class="codesnippet"><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;... <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$sqlResult = $sqlQuery-&gt;execute(); <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$returnSet = new ArrayList(); <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;foreach($sqlResult as $result) { <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$returnSet-&gt;push(new Report_ArrayData($result)); <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;} <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return $returnSet;</p></div> </p><p>OK, it feels like a hack, but... the ArrayData extension can be made as safe as any DataObject. You could have it call the canView() method of the main DataObject (by using a singleton). So if that really is the only problem (I've found no other yet), this might not be such a bad hack :) </p><p>Martine</p> <br /> <p data-swiftype-index="false">Posted to: Please help -- Having trouble upgrading complex reports from SS2.4 to SS3.1 | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/35184#post331361" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/35184" class="replyLink">Post Reply</a></p> Tue, 07 Jan 2014 08:38:49 +1300 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/35184#post331361 Please help -- Having trouble upgrading complex reports from SS2.4 to SS3.1 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/35184 <p>Hi Guy, this one has been giving me headaches since before Christmas -- hope somebody out there can point me in the right direction</p><p>We are upgrading a site we wrote a couple of years ago in SS2.4.7 to SS3.1</p><p>All is working fine except some of the more complex reports which, in ver2, I had written by overloading SS_Report::sourceQuery(). This returns the SQLQuery object used to define the report contents -- code below</p><p><span style="text-decoration:underline;">SS2 code</span><br></p><div class="codesnippet"><p>      public function sourceQuery($params) {<br>         $sql = new SQLQuery();<br>         <br>         $fields = array (<br>            'stVehicleBooking.ClassName as ClassName',         // must include the class name, even if we are not using it<br>            'stVehicleBooking.Status',<br>            //'year(stVehicleBooking.StartDate) as StartYear',<br>            'count(stVehicleBooking.ClassName) as NumberOfBookings',<br>            'sum(stQuote.TotalPrice) as TotalPrice',<br>            'sum(stQuote.Price) as TotalOwed',<br>            'sum(stQuote.AmountPaid) as TotalPaid',<br>            'sum(stQuote.PriceAirportTransferInbound + stQuote.PriceAirportTransferOutbound + stQuote.PriceOutdoorChairs + stQuote.PriceSnowChains + stQuote.PriceGenerator + stQuote.PriceSecondGasBottle + stQuote.PriceStarterPack + stQuote.PriceCaravanClub + stQuote.PriceGasEasyRefill + stQuote.PriceFuelEasyRefill + stQuote.PriceSatNav) as TotalTreats',<br>            'sum(stQuote.PriceAirportTransferInbound) as TotalInboundTransfers',<br>            'sum(stQuote.PriceAirportTransferOutbound) as TotalOutboundTransfers',<br>            'sum(stQuote.PriceOutdoorChairs) as TotalOutdoorChairs',<br>            'sum(stQuote.PriceSnowChains) as TotalSnowChains',<br>            'sum(stQuote.PriceGenerator) as TotalGenerator',<br>            'sum(stQuote.PriceSecondGasBottle) as TotalSecondGasBottle',<br>            'sum(stQuote.PriceStarterPack) as TotalStarterPack',<br>            'sum(stQuote.PriceCaravanClub) as TotalCaravanClub',<br>            'sum(stQuote.PriceGasEasyRefill) as TotalGasEasyRefill',<br>            'sum(stQuote.PriceFuelEasyRefill) as TotalFuelEasyRefill',<br>            'sum(stQuote.PriceSatNav) as TotalSatNav'<br>         );<br>         <br>         if (isset($params['ReportGrouping']) &amp;&amp; !empty($params['ReportGrouping'])) {<br>            switch ($params['ReportGrouping']) {<br>               case 'Year':<br>                  $fields[] = 'year(stVehicleBooking.StartDate) as StartYear';<br>                  break;<br>               case 'YearAndMonth':<br>                  $fields[] = "concat_ws('-', monthname(stVehicleBooking.StartDate), year(stVehicleBooking.StartDate)) as StartYear";<br>                  break;<br>               case 'YearAndQtr':<br>                  $fields[] = "concat_ws('-', year(stVehicleBooking.StartDate), 'Qtr', quarter(stVehicleBooking.StartDate)) as StartYear";<br>                  break;<br>               default:<br>                  $fields[] = 'stVehicleBooking.StartDate as StartYear';<br>            }<br>         } else<br>            $fields[] = 'stVehicleBooking.StartDate as StartYear';<br>         <br>         $sql-&gt;select = $fields;<br>         <br>         $sql-&gt;from = array (<br>            'stVehicleBooking',<br>            'left join stQuote on stQuote.ID = stVehicleBooking.QuoteID'<br>         );<br>         <br>         //$sql-&gt;where = array ( 'stVehicleBooking.Status = "Booking"' );<br>         <br>         $sql-&gt;groupby = array ( 'StartYear' );<br>         <br>         $sql-&gt;orderby = 'stVehicleBooking.StartDate';<br>         <br>         return $sql;<br>      }</p></div><br>which all worked perfectly.<br>(please note the SQL sum expressions on the joined table)<p>Now, in SS3 reports are defined by overloading SS_Report::sourceRecords() which returns an SS_Sortable list -- seems simple enough.</p><p>For the simpler reports this can be handled using by using MyDataObject::get()</p><p>It's the more complex ones (like the above example) that are giving me problems. These need to to be selected using SQL because MyDataObject::get()-&gt;leftJoin() does not return data from the joined table</p><p>So try: build the SQLQuery object, run the query and return the resulting list</p><p><span style="text-decoration:underline;">SS3 code</span><br></p><div class="codesnippet"><p>      public function sourceRecords($params, $sort, $limit) {<br>         $sql = new SQLQuery();<br>         <br>         $fields = array (<br>            'NumberOfBookings'         =&gt; 'count(stVehicleBooking.ClassName)',<br>            'TotalPrice'            =&gt; 'sum(stQuote.TotalPrice)',<br>            'TotalOwed'               =&gt; 'sum(stQuote.Price)',<br>            'TotalPaid'               =&gt; 'sum(stQuote.AmountPaid)',<br>            'TotalTreats'            =&gt; 'sum(stQuote.PriceAirportTransferInbound + stQuote.PriceAirportTransferOutbound + stQuote.PriceOutdoorChairs + stQuote.PriceSnowChains + stQuote.PriceGenerator + stQuote.PriceSecondGasBottle + stQuote.PriceStarterPack + stQuote.PriceCaravanClub + stQuote.PriceGasEasyRefill + stQuote.PriceFuelEasyRefill + stQuote.PriceSatNav)',<br>            'TotalInboundTransfers'      =&gt; 'sum(stQuote.PriceAirportTransferInbound)',<br>            'TotalOutboundTransfers'   =&gt; 'sum(stQuote.PriceAirportTransferOutbound)',<br>            'TotalOutdoorChairs'      =&gt; 'sum(stQuote.PriceOutdoorChairs)',<br>            'TotalSnowChains'         =&gt; 'sum(stQuote.PriceSnowChains)',<br>            'TotalGenerator'         =&gt; 'sum(stQuote.PriceGenerator)',<br>            'TotalSecondGasBottle'      =&gt; 'sum(stQuote.PriceSecondGasBottle)',<br>            'TotalStarterPack'         =&gt; 'sum(stQuote.PriceStarterPack)',<br>            'TotalCaravanClub'         =&gt; 'sum(stQuote.PriceCaravanClub)',<br>            'TotalGasEasyRefill'      =&gt; 'sum(stQuote.PriceGasEasyRefill)',<br>            'TotalFuelEasyRefill'      =&gt; 'sum(stQuote.PriceFuelEasyRefill)',<br>            'TotalSatNav'            =&gt; 'sum(stQuote.PriceSatNav)'<br>         );<br>         <br>         if (isset($params['ReportGrouping']) &amp;&amp; !empty($params['ReportGrouping'])) {<br>            switch ($params['ReportGrouping']) {<br>               case 'Year':<br>                  $fields['StartYear'] = 'year(stVehicleBooking.StartDate)';<br>                  break;<br>               case 'YearAndMonth':<br>                  $fields['StartYear'] = "concat_ws('-', monthname(stVehicleBooking.StartDate), year(stVehicleBooking.StartDate))";<br>                  break;<br>               case 'YearAndQtr':<br>                  $fields['StartYear'] = "concat_ws('-', year(stVehicleBooking.StartDate), 'Qtr', quarter(stVehicleBooking.StartDate))";<br>                  break;<br>               default:<br>                  $fields['StartYear'] = 'stVehicleBooking.StartDate';<br>            }<br>         } else<br>            $fields['StartYear'] = 'stVehicleBooking.StartDate';<br>         <br>         foreach ($fields as $name =&gt; $field)<br>            $sql-&gt;selectField ($field, $name);<br>         <br>         $sql-&gt;setFrom      ('stVehicleBooking')<br>            -&gt;addLeftJoin   ('stQuote', 'stQuote.ID = stVehicleBooking.QuoteID')<br>            -&gt;setGroupBy   ('StartYear')<br>            -&gt;setOrderBy   ('stVehicleBooking.StartDate');<br>         <br>         $results = $sql-&gt;execute();<br>         <br>         $list = ArrayList::create();<br>         //$list = DataList::create('stVehicleBooking');<br>         if ($results-&gt;numRecords() &gt; 0)<br>            foreach ($results as $item)<br>               $list-&gt;add (new ArrayData ($item));<br>         <br>         return $list;<br>      }</p></div><br>This does not seem to work<p>Returning the results of the query directly (return $results) gives an error (Gridfield expects a SS_Sortable list) -- not particularly surprising but never hurts to try the obvious</p><p>However, the SQL does work correctly (I have confirmed this by looping through the $results record set and echoing a couple of the fields)</p><p>Creating a DataList and returning that simply produces a list of blank records</p><p>Creating an ArrayList returns the the correct dataset but SS throws an uncaught exception error (Object-&gt;__call(): the method 'canview' does not exist on 'ArrayData')</p><p><strong>So, the big question is</strong></p><p>What am I missing here?</p><p>Is there any way of converting the results of an SQLQuery() object into a data list that the report generator will understand?</p><p>OR</p><p>Is there a way of calling MyDataObject::get()-&gt;leftJoin() that will return the contents of the joined table?</p> <br> <p data-swiftype-index="false">Posted to: Please help -- Having trouble upgrading complex reports from SS2.4 to SS3.1 | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/35184" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/35184" class="replyLink">Post Reply</a></p> Tue, 07 Jan 2014 05:32:46 +1300 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/35184 Import Images not working https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/25569 <p>Hi, </p><p>I am new to silverstripe and i am having some problems importing images to the albums in an Image Gallery Page. </p><p>The problem is that when i try to import an image i have already uploaded to the CMS Files section, it doesnt link and creates a blank image in the album and in the folder where the desired image is. </p><p>If i manually relink each blank image to the correct one at this point then it works but is too time consuming. </p><p>I need help to fix this. </p><p>My uploading procedure: </p><p>1. on image gallery page, create albums so that album folder is created in the Files tab. <br />2. upload desired images to the folders created above in Files tab. <br />3. in image gallery page, choose photos by choosing existing and selecting all the uploaded photos in the folder. <br />4. Says import successful and has thumbnail of supposedly imported images, click continue. <br />5. Doesnt work, blank images appear in album. </p><p>I dont know why it is doing this but if anyone has any experience with this issue i would greatly appreciate some help. </p><p>images attached to illustrate. </p><p>Thanks.</p> <br /> <p data-swiftype-index="false">Posted to: Import Images not working | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/25569" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/reply/25569" class="replyLink">Post Reply</a></p> Fri, 08 Nov 2013 17:12:32 +1300 https://www.silverstripe.org/community/forums/migrating-a-site-to-silverstripe/show/25569