Search found 34 matches
Author
Message
Soulfly

Replies: 7
Views: 1394
 Forum:   Nuke Blocks / Modules Support   Posted: Sun Oct 31, 2021 6:31 am   Subject: Re: Forum News module 3.1 issue [SOLVED]
thanks again mate

Soulfly

Replies: 7
Views: 1394
 Forum:   Nuke Blocks / Modules Support   Posted: Fri Oct 29, 2021 10:38 pm   Subject: Re: Forum News module 3.1 issue
ill need to create a user via putty etc mate. going to catch some zzzs the now but ill get you those details. cheers

Soulfly

Replies: 7
Views: 1394
 Forum:   Nuke Blocks / Modules Support   Posted: Fri Oct 29, 2021 10:27 pm   Subject: Re: Forum News module 3.1 issue
i am seeing forum news mentioned, that is a roll back. that must be related to the forum news v3 i tried to install that turned out to be the wrong version

Soulfly

Replies: 7
Views: 1394
 Forum:   Nuke Blocks / Modules Support   Posted: Fri Oct 29, 2021 10:23 pm   Subject: Re: Forum News module 3.1 issue
not sure what was the cause, i couldnt reply or make a new thread. i tried 2 old saved DBs, no difference. the only thing that made a difference is a public hmtl roll back(tried3 versions). i can now reply but still cant post. before i start building everything back up again, i really need to find a fix so i can make a new thread. i am thinking it might be related to the oldposts/users moved onto new version of evo, but i did post one new thread days ago. if yous can help, free beer and hookers for yous :D

Code: [ Select all ]


Error in posting

DEBUG MODE

SQL Error : 1366 Incorrect integer value: '' for column 'forum_news' at row 1

INSERT INTO nuke_bbtopics (topic_title, topic_poster, topic_time, forum_id, topic_status, topic_type, forum_news, topic_icon, topic_vote) VALUES ('test', 2, '1635567069', '1', 0, '0', '', 0, '0')

Line : 331
File : functions_post.php



Code: [ Select all ]

--------[SQL Error]------------------------------------------------------------------------------------------------------------
- [30 Oct 2021 - 04:11:09] -
User: REMOVED
IP: REMOVED
URL: /modules.php?name=Forums&file=posting

File: /var/www/html/URLREMOVED.com/public_html/includes/functions_post.php
Line: 329
Message: Incorrect integer value: '' for column 'forum_news' at row 1
Code: 1366
Query: INSERT INTO nuke_bbtopics (topic_title, topic_poster, topic_time, forum_id, topic_status, topic_type, forum_news, topic_icon, topic_vote) VALUES ('test', 2, '1635567069', '1', 0, '0', '', 0, '0')
---------------------------------------------------------------------------------------------------------------------------------


Code: [ Select all ]

---------[Message die() called multiple times]------------------------------------------------------------------------------------------------------------
- [30 Oct 2021 - 04:11:09] -
User: REMOVDED
IP: REMOVDED
URL: /modules.php?name=Forums&file=posting

Error Code: 202
Error Message : Error in posting
Error Title:
Error Line: 331
Error File: /var/www/html/URLREMOVED.com/public_html/includes/functions_post.php
Error SQL: INSERT INTO nuke_bbtopics (topic_title, topic_poster, topic_time, forum_id, topic_status, topic_type, forum_news, topic_icon, topic_vote) VALUES ('test', 2, '1635567069', '1', 0, '0', '', 0, '0')

Soulfly

Replies: 7
Views: 1394
 Forum:   Nuke Blocks / Modules Support   Posted: Fri Oct 29, 2021 8:02 pm   Subject: Forum News module 3.1 issue [SOLVED]
i have this error making a new post, first time ive tried so am not sure if its been a recent edit. maybe forum news v3 caused it

Code: [ Select all ]

Error in posting

DEBUG MODE

SQL Error : 1366 Incorrect integer value: '' for column 'enable_bbcode' at row 1

INSERT INTO nuke_bbposts (topic_id, forum_id, poster_id, post_username, post_time, poster_ip, enable_bbcode, enable_html, enable_smilies, enable_sig, post_icon) VALUES ('1917', '1', 2, 'e2c77c599b', '1635559125', '519ce867', '', '1', '1', '1', 0)

