Ravens PHP Scripts: Forums
 

 

Search found 5678 matches
Author Message
 Topic: Trying to access array offset on value of type null in
kguske

Replies: 9
Views: 3275

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Mar 06, 2023 10:07 pm   Subject: Trying to access array offset on value of type null in
I'm running 7.3.33 but don't see the error. I turned on signatures in User config, and visited my Your Account (user info) page. Is that where you're seeing this error?
 Topic: Hey!
kguske

Replies: 3
Views: 4124

PostForum: RavenNuke(tm) v2.5x   Posted: Thu May 05, 2022 7:30 pm   Subject: Hey!
Hello sir! Glad to see you
 Topic: Is Github current?
kguske

Replies: 4
Views: 1582

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Feb 20, 2022 7:23 am   Subject: Is Github current?
Wow...great to see you! I believe it's updated. I'm sure neralex will confirm.

What are you up to these days? I started converting a responsive theme, but haven't made much progress.
 Topic: mimetype
kguske

Replies: 3
Views: 4954

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Jan 23, 2022 2:59 pm   Subject: mimetype
Was looking for info on mimetype and found this old post. Just wanted to add for anyone interested that you can have a theme-specific mimetype file in themes/YourTheme/mimetype.php

This will comp ...
 Topic: Download module for RavenNuke
kguske

Replies: 4
Views: 1720

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Nov 25, 2021 6:48 am   Subject: Download module for RavenNuke
I have similar concerns regarding the Web_Links module, but don't have time right now to do something different. I am considering using a content page instead since I don't really track hits. I coul ...
 Topic: php7 support
kguske

Replies: 276
Views: 225349

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Mar 20, 2021 7:35 am   Subject: php7 support
Nice! I'll give that a try and see how it works.

We might want to call it function preg_clean_string to avoid possible conflicts with other functions with a different purpose. But if it's only ...
 Topic: php7 support
kguske

