Ravens PHP Scripts: Forums
| Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
| Search found 1248 matches |
| Ravens PHP Scripts And Web Hosting Forum Index |
| Author | Message |
|---|---|
| Topic: Deprecated: The each() function is deprecated | |
| neralex Replies: 4 Views: 17527 |
|
| Yes I got the same output. I guess u go in the right way. to do it.
When it makes sense for you, why you don't change it in the same way? |
|
| Topic: Deprecated: The each() function is deprecated | |
| hicuxunicorniobestbuildpc Replies: 4 Views: 17527 |
|
| Yes I got the same output. I guess u go in the right way. to do it.
I found out arround line 785 There is another line it could cause the same issue echo '</p><p><span class=&qu ... |
|
| Topic: Deprecated: The each() function is deprecated | |
| neralex Replies: 4 Views: 17527 |
|
| Good catch, there are more codelines like this in different modules that cause the same message. The variable $AllowableHTML is a multidimensional array that we have to loop through several times.
... |
|
| Topic: Blank News Module | |
| southern Replies: 15 Views: 22984 |
|
| I looked at the blank page with the Microsoft Edge Inspect and found it reports this error,
http://www.southernwolf.net/modules.php?name=News&file=article&sid=4409#:~:te ... |
|
| Topic: Blank News Module | |
| neralex Replies: 15 Views: 22984 |
|
| I looked at the blank page with the Microsoft Edge Inspect and found it reports this error,
http://www.southernwolf.net/modules.php?name=News&file=article&sid=4409#:~:text=www.s ... |
|
| Topic: Blank News Module | |
| southern Replies: 15 Views: 22984 |
|
| I'm stumped. I didn't find anything in .htaccess that might be causing a blank page ### Start McAfeeSECURE Code DO NOT EDIT ###
<IfModule mod_substitute.c> AddOutputFilterByType SUBSTITUTE tex ... |
|
| Topic: Blank News Module | |
| southern Replies: 15 Views: 22984 |
|
| When you replaced the whole News module and it shows on each theme, then it can not be the problem. The html-output of your "blank"-page is showing a content, which is not part of RN. There ... | |
| Topic: Blank News Module | |
| neralex Replies: 15 Views: 22984 |
|
| When you replaced the whole News module and it shows on each theme, then it can not be the problem. The html-output of your "blank"-page is showing a content, which is not part of RN. There ... | |
| Topic: Blank News Module | |
| neralex Replies: 15 Views: 22984 |
|
| Hey, did you changed the PHP version of your webserver to php7? Try to activate the error-messages and check the output for errors or warnings and also the php log-file on your webserver. | |
| Topic: RN_Video module | |
| hicuxunicorniobestbuildpc Replies: 8 Views: 8434 |
|
| What do u mean with output? | |
| Topic: RN_Video module | |
| neralex Replies: 8 Views: 8434 |
|
| Check the output:
echo $video->duration; |
|
| Topic: RN_Video module | |
| neralex Replies: 8 Views: 8434 |
|
| Check the output:
echo $video->duration; |
|
| Topic: RN_Video module | |
| neralex Replies: 8 Views: 8434 |
|
| Without to know the content of $video->duration is nothing to say. Read the both links below, check the output of $video->duration, modify the code and test it again.
https://www.php.net/manu ... |
|
| Topic: php7 support | |
| hicuxunicorniobestbuildpc Replies: 276 Views: 554048 |
|
| I am getting error since I upgrade to the new php 7.1.
Warning: Declaration of oDebug::sql_query($query) should be compatible with sql_db::sql_query($query = '', $tr ... |
|
| Topic: new.png error | |
| neralex Replies: 22 Views: 20918 |
|
| What you can try is to install a local environment like XAMPP or WAMP for Windows. There you can install a copy of RN for testing purpose. You can also check your php-error-log of your server. Maybe y ... | |
| Topic: Getting blank white pages on some things. | |
| kd8hho Replies: 6 Views: 9411 |
|
| Little bit of an update. got forums to work, thinking I was missing a php-mod not sure which one. so now forums work but however show this error.
Warning: ob_start(): output handler 'ob_gzhandler' ... |
|
| Topic: error warning | |
| neralex Replies: 4 Views: 6404 |
|
| Hi without to know, which PHP version you are using and which changes you made on the webserver's defaults, I can only assume the solution goes in this direction: https://stackoverflow.com/questions/1 ... | |
| Topic: error warning | |
| 1969hades Replies: 4 Views: 6404 |
|
| Keep get this error warning and then website crashes:
[20-Dec-2020 17:10:28 UTC] PHP Warning: Module 'imagick' already loaded in Unknown on line 0 [20-Dec-2020 17:10:28 UTC] PHP Warning: ob_start( ... |
|
| Topic: php7 support | |
| Coldy Replies: 276 Views: 554048 |
|
| Hello,
I've found two bugs in the current Raven version. In the mainfile there are curly braces in lines 1741 and 1743 (function encode_mail), which are no longer supported under PHP 7.4. I notic ... |
|
| Topic: private function backtrace_log | |
| neralex Replies: 5 Views: 12245 |
|
| rovshan, nice catch - crazy issue Let us clarify how the loglevel-options should work: $loglevel - This controls the level of logging to the rnlogs/dblog file. The default setting $logleve ... |
|
| Topic: $query variable no longer working after PHP upgrade | |
| rogue3 Replies: 4 Views: 20939 |
|
| I have a review module that has a built in search function. This all worked fine in PHP5.3, but in PHP5.6 the output no longer works. I've narrowed the problem down to the string that is produced in t ... | |
| Topic: php7 support | |
| hicuxunicorniobestbuildpc Replies: 276 Views: 554048 |
|
| Neralex, where is the bbcode.php. I can not find it. Now I discovered my wimpy player is not working. The flash is not showing the music list. This module I won't remove it. I guess I will keep php 5. ... | |
| Topic: php7 support | |
| neralex Replies: 276 Views: 554048 |
|
| New replacement detected, also added to the 1st post in this thread.
open modules/Content/var/fpdf.php find: set_magic_quotes_runtime(0); replace it with: @ini_set('magic_quot ... |
|
| Topic: email received even if sentinel is totally deactivated | |
| neralex Replies: 8 Views: 17417 |
|
| Strange issue. Do you tried to add the output of $blocker_row to the variable $message inside the write_mail() function in order to check which blocker has used this function call?
For example fin ... |
|
| Topic: php7 support | |
| neralex Replies: 276 Views: 554048 |
|
| Note: I noticed that the mysql-functions are removed in php7 - it's supporting mysqli only. That means the whole INSTALLATION process is broken in php7! I'm working on a package for RavenNuke 2.5.1, w ... | |
| Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3 ... 48, 49, 50 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