Line : 364
File : functions_post.php


Code: [ Select all ]

---------[SQL Error]------------------------------------------------------------------------------------------------------------
- [30 Oct 2021 - 01:58:45] -
User: REMOVED
IP: REMOVED
URL: /modules.php?name=Forums&file=posting

File: /var/www/html/REMOVED.com/public_html/includes/functions_post.php
Line: 362
Message: Incorrect integer value: '' for column 'enable_bbcode' at row 1
Code: 1366
Query: INSERT INTO nuke_bbposts (topic_id, forum_id, poster_id, post_username, post_time, poster_ip, enable_bbcode, enable_html, enable_smilies, enable_sig, post_icon) VALUES ('1917', '1', 2, 'e2c77c599b', '1635559125', '519ce867', '', '1', '1', '1', 0)
---------------------------------------------------------------------------------------------------------------------------------

---------[Message die() called multiple times]------------------------------------------------------------------------------------------------------------
- [30 Oct 2021 - 01:58:45] -
User: REMOVED
IP: REMOVED
URL: /modules.php?name=Forums&file=posting

Error Code: 202
Error Message : Error in posting
Error Title:
Error Line: 364
Error File: /var/www/URLREMOVED.com/public_html/includes/functions_post.php
Error SQL: INSERT INTO nuke_bbposts (topic_id, forum_id, poster_id, post_username, post_time, poster_ip, enable_bbcode, enable_html, enable_smilies, enable_sig, post_icon) VALUES ('1917', '1', 2, 'e2c77c599b', '1635559125', '519ce867', '', '1', '1', '1', 0)

Soulfly

Replies: 1
Views: 757
 Forum:   Nuke Blocks / Modules Support   Posted: Fri Oct 29, 2021 5:51 pm   Subject: steam profile mod
half through doing the edits, something id like to check..

Code: [ Select all ]

#
#-----[ FIND ]------------------------------------------
#

$db->sql_query("UPDATE ".$prefix."_evolution SET evo_value='".$ximg_viewer."' WHERE evo_field='img_viewer'");


Code: [ Select all ]

#
#-----[ NEW LINE, AFTER, ADD ]------------------------------------------
#

$db->sql_query("UPDATE ".$prefix."_evolution SET evo_value='".$steam_api_key."' WHERE evo_field='steam_api_key'");
$db->sql_query("UPDATE ".$prefix."_evolution SET evo_value='".$steam_caption."' WHERE evo_field='steam_caption'");
$db->sql_query("UPDATE ".$prefix."_evolution SET evo_value='".$steam_pside."' WHERE evo_field='steam_pside'");



closest i can find is:

Code: [ Select all ]

$db->sql_query("UPDATE "._EVOCONFIG_TABLE." SET evo_value='".$ximg_viewer."' WHERE evo_field='img_viewer'");

Soulfly

Replies: 1
Views: 677
 Forum:   PC & Codeing Talk   Posted: Fri Oct 29, 2021 4:45 pm   Subject: Re: Forum News Update - Both v2.1 and v3.1
cheers mate

 Topic: forum news v3
Soulfly

Replies: 4
Views: 953
 Forum:   Nuke Blocks / Modules Support   Posted: Fri Oct 29, 2021 12:26 pm   Subject: Re: forum news v3
alright mate, thanks

v2.1 running sweet

Soulfly

Replies: 5
Views: 1178
 Forum:   General Talk   Posted: Fri Oct 29, 2021 12:24 pm   Subject: Re: Adding a video issue
on my old version of evo done that, if you have the drop down menu etc that corpse has here just ignore me..
i had problems like that. it was to do with the url. i think mine used
Please login to see this link
Get registered or Log in
once the s was added
Please login to see this link
Get registered or Log in
they worked. what version of evo are you on mate?

 Topic: website secure
Soulfly

Replies: 3
Views: 850
 Forum:   General Talk   Posted: Fri Oct 29, 2021 12:21 pm   Subject: Re: website secure
awesome mate, got that working. was abit of a ball-ache at first. was easy enough to move the files into the right path, the virtual host config caused me a couple problems. got it working in the end thanks  google  big grin big grin big grin

All times are UTC - 7 Hours [DST enabled]
Page 1 of 4
Goto page 1, 2, 3, 4  Next
Jump to:  
Forums ©