Jump to content

kbutler64

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

kbutler64's Achievements

Newbie

Newbie (2/6)

1

Reputation

  1. Maybe I'm missing something, but now, where once Google maps were working, I get a message saying that Google maps did not load correctly. I believe it is because Google now requires an api key. But I can't see where to put an api key into the markupgooglemaps module. How do I make maps work again?
  2. Hi! I'm relatively new to processwire. I'm having a problem with a site where links to pages which DO exist are giving me a 404 error. I have a front page with 3 components -- three processwire pages and each of them has a child: component 1 component 1 subpage component 2 component 2 subpage component 3 component 3 subpage The three components work and produce a complete front page. However when I click on the links to subpages I get 404 errors: echo "<a href='$page->child'>subpage</a>"; What am I doing wrong? The child page link, when shown in the browser front page is: <site url/1070> The client is waiting for the site to be finished and I can't link to anything. By the way, other lnks on the site are working. Thanks!
  3. Hi, I'm fairly new to ProcessWire and have an installation in which I get an error message (or maybe, more accurately, warning) from SystemUpdater saying that Update #12 has an error and it failed to apply update 12. In the error log I find the following errors: PHP Notice: Undefined variable: result in .../wire/modules/System/SystemUpdater/SystemUpdate12.php on line 48 PHP Warning: Cannot modify header information - headers already sent by (output started at .../wire/modules/ System/SystemUpdater/SystemUpdate12.php:48) in .../wire/modules/Process/ProcessPageView.module on line 142 PHP Warning: Cannot modify header information - headers already sent by (output started at.../wire/modules/System/ SystemUpdater/SystemUpdate12.php:48) in .../wire/modules/Process/ProcessPageView.module on line 746 I found something on the forum about $result=false in SystemUpdate12.php and had already made that change in order to get rid of an error which was preventing the CMS from loading. Now it loads, but I get those errors every time. Any ideas? By the way, ProcessWire is amazing!
×
×
  • Create New...