vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   MAF: (Moderator Application Form & Application Rating Module) (https://vborg.vbsupport.ru/showthread.php?t=77340)

sabret00the 03-21-2005 05:04 PM

yup i noticed that and edited my post, sorry about that.

sabret00the 03-21-2005 05:30 PM

why are you trying to generate files, you're installing the hack not writing the hack (thus generating the installer).

stay away from that bit :)

your issues regarding deleting a hack were covered in this post :)

hope that helps.

sabret00the 03-22-2005 07:17 AM

did you get it installed ok?

Mla7a6 03-27-2005 06:18 PM

Hi..
I am still getting this error

Code:

Warning: halt(./includes/functions_log_error.php) [function.halt]: failed to create stream: No such file or directory in /www/customers/spta/www/vb/includes/db_mysql.php on line 389

Warning: halt() [function.halt]: Failed opening './includes/functions_log_error.php' for inclusion (include_path='.:/usr/local/lib/php') in /www/customers/spta/www/vb/includes/db_mysql.php on line 389

There seems to have been a slight problem with the forum database.
Please try again by pressing the refresh button in your browser.

An E-Mail has been dispatched to our Technical Staff, who you can also contact if the problem persists.

We apologise for any inconvenience

No matter how I try to repair the problem or apply the modifications form this thread..
please help ..

Desperately ..
Mla7a6 :disappointed:

sabret00the 03-27-2005 06:23 PM

Quote:

Originally Posted by Mla7a6
Hi..
I am still getting this error

Code:

Warning: halt(./includes/functions_log_error.php) [function.halt]: failed to create stream: No such file or directory in /www/customers/spta/www/vb/includes/db_mysql.php on line 389

Warning: halt() [function.halt]: Failed opening './includes/functions_log_error.php' for inclusion (include_path='.:/usr/local/lib/php') in /www/customers/spta/www/vb/includes/db_mysql.php on line 389

There seems to have been a slight problem with the forum database.
Please try again by pressing the refresh button in your browser.

An E-Mail has been dispatched to our Technical Staff, who you can also contact if the problem persists.

We apologise for any inconvenience

No matter how I try to repair the problem or apply the modifications form this thread..
please help ..

Desperately ..
Mla7a6 :disappointed:

what file are you getting that in, you shouldn't be getting that error unless you're trying to generate the installer :ermm:

The Realist 03-27-2005 06:45 PM

Looks to me like a path is wrong: /www/customers/spta/www/vb/includes/db_mysql.php

Mla7a6 03-27-2005 06:54 PM

Quote:

Originally Posted by sabret00the
what file are you getting that in, you shouldn't be getting that error unless you're trying to generate the installer :ermm:

I just installed it.. and got it during the 4th phase of installation..
the file that I used was "hack_install.php"

Quote:

Originally Posted by The Realist
Looks to me like a path is wrong: /www/customers/spta/www/vb/includes/db_mysql.php

naah.. thats the path to my site.. I just copied & pasted the error message as it is..

sabret00the 03-27-2005 07:03 PM

Quote:

Originally Posted by Mla7a6
I just installed it.. and got it during the 4th phase of installation..
the file that I used was "hack_install.php"



naah.. thats the path to my site.. I just copied & pasted the error message as it is..

phase four, that's the queries right?

in "forums/install/hacks/maf/2/queries.php"
replace the contents of that file with
PHP Code:

<?php

// The query should probably be enclosed by '
// Be sure you include TABLE_PREFIX
// Replace 'build' with either 'new', 'uninstall', or the build number the query is meant to upgrade FROM.

$query['new'][] = 'CREATE TABLE maf_application (
  appid int(10) NOT NULL auto_increment,
  userid int(10) NOT NULL default \'0\',
  email varchar(250) NOT NULL default \'\',
  fullname varchar(250) NOT NULL default \'\',
  age tinyint(4) NOT NULL default \'0\',
  location varchar(250) NOT NULL default \'\',
  timezone varchar(25) NOT NULL default \'\',
  position varchar(250) NOT NULL default \'\',
  why_them mediumtext NOT NULL,
  what_they_bring mediumtext NOT NULL,
  pactivity mediumtext NOT NULL,
  globally_pactivity mediumtext NOT NULL,
  plus_site mediumtext NOT NULL,
  neg_site mediumtext NOT NULL,
  better_than_rest mediumtext NOT NULL,
  more mediumtext NOT NULL,
  application_time int(10) NOT NULL default \'0\',
  auto_mailed tinyint(4) default NULL,
  PRIMARY KEY  (appid)
);
    '
;

$query['new'][] = 'CREATE TABLE maf_ratings (
  ratingid int(10) NOT NULL auto_increment,
  appid int(10) NOT NULL default \'0\',
  userid int(10) NOT NULL default \'0\',
  rating tinyint(4) NOT NULL default \'0\',
  additional_comments mediumtext NOT NULL,
  timestamp int(10) NOT NULL default \'0\',
  PRIMARY KEY  (ratingid),
  KEY appid (appid),
  KEY appid_2 (appid)
);
    '
;

?>

and see if you still get the error

Mla7a6 03-27-2005 07:40 PM

same thing, sabret00the..

Code:

Warning: halt(./includes/functions_log_error.php) [function.halt]: failed to create stream: No such file or directory in /www/customers/spta/www/vb/includes/db_mysql.php on line 389

Warning: halt() [function.halt]: Failed opening './includes/functions_log_error.php' for inclusion (include_path='.:/usr/local/lib/php') in /www/customers/spta/www/vb/includes/db_mysql.php on line 389

any suggestions?

sabret00the 03-27-2005 08:24 PM

what's the location of the hack_install.php?


All times are GMT. The time now is 11:09 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.01518 seconds
  • Memory Usage 1,752KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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