Replies: 276
Views: 225349

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Mar 19, 2021 6:30 am   Subject: php7 support
Seeing a few warnings from nukesentinel.php on this line (479):
if (isset($name) && !preg_match('/^name=' . $name . '/i', $pg) && stristr($nsnst_const['s ...
 Topic: php7 support
kguske

Replies: 276
Views: 225349

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Mar 09, 2021 8:25 am   Subject: php7 support
The News module uses the TCPDF class to support viewing a story in PDF format. The class in RN is very outdated, and displays errors under PHP 7.x. The class is actively maintained and has many updat ...
 Topic: php7 support
kguske

Replies: 276
Views: 225349

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Mar 07, 2021 7:44 pm   Subject: php7 support
The nice thing about running multiple sites using the same software and a modified config file to connect the site's database is that you update all the sites at once.

The bad thing about this appr ...
 Topic: php7 support
kguske

Replies: 276
Views: 225349

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Mar 07, 2021 10:34 am   Subject: php7 support
The module $name is getting cleared by check_html function:
$name = addslashes(check_html(trim($name), 'nohtml')); //Fixes SQL Injection

because I hadn't updated the kses.php file... Sad
 Topic: php7 support
kguske

Replies: 276
Views: 225349

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Mar 07, 2021 10:25 am   Subject: php7 support
Changed to 7.3, and now all the modules are showing as not found. Very strange as I was able to change another domain without this issue. Have you seen that?
 Topic: php7 support
kguske

Replies: 276
Views: 225349

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Mar 07, 2021 8:52 am   Subject: php7 support
I'm getting ready to replace it, but on php 5.4, this happens:
PHP Parse error: syntax error, unexpected T_FUNCTION in modules/Forums/viewtopic.php on line 1289, which is
function ($m1) use ( ...
 Topic: Error from preg_match help
kguske

Replies: 5
Views: 3246

PostForum: General/Other Stuff   Posted: Fri Mar 05, 2021 7:58 pm   Subject: Error from preg_match help
Thank you, sir. Wasn't sure if you had seen it.
 Topic: Error from preg_match help
kguske

Replies: 5
Views: 3246

PostForum: General/Other Stuff   Posted: Thu Mar 04, 2021 9:08 pm   Subject: Error from preg_match help
Hi Neralex, I noticed this while comparing the latest version (left) with my installation of RN 2.5.1 (right). I may have modified this, but wondered if you were aware of Montego's code change highli ...
 Topic: DragonflyCMS Themer Coming over to RavenNuke
kguske

Replies: 5
Views: 2698

PostForum: Converting/Creating Themes   Posted: Sun Sep 20, 2020 1:33 pm   Subject: DragonflyCMS Themer Coming over to RavenNuke
Nice. Welcome!
 Topic: You have attempted to access this site with an invalid IP
kguske

Replies: 3
Views: 2027

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Sep 19, 2020 1:56 pm   Subject: You have attempted to access this site with an invalid IP
For localhost, turn off the NukeSentinel setting to block invalid IP address. I'm sure there is a post somewhere that shows how to do that (check the rnconfig.php file).

Not sure why that impacts ...
 Topic: php7 support
kguske

Replies: 276
Views: 225349

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Aug 24, 2020 12:54 pm   Subject: php7 support
After testing a few custom modules, it's working pretty well so far. Looking at some simple mods to enable a responsive theme...
 Topic: php7 support
kguske

Replies: 276
Views: 225349

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Aug 24, 2020 12:34 pm   Subject: php7 support
I found the same issue when I imported to a test MariaDB on XAMPP from a production MySQL.
 Topic: php7 support
kguske

Replies: 276
Views: 225349

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Aug 23, 2020 2:09 pm   Subject: php7 support
Hi neralex, I'm *finally* ready for some php 7.x testing. Which version is most stable with RN? Should I just use 7.4 to get performance improvements or should I expect more issues with 7.4?
 Topic: Javascript at the per module level
kguske

Replies: 5
Views: 3330

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Mar 23, 2020 3:33 pm   Subject: Javascript at the per module level
So, I found this in header.php:
// Post 138905 Step 8 - RN_MODULE_HEAD should contain the file to include, with a path relative to the module folder
if (defined('RN_MODULE_HEAD')) ...
 Topic: Javascript at the per module level
kguske

Replies: 5
Views: 3330

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Mar 23, 2020 3:20 pm   Subject: Javascript at the per module level
You can load JS in the header or body using the addJSToHead, addJSToBody functions in an Include includes/addons/head-xxx.php or includes/addons/body-xxx.php file. You could also include a module?s R ...
 Topic: CSS: Limit image-width in Forum-posts
kguske

Replies: 16
Views: 11172

PostForum: Other - Discussion   Posted: Wed Nov 13, 2019 9:45 am   Subject: CSS: Limit image-width in Forum-posts
Why not scale on upload?
https://www.phpbb.com/community/viewtopic.php?t=2445391

This is for phpBB3, so it would need to be modified for phpBB 2 / RN forums modules.

Also, this requires ImageMa ...
 Topic: A lot of spam users lately..
kguske

Replies: 12
Views: 10583

PostForum: NukeSentinel(tm) v2.6.x   Posted: Fri May 10, 2019 5:07 am   Subject: A lot of spam users lately..
Try it now. I changed the link from relative to fully qualified and was able to download it. Very strange...
 Topic: A lot of spam users lately..
kguske

Replies: 12
Views: 10583

PostForum: NukeSentinel(tm) v2.6.x   Posted: Fri May 10, 2019 5:02 am   Subject: A lot of spam users lately..
Very strange... When I FTP the file, it's fine. But downloading through Chrome, Firefox, IE, Opera it's smaller and can't open.
 Topic: A lot of spam users lately..
kguske

Replies: 12
Views: 10583

PostForum: NukeSentinel(tm) v2.6.x   Posted: Thu May 09, 2019 5:52 am   Subject: A lot of spam users lately..
elnegro, PM your IP info and I'll remove the block on nukeSEO.com if needed.

I'll check the download on a Linux system - maybe the issue is with 7zip on Linux or creating it on Windows.
 

 Jump to:   

Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©