Jump to content

kadrat

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

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

kadrat's Achievements

Newbie

Newbie (2/6)

1

Reputation

  1. Tried it, but does not seem to do anything. I can still add new pages from the Page List, but not via the Page Reference field (Page Auto Complete in my case, but same with all other input field types). What is this selector supposed to do?
  2. This is still unfixed. I ran into this exact same issue under ProcessWire 3.0.98. I would start looking somewhere around here: InputfieldPage.module @github line 437 but I haven't got very far in making sense of it all. https://github.com/ryancramerdesign/ProcessWire/blob/a210ba0b5ea67e56fef8a27a620bcfa6f96ca0b8/wire/modules/Inputfield/InputfieldPage/InputfieldPage.module#L437
  3. Foolish me had simply removed admin.php. Now it's working again. Thank you so much!
  4. Hello everybody, I'm new to the forum, although I have been working with PW since 2016. Up until now I did not need to open my own topic, as usually questions about problems I encountered where already answered. I was working on setting up a new website in my online dev environment, when I suddenly could not access the backend anymore, after deleting the blank profile in site/templates via and uploading my new files and folders. I did find a similar problem posted by user kalimati here: 17110-admin-login-page-after-foundation-6-update. However, their question was apparently solved by removing (?) an admin.php file in site/templates and cleaning the cache. The files I uploaded to my file/templates were a slightly modified bootstrap theme with a folder named "assets" containing only .js, .css, .jpg-files and fonts. So I don't have an admin.php file lying around there. Cleaning the cache via the following two approaches did not do the trick: <?php $cache->maintenance(); ?> <?php $cache->delete("*"); ?> The error message looks as follows: Error: Exception: Missing or non-readable template file: admin.php (in /srv/data/web/vhosts/www.mywebsite.de/htdocs/wire/modules/PageRender.module line 517) #0 /srv/data/web/vhosts/www.mywebsite.de/htdocs/wire/core/Wire.php(383): ProcessWire\PageRender->___renderPage(Object(ProcessWire\HookEvent)) #1 /srv/data/web/vhosts/www.mywebsite.de/htdocs/wire/core/WireHooks.php(723): ProcessWire\Wire->_callMethod('___renderPage', Array) #2 /srv/data/web/vhosts/www.mywebsite.de/htdocs/wire/core/Wire.php(442): ProcessWire\WireHooks->runHooks(Object(ProcessWire\PageRender), 'renderPage', Array) #3 /srv/data/web/vhosts/www.mywebsite.de/htdocs/wire/core/WireHooks.php(822): ProcessWire\Wire->__call('renderPage', Array) #4 /srv/data/web/vhosts/www.mywebsite.de/htdocs/wire/core/WireHooks.php(822): ProcessWire\PageRender->renderPage(Object(ProcessWire\HookEvent)) #5 /srv/data/web/vhosts/www.mywebsite.de/htdocs/wire/core/Wire.php(442): ProcessWire\WireHooks->runHooks(Object(ProcessWire\Page), 'render', Array) #6 /srv/data/web/vhosts/l This error message was shown because: you are logged in as a Superuser. Error has been logged. I'm at a loss. Does anybody here have an idea what I could do, and/or what I am doing, but wrongly? Thank you for considering helping me. Cheers!
×
×
  • Create New...