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)
-   -   Miscellaneous Hacks - vBSEO-style friendly urls using vB_Friendly_Url mechanism (https://vborg.vbsupport.ru/showthread.php?t=295358)

final kaoss 05-19-2013 12:46 AM

mind sharing?

Amaury 05-27-2013 03:43 AM

Our owner installed this, and now we are getting this:
Quote:

Parse error: syntax error, unexpected T_FUNCTION, expecting ')' in /home3/khmediaf/public_html/includes/init.php(336) : eval()'d code on line 183

Fatal error: Call to undefined method vB_Friendly_Url_Error::get_url() in /home3/khmediaf/public_html/includes/functions.php on line 7708
We can access our Admin CP login panel via a direct URL, but we still cannot login because of the error in order to access Manage Products and disable it.

Any ideas?

ellenthompson 06-06-2013 11:48 AM

Sir i got 404 error :( please help

final kaoss 08-14-2013 09:41 PM

on which page did you receive 404?

dreamygirl 09-02-2013 09:41 PM

Any help is appreciated. I am on 4.2.0 PL3. Upon installing, it gives an error. The error starts with
PHP Code:

Parse errorsyntax errorunexpected T_FUNCTIONexpecting ')' in 

and IIRC it says line 46. I thought I found an extra ) in one of the hooks plugins. I hoped to find an extra ( and make the error stop. After removing the extra ), it has the same error, but with line 43.

final kaoss 09-03-2013 12:57 PM

Might be a long shot but try this php checker.
http://phpcodechecker.com/

armagan 09-03-2013 01:33 PM

...................

ozzy47 09-03-2013 02:01 PM

To disable the plugin/hook system open your config.php which can be found in your forumroot/includes directory

Just below
Code:

<?php
enter
Code:

define('DISABLE_HOOKS', true);
and save the file.

Then you can get into your ACP and disable the mod.

Then enable the plugin/hook system again, either remove the line again or simply comment that line out. To do so, add two forward slashes " / " so it will look like

Code:

// define('DISABLE_HOOKS', true);
Next time you would like to disable the plugin/hook system again
you simply have to remove those two " / ".

ShortBuss 11-02-2013 08:26 PM

Just installed this mod, so far so good. Adding a line for content.php helped as I'm running the suite.
Code:

RewriteRule ^content/(.*) content.php [L]
There's a few things I need to work out still. The lists/category hits a 404 but I should have that under control soon
Gone Fishing Forum

Thanks a ton for this mod! With vbseo on the outs I was wondering how I was going to get the tidy urls I wanted.

ShortBuss 11-02-2013 08:40 PM

Sure nuff, adding a couple more lines to htaccess gets things rolling right along

Code:

RewriteRule ^blog/(.*) blog.php [L]
RewriteRule ^list/category/(.*) list.php [L]

Thanks again for the mod!


All times are GMT. The time now is 10:17 PM.

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.01143 seconds
  • Memory Usage 1,740KB
  • 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
  • (5)bbcode_code_printable
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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