Jump to content

mangopo

Members
  • Posts

    23
  • Joined

  • Last visited

  • Days Won

    1

mangopo last won the day on October 7 2013

mangopo had the most liked content!

Recent Profile Visitors

2,598 profile views

mangopo's Achievements

Jr. Member

Jr. Member (3/6)

21

Reputation

  1. Hello, I've tried all sample settings here but no luck so far. Index page works but all subpages give a 404 error. Any ideas?
  2. Hello, I moved my site to an Nginx server which does not use .htaccess but Nginx directives. Main index page is showing ok but all other urls give a 404 error. How do I convert PW's RewriteRules to the new format?
  3. Making a separate mobile version to (m.tld) is better in this case. How would it work with PW: two sets of templates using the same database for articles?
  4. Hi, what are the best options for making a PW site mobile friendly? Edit the current template and make it responsive or make a new mobile version to a subdomain? What PW modules/add-ons are there to help this process? The site is www.lentovertailu.fi
  5. Could someone have a look at the German version as well?
  6. Thanks k07n, very much appreciated. I knew there would be problems because the translators worked with a list of words/phrases and not the site itself.
  7. Cottage owner's admin uses the same layout as the rest of the site. You can register yourself to have a look but don't add a cottage there Hmm I haven't seen that in any test setups so it's very difficult to find a solution.. I haven't done any optimizing yet and it runs on a quite slow shared hosting. It will be done later. I didn't do the actual coding / setting up PW so I can't help, you can contact our coder. I think you learn a lot by experience and PW is quite intuitive. Seems like a special case to search for past dates. Most cottage owners haven't updated their reservations.. Calendar is linked but have some small bugs.
  8. Here is our website using ProcessWire, still work in progress: http://www.mokkivertailu.fi/ The site is a search engine for rental cottages in Finland. Cottage owners can register and add their information while users can search and browse the database.
  9. Problems solved after upgrading.
  10. ProcessWire 2.2.0.1 I will do test with a new PW installation / new domain on this server.
  11. I am getting "Uncaught TypeError: Cannot read property 'path' of undefined" in ProcessPageList.js:155 code: if(options.selectShowPageHeader) { $.getJSON(options.ajaxURL + "?id=" + options.selectedPageID + "&render=JSON&start=0&limit=0", function(data) { var parentPath = data.page.path; parentPath = parentPath.substring(0, parentPath.length-1); parentPath = parentPath.substring(0, parentPath.lastIndexOf('/')+1); var label = options.selectedPageID > 0 ? '<span class="detail">' + parentPath + '</span> ' + data.page.label : ''; $root.children(".PageListSelectHeader").find(".PageListSelectName").html(label); }); And in template's settings page, under Parent, I get Uncaught TypeError: Cannot read property 'numChildren' of undefined ProcessPageList.js:323 PHP Version is 5.3.2-1ubuntu4.20 System: Linux rs206486 2.6.32-37-server #81-Ubuntu SMP Fri Dec 2 20:49:12 UTC 2011 x86_64
  12. Tried with the old database that works fine in the old server: no luck so it's a server setting or similar problem. Since the database is fine.. ideas on where to look next?
  13. There was a server crash a few weeks ago that might have corrupted some tables.
  14. I have moved PW sites around before with no problems. In this case I dumped the database and moved all files via scp.
  15. I moved my site to another server and started getting these errors: "Unrecognized path" error when trying to embed an image in Tiny MCE No list of articles when trying to select related articles in our article system Child pages do not show any parent in page settings. In the old server, iframe window for embedding images is /pw-admin/page/image/?id=1025&modal=1&winwidth=1344 In the new server it is /pw-admin/page/edit/undefinedpage/image/?id=1025&modal=1&winwidth=1344 notice "edit/undefinedpage" which then leads to path errors. Removing this loads the uploaded images fine. Otherwise the site runs fine. I think all these errors are related as if some data is missing in the database or some setting is incorrect. What should I check first and can anyone take a look at our site? I can provide admin login.
×
×
  • Create New...