Forum Support

Shape 5
March 28, 2024, 04:27:09 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Shape 5 Forum
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Is this theme compatible with WP 3.8.x? Full of errors  (Read 1245 times)
liquidarea
Jr. Member
**
Offline Offline

Posts: 28



« on: March 24, 2014, 02:54:01 PM »

hi,
I'm facing a trouble:
I've migrate succesfully the content from Sienna Joomla template to Sienna Wordpress template, but I'm facing some problem with plugins and an error that is filling the error log:
Code:
WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND post_status = 'publish' AND  post_type  = 'page'' at line 1 for query SELECT ID FROM wp_posts WHERE post_parent =  AND post_status = 'publish' AND  post_type  = 'page'  made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/s5_sienna/index.php'), require('/themes/s5_sienna/vertex/includes/vertex_includes_top.php'), require('/themes/s5_sienna/vertex/responsive/responsive_mobile_top_bar.php'), include('/themes/s5_sienna/vertex/responsive/responsive_mobile_menu.php'), wp_nav_menu, call_user_func, wp_page_menu, wp_list_pages, walk_page_tree, call_user_func_array, Walker->walk, Walker->display_element, call_user_func_array, MobileMenuWalker->start_el
Any idea?
It's necessary as the owners of the "old" 1.5 J! sienna site are inlove with this template, and I would accomplish their requests.
Logged
Tristan Rineer
Global Moderator
*****
Offline Offline

Posts: 3858

Gravatar


« Reply #1 on: March 25, 2014, 07:21:30 AM »

All Vertex-based releases are fully compatible with WP 3.8; especially after applying the Vertex Upgrade Patch, which it appears your did, as some of the files mentioned in the error you posted didn't exist in the original release.

The error you are getting sounds like an issue with your MySQL version; I would make sure your server is running the latest versions of MySQL and PHP.
Logged

Tristan Rineer
------------
Shape 5 Team



- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
liquidarea
Jr. Member
**
Offline Offline

Posts: 28



« Reply #2 on: March 25, 2014, 11:37:35 AM »

Yes, of course:
This is my phpinfo: http://www.liquidarea.com/phpinfo.php
Logged
Tristan Rineer
Global Moderator
*****
Offline Offline

Posts: 3858

Gravatar


« Reply #3 on: March 25, 2014, 11:44:42 AM »

I think I see where the error is occurring, I've updated the patch with a change that might work.  The only file you need is vertex/theme-admin.php.  Replace the one on your site and let me know if that changes anything.

I'm out of town for the rest of the week starting in about 12 hours, so the faster you can respond today, the better chance we can figure out the problem before I have to leave.
Logged

Tristan Rineer
------------
Shape 5 Team



- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
liquidarea
Jr. Member
**
Offline Offline

Posts: 28



« Reply #4 on: March 25, 2014, 01:47:18 PM »

Code:
[25-Mar-2014 19:38:22 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND post_status = 'publish' AND  post_type  = 'page'' at line 1 for query SELECT ID FROM wp_posts WHERE post_parent =  AND post_status = 'publish' AND  post_type  = 'page'  made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/s5_sienna/index.php'), require('/themes/s5_sienna/vertex/includes/vertex_includes_top.php'), require('/themes/s5_sienna/vertex/responsive/responsive_mobile_top_bar.php'), include('/themes/s5_sienna/vertex/responsive/responsive_mobile_menu.php'), wp_nav_menu, call_user_func, wp_page_menu, wp_list_pages, walk_page_tree, call_user_func_array, Walker->walk, Walker->display_element, call_user_func_array, MobileMenuWalker->start_el
Unfortulately the problems still occurr.
Logged
Tristan Rineer
Global Moderator
*****
Offline Offline

Posts: 3858

Gravatar


« Reply #5 on: March 25, 2014, 01:58:09 PM »

I can see exactly where in that error the problem is happening, but when I look at the code, I don't see any reason why it would be doing that. You're the only person who has had any issues with it so far, and the problem I'm seeing is that for some reason it's getting an empty variable that should have a value.

Where exactly is the error being displayed?
Logged

Tristan Rineer
------------
Shape 5 Team



- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
liquidarea
Jr. Member
**
Offline Offline

Posts: 28



« Reply #6 on: March 25, 2014, 02:04:38 PM »

It's in my error_log.
I will try to re-upload the theme, and the patch, and I will let you know if the problem still occurs.
Appearently nothing happens, but on Sunday, I've had to restart apache to unlock that site ( http://ablogger.eu/wp  and the real one in Joomla! is http://aquapress-bleher.com ). Not with the default theme. I will try to find a help to manage even the compatibility with woocommerce, but this is another story.
And more: no plugins from S5 work on that theme, or work in a bad way, example the accordion vertical menu'.
I say that you have the best products available, but sometime I need a lot of time to hack them.
Logged
Tristan Rineer
Global Moderator
*****
Offline Offline

Posts: 3858

Gravatar


« Reply #7 on: March 25, 2014, 02:46:56 PM »

It actually looks to me like the WP version is functioning better than the Joomla version at the moment.

I haven't had to work with WooCommerce yet, so I can't guarantee compatibility, but if you could let me know of any issues you have while integrating it, I'll see what I can do about improving compatibility in future patches.

As far as having to "hack" stuff, definitely let me know anything that you've had to alter, and if it makes sense to add your changes to the framework, I'll do what I can to get them added.
Logged

Tristan Rineer
------------
Shape 5 Team



- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Looking for the largest variety in template designs? Look no more. Never buy 1 theme again. Signups start at just $89 for access to all of our themes.
Send Us An Email
Please send us your questions and we will email you back as soon as we can. Product support questions should be posted in our support forums under the Help menu. Our staff will assist you from there.