Forum Replies Created
-
Author
-
USParticipant
I think I found it
You have a typo here:
line 158 (single-portfolio.php)
<?endif; ?>
should be:
<?php endif; ?>
USParticipant( ! ) Parse error: syntax error, unexpected end of file in /var/www/retrocutie.com/htdocs/wp-content/themes/kleo/single-portfolio.php on line 160
Call Stack
# Time Memory Function Location
1 0.0003 239872 {main}( ) ../index.php:0
2 0.0004 243144 require( ‘/var/www/retrocutie.com/htdocs/wp-blog-header.php’ ) ../index.php:17
3 0.6783 14792880 require_once( ‘/var/www/retrocutie.com/htdocs/wp-includes/template-loader.php’ ) ../wp-blog-header.php:16USParticipanteither or @abe … I’ve placed on a couple of tests on different servers to rule out server issues
Are you ready to look at this now… I need to be on standby because these changes will the site completely it seems
USParticipantI have repaired, the site. Please let me know when you’re ready look at this so we can co-ordinate. This is frustrating and I’d like it resolved
USParticipant@abe – what’s going on here please I notice your changes have brought the entire site down. Please tell your progress and timeframe on this asap
USParticipantYoast Location SEO is working – that plug produce a custom content type and after flushing cache that works:
http://kahi.co/locations/baxley/BUT
PORTFLIOS are still blank and throwing 500s – with debug on we get no useful info other than the 500 notice
USParticipant@abe I’m trying this update other staging sites and it’s all the same issue no matter where it is
USParticipantAlso no custom contents seems to work with version 2.2, most likely related
http://kahi.co/locations/baxley/ – 404USParticipantactually it took the server down – had to reboot
@abe – do you have a public key and I will add you to trusted so you may ssh?USParticipantI just set it true… which took the site down altogether… this is the second time with this template
USParticipantsame issue here:
https://retrocutie.com/portfolio/portfolio-grid-images-v2/fresh server
fresh WP install
only Kleo requested plugs installedStill blank… this is specific to Kleo v2.2
Any progress @abe?
USParticipantUSParticipantI tried using Kleo on another site and the same issue
http://kahi.co/portfolio/tester/ BLANKUSParticipantI have already refreshed permalinks
Also ignore the Jetpack portfolios – I have removed thoseStill the issue persists – can you login to assess this issue please?
USParticipantIf I make a Portfolio item from the other portfolio menu:
https://retrocutie.com/portfolio/portfolio-test/I get 404
Hope this info helps you troubleshoot further
Thank you
SUSParticipantYou will notice in v2.2 there are 2 Portfolio menus –
One is empty
the other has you icon and itemsHowever these portfolio items will not display on the front end:
https://retrocutie.com/portfolio/embed-vimeo-full-width/USParticipantKleo v2.1.1 and Kleo v2.2 have completely different portfolio menus
Additionally in v2.2 all portfolios items are missing in the admin dashboard
Please see attachedAre you interested in logging in?
Attachments:
You must be logged in to view attached files.USParticipanthere’s a tester
https://retrocutie.com/portfolio/embed-vimeo-full-width/It happens in all browsers
USParticipantHere a solve – it’s kinda brute force but works
create a .htaccess here:
/wp-content/themes/sweetdate/framework/shortcodes/tinymce/.htaccessand place this code in it (minus the bat ticks):
`
<Files *.php>
Order Allow,deny
Allow from all
</Files>
`
Works like charm, hope this help someone else : )
USParticipant.htaccess rules: All standard
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
USParticipantyes you’re correct – v2.1 was not help
what next? Its appears 1 or 2 others are noticing this so far…
-
AuthorPosts