Jump to content

NooseLadder

Members
  • Posts

    218
  • Joined

  • Last visited

Everything posted by NooseLadder

  1. I've just terminated (exit;) the module ( line 316) after data.json and files.zip creation and both files are in the /1022/ folder. Edit: But after zip download the json file is missing in the zip file.
  2. I got this line in debug tools: C:/xampp/htdocs/mysite/site/assets/files/1022/data.json The folder /1022/ is empty. Edit: And the zip file does not contain the data.json file.
  3. XAMPP php 5.5.9 Live server php 5.3.28
  4. Hi, I have run some more tests. Exporting from a live server is ok (the JSON file is created) but exporting from localhost (Xampp) it is not created. Maybe its the php server configuration but I am not sure where to look for this particular problem. I hope we can get this running on localhost as this is where I make all the site changes prior to uploading to live server. Edit: I've just chechek XAMPP phpinfo and json support is enabled, json version 1.2.1. This is the same on my live server.
  5. Hi. I have created a test page under Home and exported using Home as the parent. Unfortunately the JSON file is not in the zip file.
  6. Hi I downloaded the module today at approx 15:30 GMT. The version from the modules window in admin says Migrator 0.1.1. Is that the latest?
  7. Hi I have tried this module and am getting an error. I have posted it on the module support forum.
  8. Hi I am getting the error 'Missing required ZIP or JSON Souce' as well, both with a custom page tree import. and the blog profile zip import. Edit: Sorry, the blog.zip import works ok. In my exported files.zip there is not a .json file. This is the structure of the exported files.zip: pages >site-management >projects >page1 image1.jpg image1.0x100.jpg >page2 image2.jpg image2.0x100.jpg >page3 image3.jpg image3.0x100.jpg etc I get the error whether Edit Imported Content is checked or not. I hope that helps. If you need any more info please let me know.
  9. Hi, It's been a while since my last post. Still steaming ahead with Processwire as my main CMS. Until now if I make any site updates I usually test on the localhost server and then manually make the changes to the live site e.g. create new fields, pages etc. This is obviously doing the work twice. Not good Is there a better/quicker way to update the live site from the staging server all things being equal except for the changes I made on the localhost?
  10. NooseLadder

    A few sites

    Hi Ryan, Nice sites . I'm interested in the integration of the booking calendar/tracking system. Was this something you wrote yourself or a plugin?
  11. Hi Luis and thanks for this module. I haven't downloaded yet. I see on the module page that the last update was February 26, 2014. What is the status of the release and have you made progress with the fluid layout problem?
  12. Great work. As well as a modules filter how about doing something like this. I.e. filters for tags and colour.
  13. First time I've tried this. Worked like a charm. Thanks.
  14. I said I had some brain cells missing. Thanks Soma.
  15. Hi, I'm using this module, thanks Soma, I have customised it for a specific report for a client. Everything is ok except I don't understand why in the ProcessDataTable.module under the section // return markup for output I have created a custom field called 'deposit_paid' that is a checkbox. I have the following code: // deposit paid $depositPaid = $p->deposit_paid; if($depositPaid == 'checked') { $depositPaid = 'Yes'; } else { $depositPaid = 'No'; } $sOutput .= '"'.$depositPaid.'",'; But when the table is output the results are reversed in that fields that are checked are set to 'No' and fields that are not checked are set to 'Yes'. If I change if($depositPaid != 'checked') I get the expected output. Maybe it's something simple I am missing (like a few brain cells!!).
  16. I've finally got round to looking at this. Would Soma's DataTable module be a good starting point for this? If I create a template with the required fields for my reports and modify the module markup accordingly, would that work? Just thinking a bit further. I've loaded Soma's DataTable module. I wouldn't know how to go about this, but it looks as though the module is part-way towards what I am trying to achieve. There is a selector/fllter for the Templates. Could this be extended so that when a template is selected, a selector/filter for the fields in that template can be used to select the columns for the table. Example Template called 'Bookings'. 'Bookings' has the following fields: title, firstName, lastName, dateOfBirth, age, gender, address1, address2, town, postCode, homeTel, mobile, email, courseBooked, bookingDate, courseDate, courseClosingDate, coursePrice, agreeToTerms, depositPaid, invNum. But I only want some of these fields to appear in the DataTable: firstName, lastName, email, courseDate, courseBooked, bookingDate, depositPaid. After the template is selected, I need a filter to select the fields for the DataTable columns, using the field Label as the column heading. Can anyone point me in the right direction please?
  17. I used the JQuery dialog: <script> $(function() { $("#gsubmit, #submit").click(function () { $( ".popUp" ).dialog({ dialogClass: "noClose", position: { my: "center top", at: "center top", of: window }, autoOpen: true, closeOnEscape: false, modal: true, draggable: false, hide: { effect: "explode", duration: 1000 }); }); }); </script> And the HTML <div class="popUp" title="Please Wait..." style="display:none;"> <p>One moment please, the form is processing.</p> </div>
  18. @Philipp Thank you for posting those results. This is quite encouraging (from the pingdom results) Your Website is faster then 95% of websites tested. If you mean this: Here are the Colour codes: @DaveP Yes the WillyC .htaccess stuff does help.
  19. I,m not sure if this is the right place for this? I've got the blog profile as an addon to the main site: Home > Blog I deleted the default pages under: Home > Blog > Archives Home > Blog > Authors Now I am getting the following 404 errors: http://www.mysite.com/archives/2012/ linked from http://www.mysite.com/blog/archives/ http://www.mysite.com/archives/2012/7/ linked from http://www.mysite.com/blog/posts/how-to-embed-videos/ http://www.mysite.com/authors/admin/ linked from http://www.mysite.com/blog/ When I view the page Home > Blog > Archives I get this see attachment: How can I deal with this apart from doing a 301 redirect?
  20. Thanks Ryan but the solution was easy in the end. I activated the dialog when the submit button was clicked. I set it as a modal with no buttons so the pop-up stays there until either the page reloads with form errors or redirects to the payment page.
  21. @teppo Yes it did thanks for your reply. @Philipp Interesting results thanks. Did you do a comparison with ProCache turned off? Try running a speed test on tools.pingdom.com
  22. Hi, I'm using Google's PageSpeed Insights and Pingdom Website Speed Test to check some of my sites. I am NOT currently using the ProCache Module. If I do, will I also need to carry out some of the recommendations from the above-mentioned tools E.g. Leverage Browser Caching by specifying an Expires time in htaccess for chacheable resources? Anyone using the Procache Module, please can you try running a speed test and see what results you get and post back here, thanks.
  23. @teppo. Thanks for your reply. Yes I can see the benefits of that. I haven't used Google Maps much but probably will in the future. You said if Google decide to change how they display maps, well I guess they have. Does your module support Google Maps Javascript API v3?
  24. What's the difference between using this module and just embedding the Google Maps code into a fielsd of type = textarea?
×
×
  • Create New...