Templatic responsive v 1.0 theme error after installation - wordpress

I installed templatic responsive 1.0 theme and i get this error below right after installation and activation. Anyone with a possible clue as to how to resolve this error
Your help will be greatly appreciated.
Thank You
Warning: include_once(C:\xampp\htdocs\wordpressss/wp-content/themes/Responsive/monetize/manage_settings/manage_custom_usermeta.php) [function.include-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\wordpressss\wp-content\themes\Responsive\monetize\manage_settings\function_manage_settings.php on line 641
Warning: include_once() [function.include]: Failed opening 'C:\xampp\htdocs\wordpressss/wp-content/themes/Responsive/monetize/manage_settings/manage_custom_usermeta.php' for inclusion (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\wordpressss\wp-content\themes\Responsive\monetize\manage_settings\function_manage_settings.php on line 641
actually the code on line 641 is :
...
include_once(TT_MODULES_FOLDER_PATH.'manage_settings/manage_custom_usermeta.php');
/* Custom User meta Field EOF*/
There is no file called *manage_custom_usermeta.php* in the folder manage_settings
Please help
Thank you

I usually get errors like so. Not sure where it is coming from but try reinstalling the theme if it is a theme. Another suggestion is to double check your functions.php file for spaces and code errors. Last suggestion is to find TT_MODULES folder and see if the file lies in there. I do not have the theme so I can not dive into it but try the above and see if it helps.

I suggest you log in to Templatic member area and download the newest version of the theme - this shouldn't be happening (I'm using that particular theme on a personal site). If problems do continue just create a ticket in our Helpdesk and we'll sort it out as fast as possible
Cheers
Vedran from Templatic

Related

Prestashop 1.6 CCC css new file in cache each time

I don't know how prestashop work. I'm a full stack developer and i need to resolve a problem in a prestashop project.
I use a theme "sns_kanta" modified by one other developper.
When i enable the css cache with the CCC options in dashboard, each time a user load a page, a compiled css file is created in cache folder in the theme. 1 page view = 1 new file.
Many time later... this give 28 GB useless data. Time passed to compile it is useless.
Anyone have an idea ?
A start point for see where is the problem ? To debug it.
i try to check the prestashop documentation and try to see why css it's compiled each time ...
I know it's not easy without an access and all data, but if you have an idea, a file to check, ...
Thx a lot in advance
You should have a look at displayHeader() method in classes/controller/FrontController.php. For each page, this method will check if CCC is activated and will accordingly assign one or multiple css files to the header of your page.
If CCC is activated, then the method cccCss() in classes/controller/Media.php is called. You can debug this method to find the file that have changed since last page load.
I have an option in theme option like : -> ADVANCE SETTINGS -> SCSS Compile -> Always compile
I changed this to only if css file is not found.
useless time losed.
Thank's for the help and sorry.

Displaying / Linking To A PDF

i have just finished building a new website (wordpress), and i have a very strange problem linking to a PDF file.
I've uploaded a file to my website - http://goo.gl/tNxXYc - however when i enter the link in my browser it says that the page cannot be found, instead of showing the pdf.
Can anyone suggest what the problem might be? Thanks in advance for your help.
well, the given google.gl shortcode forwards to https://www.grasshopperlanguagecentre.com/wp-content/uploads/2014/11/hello.pdf
and that file does not exist.
So find the correct location of hello.pdf and link to that.
Please check permission of folder where pdf stored. Also try if any of following plug can solve your issue :
https://wordpress.org/plugins/search.php?q=pdf&sort=

theos springboard

Does anyone have this experience?
I just follow the http://brandontreb.com/beginning-jailbroken-ios-development-your-first-tweak/, however every make command ends up like: no springboard/springboard.h file or directory. How to solve this?
One more thing, can anyone give me download link for Saurik's libsubstrate.dylib dynamic library ? I did a lot search and found nothing.
Thanks so much for any advice!
Use SpringBoard headers from rpetrich's repository from here https://github.com/rpetrich/iphoneheaders
Download these headers and put them in /var/theos/include. (If you're developing on your iDevice). Then type #import <SpringBoard/SpringBoard.h>in your tweak.xm at the top and try to compile. Should work for you now.
Also look into rpetrich's theos fork. You should find the libsubstrate.dylib there

Hello, I just uploaded my themantic child theme and am getting a weird error message every time i try to install a plugin

I just uploaded my themantic child theme and am getting a weird error message every time i try to install a plugin
Warning: Cannot modify header information - headers already sent by (output started at /home/content/29/7464729/html/wp-content/themes/coolness/functions.php:126) in /home/content/29/7464729/html/wp-includes/pluggable.php on line 934
Does anybody know what i should do about this?
Check your code with following guide:-
Remove blank line before the opening php statement
Remove blank lines after the closing php statement
Remove irrelevant echo's in your code
More discussions about this issue in WordPress Forum
Solutions and reasons here
More and More in stack overflow please use search box in So before posting qustions

Drupal views require_once

I'm trying to add some sanity to the chaos that is Drupal by separating files in a fo-MVC structure. Within a Drupal view you can add Header or Footer code in textarea boxes with the option to add "PHP Code". Here is my code within the Header textarea box:
Fatal error: require_once() [function.require]:
Failed opening required '<path_to_root>/sites/all/modules/citysensei/controllers/staff_index.php'
(include_path='.:/Applications/MAMP/bin/php5/lib/php') in <path_to_root>/includes/common.inc(1355) :
eval()'d code on line 2
Is there a work around for this?
Thanks in advance,
Kris (quickly giving up on Drupal)
CODE:
require_once('<path_to_root>/sites/all/modules/citysensei/controllers/staff_index.php');
Not sure if it will solve your particular problem or not but Drupal encourages you to use their custom include function, like this in your case:
module_load_include('php', 'citysensei', 'controllers/staff_index');
This way a user can download your module and stick it whereever they like inside a modules directory and your code will still work.

Resources