vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Board Optimization - vB4 SuperCharged - Optimises CSS, Javascript and HTML (https://vborg.vbsupport.ru/showthread.php?t=229608)

teenhut 12-27-2009 08:48 PM

Could this modifcation technically cause any problems?

Just wondering, not sure. My site all of a sudden stopped working.

www.teenhut.net/index.php

Any easy way to uninstall it without being able to login into the forum? Like disable or something, so i can check if forum runs with this disabled?

Darkimmortal 12-27-2009 09:51 PM

Well I'm running it on nginx too without any problems :/

Anyway go to your product table in the database and set the 'active' field to 0.

Darkimmortal 12-27-2009 10:26 PM

Also just noticed how ibProArcade includes its css - the css_start hook. Seeing as I'm taking css.php out of the equation, I'm gonna have to call hooks like that within my hook and hopefully handle the results correctly :/

min0taur 12-28-2009 12:48 AM

Not Working with suite?

Darkimmortal 12-28-2009 02:20 AM

Quote:

Originally Posted by min0taur (Post 1939875)
Not Working with suite?

It is. Check you followed all the steps correctly.

teenhut 12-28-2009 03:16 AM

Quote:

Originally Posted by Darkimmortal (Post 1939760)
Well I'm running it on nginx too without any problems :/

Anyway go to your product table in the database and set the 'active' field to 0.

Did that, but site still doesnt work.

Following is the error I see in error log and cant figure out whats wrong :(

Quote:

Originally Posted by error
2009/12/27 16:54:29 [error] 6470#0: *2958 FastCGI sent in stderr: "PHP Parse error: syntax error, unexpected '<' in /usr/share/nginx/html/teenhut.net/includes/class_core.php(3900) : eval()'d code on line 1" while reading response header from upstream, client: 98.240.246.113, server: teenhut.net, request: "GET /search.php?do=getdaily&contenttype=vBForum_Post HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "http://www.teenhut.net", referrer: "http://www.teenhut.net/search.php?do=finduser&userid=9515&contenttype=vBF orum_Post&showposts=1"
2009/12/27 16:54:37 [error] 6470#0: *2989 FastCGI sent in stderr: "PHP Parse error: syntax error, unexpected '<' in /usr/share/nginx/html/teenhut.net/includes/class_core.php(3900) : eval()'d code on line 1" while reading response header from upstream, client: 67.195.37.185, server: teenhut.net, request: "GET /members/list/l101.html HTTP/1.0", upstream: "fastcgi://127.0.0.1:9000", host: "http://www.teenhut.net"
2009/12/27 16:54:39 [error] 6470#0: *2958 FastCGI sent in stderr: "PHP Parse error: syntax error, unexpected '<' in /usr/share/nginx/html/teenhut.net/includes/class_core.php(3900) : eval()'d code on line 1" while reading response header from upstream, client: 98.240.246.113, server: teenhut.net, request: "GET /search.php?do=finduser&userid=9515&contenttype=vBF orum_Post&showposts=1 HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "http://www.teenhut.net", referrer: "http://74.125.95.132/search?q=cache:y5YgTxgssWcJ:www.teenhut.net/teen-sexuality/12259-scrotum-ball-sizes-pictures.html+scrotum+pictures&cd=6&hl=en&ct=clnk& gl=us"



there are millions of such errors in error.log file. My host said there is something wrong with template code.

Quote:

Originally Posted by host
This refers to some syntax error in the file /usr/share/nginx/html/teenhut.net/includes/class_core.php.

The line number 3900 is included in the following code snippet:

```````````````
$template_code = self::fetch_template($this->template);
if (strpos($template_code, '$final_rendered') !== false)
{
eval($template_code);
}
else
{
eval('$final_rendered = "' . $template_code . '";');
}

if ($vbulletin->options['addtemplatename'] AND !$suppress_html_comments)
{
$template_name = preg_replace('#[^a-z0-9_]#i', '', $this->template);
$final_rendered = "<!-- BEGIN TEMPLATE: $template_name -->\n$final_rendered\n<!-- END TEMPLATE: $template_name -->";
}
```````````````

This could be due to some issue with the template files of the bulletin. Are you aware of any recent changes/upgrades in the server or any plugins installed in the forum which might have caused this issue?

The other PHP files on the server are working fine.

Please have your developer or a vBulletin expert look into this issue. If the troubleshooting requires any assistance on the server side, let us know.

Thanks,
Not sure if it has anything to do with your product now, i made active field to 0, but still doesnt work. But if you can help out with anything, it will be really great :(

movslow 12-28-2009 03:37 AM

Quote:

Originally Posted by Darkimmortal (Post 1939705)
Yes, I specifically fixed that in 0.8 :)

Thank you sir!!!
:up::up:

Greight 12-28-2009 05:45 AM

Though I ran compress css this message keeps showing on top of the forum :
Please run the Compress CSS function of vB4: SuperCharged in your Admin CP.
Your forum is currently running without optimised CSS as a fallback.

Darkimmortal 12-28-2009 06:00 AM

Quote:

Originally Posted by Greight (Post 1940075)
Though I ran compress css this message keeps showing on top of the forum :
Please run the Compress CSS function of vB4: SuperCharged in your Admin CP.
Your forum is currently running without optimised CSS as a fallback.

Link?

TeknoSounds 12-28-2009 06:06 AM

I bet thats the same problem we were having Dark


All times are GMT. The time now is 03:08 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01460 seconds
  • Memory Usage 1,747KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete