Jump to content
sanjayvenkat23

LESS Compile Error! leading to dashboard whiteout

Recommended Posts

sanjayvenkat23

Hi, our pagelines interface has been whited out. It says there's a LESS Compile Error. We set wp_debug on per some of the other posts and are seeing the following error:

Notice: Undefined index: post-trashed in /home/elder/public_html/blog/wp-content/plugins/disqus-comment-system/disqus.php on line 936

I guess it's an issue with our Disqus plugin? Unclear how to proceed. Any help much appreciated.

thanks,

Share this post


Link to post
Share on other sites
Simon

ok, the site listed in your profile is not even running wordpress.

Disable the disqus plugin 1st.

What was the compile error?

Share this post


Link to post
Share on other sites
sanjayvenkat23

Sorry, the wordpress part is in www.elderbranch.com/blog. We can't seem to disable the disqus plugin because the plugin menu (along with all other menus) are blank.

Compile error is: Error in custom LESS code: parse error: failed at `

(we tried to add some custom code for css styling of tables in our posts - not sure if that caused all this or if it's 2 separate issues).

thanks,

Share this post


Link to post
Share on other sites
Simon

do you have ftp access? if so, rename the pagelines folder to pagelines_ the go to wp-admin, login. Wordpress will switch to the default theme as it cant fint the active theme (pagelines)

Now your in admin, disable the plugins. Then rename the folder back to pagelines and in appearance/themes re-activate it, then go to the custom css area and remove the broken css.

Share this post


Link to post
Share on other sites
sanjayvenkat23

Ok, followed those steps. Unfortunately, when we go back into pagelines after renaming the folder it is still all white. So, we can't remove the broken CSS. No longer getting the Disqus error but still seeing the compile error. Do you know what file the custom code piece is in? Perhaps can open that file directly off ftp and delete the code segment there? Thanks,

Share this post


Link to post
Share on other sites
Simon

The css is stored in the database. But that would not cause a 'white page' and if you have WP_DEBUG on the error should be shown. Do you have any other plugins active?

Share this post


Link to post
Share on other sites
sanjayvenkat23

No, no other plugins are active. Disqus was the only one we had active and we disabled it. WP_debug not showing any other issues.

Share this post


Link to post
Share on other sites
Simon

So all admin pages are still white?

Share this post


Link to post
Share on other sites
sanjayvenkat23

Yes - still all blank. See attached picture. Thanks,

post-42725-0-49785500-1349626515_thumb.g

Share this post


Link to post
Share on other sites
Simon

And the site options tab?

Share this post


Link to post
Share on other sites
sanjayvenkat23

Sorry for late response - I finally resolved the issue. We had to go into the database and do a search for the CSS code segment there. Realized we had a line of html code there on accident and it was causing the CSS compile error. Deleting the code solved it. Thanks for the help.

Share this post


Link to post
Share on other sites
Danny

The topic was marked as resolved.


Please search our forums, before posting!

Share this post


Link to post
Share on other sites
bpjerseyboy

Sorry for late response - I finally resolved the issue. We had to go into the database and do a search for the CSS code segment there. Realized we had a line of html code there on accident and it was causing the CSS compile error. Deleting the code solved it. Thanks for the help.

There is another open topic on this as well. It appears all 3 of us are having the same problem. Where was the css file in the in the database? I looked for the most recently updated file, but as I had just done an update, I had no luck locating it since several files had the same date.

Share this post


Link to post
Share on other sites
Rob

There is no CSS file in the database. The information is stored in the database. We don't support editing the database, which is why Simon recommended the solution posted above.


Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites
Simon

There is another open topic on this as well. It appears all 3 of us are having the same problem. Where was the css file in the in the database? I looked for the most recently updated file, but as I had just done an update, I had no luck locating it since several files had the same date.

So are you saying the 3 of you added HTML into the CSS box?

Share this post


Link to post
Share on other sites
Danny

If you receive a Parse error, it means your CSS is incorrect and you have an error(s).

 

Have you add this to your custom CSS:

 

 

<style type="text/css">
<!--
.moth {
    font-family: "goudy Old Style";
    font-weight: bold;
}
-->
</style>
 
In this format, if so this is the cause of your issue.

Please search our forums, before posting!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Similar Content

    • janpeeters
      By janpeeters
      Over the last month I had extensive communications with the developer of the (premium) Anything Boxes section (in Pagelines store) (Adam Munns) and the developer of the WP Polylang Multilingual plugin (Frederic Demarle).
       
      This was because the following problem occurred:
      Anything Boxes showed all posts of two languages (Dutch and English) on the respective static frontpages for each language. It should of course have filtered posts for Dutch language on the Dutch frontpage and English on the English frontpage.
       
      The solution to this problem was simple in the end. When duplicating a page for use in another language the settings for Anything Boxes were not copied to the new page and I should have set these settings manually again on the new page. I wasn't aware of this, but it makes sense. Because of this the pages didn't know how to differentiate between posts from different languages.
       
      The dev of Polylang told me that Polylang is currently smart enough to synchronize metas like Featured images and page templates but it does not work out of the box with metas created by plugins and themes but (according to Frederic) it is rather easy to add them in the list using the filter 'pll_copy_post_metas'.
      He mentions that he is not sure that these 'PageLines Meta Settings' are stored in post meta but that would make sense according to him. He asks if the Pagelines dev team will be interested to support this feature in the future.
       
      I'm also wondering if you will consider adding Polylang translation support for manually editable strings like the 'Read more…' strings in Pagelines Settings.
       
      Well that's of course up to you but I thought to let you know to be able to take this into consideration. I also post this for other users in case they experience the same kind of trouble and are looking for an answer.
       
      Best regards,
      Jan Peeters
    • bankrollbuilder
      By bankrollbuilder
      I used a custom hook to put a banner ad in my header. It works but its not in the right position. it is centered and above my logo and I would like to float it to the right of my logo in the header. heres the link: http://shaboopie.com/shaboopie-wp/free-logos-pg1/

      thanks.

      Dan B.
    • starlit
      By starlit
      Can one have two hero sections on one page?

      I want a landing page which leads/advertises two subpages.

      Or is there another option?

      Please help.

      THANK YOU
    • hutruk
      By hutruk
      Hi!

      I am using the shortcodes for tabs, as described in the documentation.

      When I insert the following code:


      [pl_tabs][pl_tabtitlesection type="tabs"] [pl_tabtitle number="1"]Title 1[/pl_tabtitle] [pl_tabtitle number="2"]Title 2[/pl_tabtitle] [/pl_tabtitlesection] [pl_tabcontentsection] [pl_tabcontent active="yes" number="1"] Lorem ipsum dolor sit amet, consectetur adipiscing elit [/pl_tabcontent] [pl_tabcontent number="2"] Lorem ipsum dolor sit amet, consectetur adipiscing elit [/pl_tabcontent] [/pl_tabcontentsection] [/pl_tabs]

      I get a strange output (in the attachment).

      Any ideas?

      Thanks in advance!

    • MooiWeb
      By MooiWeb
      Hello,

      I would like to align my qtranslate with my breadcrumb so that the flags are on the same hight.
      I'm aware of putting a code in the custom css and tryed severall codes from your site but for now, no succes

      The site i'm working on is http://nieuw.vazdias.nl

      Thx,
      Edwin



×