PageList ignores filterbyattribute if type is Select and no matches found. See the report here: https://www.concrete5.org/developers/bugs/8-5-0/pagelist-filtering-by-select-attribute-will-not-return-an-empty-/ Used in a custom search, seems if filterin… says pixelhero on 01/06/20 at 4:41 pm
Form gives error "Access Denied" when trying to edit fields Also getting this issue, 8.2.1 version, was editing them fine, then all of a sudden it just throws Access Denied at me when editing the global block forms on the page - adding new … says pixelhero on 11/17/17 at 3:24 pm, in reply to Under "Pagetypes > Output > St…
Security Problems Have you installed any packages with things like contact forms in them? Usually a contact or other type of form which triggers those CGI issues. Let us know what packages you ha… says pixelhero on 08/15/17 at 3:10 pm, in reply to I have been informed that I ha…
upload_max_filesize = 2M Create a simple something.php file in your root directory with the following contents: [code] [/code] Visit it in your browser and see what the max file upload says in the… says pixelhero on 08/11/17 at 2:20 pm, in reply to I receive an error message "..…
Blank white page with JSON when saving block edits You will have javascript errors in your console I imagine when the page/edit screen loads. Can you paste any console errors from your browser when loading the page and opening t… says pixelhero on 08/11/17 at 1:40 pm, in reply to Hi - I am have an issue in a 5…
Right way to work with C5 database in team There are few ways to merge databases nicely. Its a horrendous job as there is often no way of knowing when or what anything was changed for. You would need to set up some platf… says pixelhero on 08/11/17 at 1:32 pm, in reply to Hi, guys! What is your workfl…
Maybe need allow the short tag for v8? This is likely not allowed as they can be disabled on servers quite easily, and sometimes people do disable them due to security concerns years ago - no longer a real concern. B… says pixelhero on 08/11/17 at 1:28 pm, in reply to I'm talking about tag "
concrete5 logout when click on back to website Do you have other caching on your server, or full page caching? You may just need to do a full refresh after you use it (ctrl+r or cmd+r) to see the bar as your browser may have ca… says pixelhero on 08/11/17 at 1:23 pm, in reply to I get logged out when I click …
Can't get Google Fonts to work. You will need to actually specify the 'font-family' attribute in your CSS so that the body knows to use that font. You can't simply paste the import/link in. Also, the 'link' ve… says pixelhero on 08/09/17 at 4:14 pm, in reply to Hi, I'm having a problem wi…
Hosting usage issues - Php process killing repeatedly Hi, Your server is taking from 1s to 4s to return the first Byte to the browser. This is really bad. Typical maximum is 0.2s. You're server has an issue with it, or it is a r… says pixelhero on 08/09/17 at 4:11 pm, in reply to Hi there, Hoping to underst…
Images are no longer displayed Have you pasted a URL in for those images, or used the File Manager to select them? If you have 'replaced' or modified the images after copying the URL, you may find they have a ne… says pixelhero on 08/09/17 at 4:07 pm, in reply to I made a directory on my site …
Low latency Satellite connection causing lots of errors Hi all, I have a client who uses a satellite connection at his workplace, he has a latency of 800ms. Anywhere else the site runs fine (8.1). There are lots of different error… says pixelhero on 08/09/17 at 10:10 am
Getting Composer Drafts in PageList Ah, I managed to get it working. I had commented out system pages, so this does get them: [code] $list->includeInactivePages(); $list->includeSystemPages(); … says pixelhero on 05/10/17 at 11:45 am, in reply to OK. Well since you're willing …
All that did was change the status of my pages which were pending approval to be the latest version. I have 2 blog posts which have changes, but not approved. These show the 'Ac… says pixelhero on 05/10/17 at 11:26 am, in reply to What happens when you add this…
Hi, I am trying to list all of the Draft pages in a more friendly interface for a client. I have all of the published pages and their version history, however finding it impossi… says pixelhero on 05/10/17 at 8:34 am
Need Help with htaccess 301 redirect to SSL for c57 Website It looks to me like your hosting does not have mod_rewrite enabled. Are you hosting it on a dedicated server or with another hosting provider? Can't help much more without a … says pixelhero on 05/08/17 at 3:51 pm, in reply to Yes, Pretty URLs is checked on…
Can you show me your full htaccess file? Did you also enable Pretty URLs in the admin settings? System & Settings -> URLs and Redirection -> Tick the 'remove index.php' box says pixelhero on 05/08/17 at 3:42 pm, in reply to Thanks. I had tried that befo…
Add this you your .htaccess file in your main directory: [code] # Rewrite Rules RewriteEngine On # Force SSL RewriteCond %{SERVER_PORT} 80 RewriteRul… says pixelhero on 05/08/17 at 3:27 pm, in reply to This shoudl be a quick project…
Express - Problems using Entities and Entries Anyone else tried to do this? says pixelhero on 02/27/17 at 10:33 am, in reply to Hi all, I am working on a s…
Hi all, I am working on a site where users are submitting job requests. This creates an Entry for 8-9 different Entity types. I've now come across a wall. When I assign a … says pixelhero on 02/24/17 at 10:35 am