Staff Topioc Mod Error
Forum rules
DO NOT give out any FTP passwords to anyone! There is no reason to do so! If you need help badly enough, create a temporary FTP account that is restricted to only the files that you need help with and give the information for that. Giving out FTP information can be very dangerous!
DO NOT give out any FTP passwords to anyone! There is no reason to do so! If you need help badly enough, create a temporary FTP account that is restricted to only the files that you need help with and give the information for that. Giving out FTP information can be very dangerous!
Staff Topioc Mod Error
FIND FAILED: In file [viewforum.php] could not find:
$folder_new = $images['folder_new'];
}
}
I can't find ANYTHING like that.
Download topic:
Here
I'm really confused with this error. Normally I can simply find it by search for one part of the requirements and find it. Please help!
$folder_new = $images['folder_new'];
}
}
I can't find ANYTHING like that.
Download topic:
Here
I'm really confused with this error. Normally I can simply find it by search for one part of the requirements and find it. Please help!
-
- Registered User
- Posts: 7219
- Joined: Tue Nov 16, 2004 8:54 pm
- Location: Florida, US
- Contact:
Re: Staff Topioc Mod Error
Ok, I checked the viewforum.php files in both phpBB 2.0.13 and 2.0.22 and found that line of code. So you must have installed a MOD that modified that line. So could you provide a text link to your viewforum.php file???
Creating text Links for phpBB files
First create a duplicate of the phpBB file on your PC, then rename the file by adding .txt to the end of the file name. Next upload the file to a location on your FTP Server accessible to the public and provide a link back here for us to analyze it...
The path to your file could look something like this now:
Creating text Links for phpBB files
First create a duplicate of the phpBB file on your PC, then rename the file by adding .txt to the end of the file name. Next upload the file to a location on your FTP Server accessible to the public and provide a link back here for us to analyze it...
The path to your file could look something like this now:
Code: Select all
http://yourdomain.com/downloads_folder/viewforum.txt
-
- Registered User
- Posts: 7219
- Joined: Tue Nov 16, 2004 8:54 pm
- Location: Florida, US
- Contact:
Re: Staff Topioc Mod Error
Ok, try this:
OPEN
staffposts1.0.9.mod
FIND
REPLACE WITH
Save, upload, and try again using EM...
OPEN
staffposts1.0.9.mod
FIND
Code: Select all
#
#-----[ FIND ]------------------------------------------
#
$folder_new = $images['folder_new'];
}
}
#
#-----[ AFTER, ADD ]------------------------------------
#
if ( $topic_rowset[$i]['topic_staff'] )
{
$folder = $images['folder_staff'];
$folder_new = $images['folder_staff_new'];
}
Code: Select all
#
#-----[ FIND ]------------------------------------------
#
$newest_post_img = '';
if( $userdata['session_logged_in']
#
#-----[ BEFORE, ADD ]------------------------------------
#
if ( $topic_rowset[$i]['topic_staff'] )
{
$folder = $images['folder_staff'];
$folder_new = $images['folder_staff_new'];
}
Re: Staff Topioc Mod Error
Past that error. If I can't fix this error I'll edit this post.
EDIT: Ugg. New error. Search.php. Can't find
$folder_new = $images['folder_new'];
}
}
Making a .txt of search.php.
http://www.partners-in-crime-studios.co ... search.txt
EDIT: Ugg. New error. Search.php. Can't find
$folder_new = $images['folder_new'];
}
}
Making a .txt of search.php.
http://www.partners-in-crime-studios.co ... search.txt
-
- Registered User
- Posts: 7219
- Joined: Tue Nov 16, 2004 8:54 pm
- Location: Florida, US
- Contact:
Re: Staff Topioc Mod Error
Ok, try this:
OPEN
staffposts1.0.9.mod
FIND
REPLACE WITH
Save, upload, and try again using EM...
OPEN
staffposts1.0.9.mod
FIND
Code: Select all
#
#-----[ FIND ]------------------------------------------
#
$folder_new = $images['folder_new'];
}
}
#
#-----[ AFTER, ADD ]------------------------------------
#
if ( $searchset[$i]['topic_staff'] )
{
$folder = $images['folder_staff'];
$folder_new = $images['folder_staff_new'];
}
Code: Select all
#
#-----[ FIND ]------------------------------------------
#
if ( $userdata['session_logged_in'] )
#
#-----[ BEFORE, ADD ]------------------------------------
#
if ( $searchset[$i]['topic_staff'] )
{
$folder = $images['folder_staff'];
$folder_new = $images['folder_staff_new'];
}
Re: Staff Topioc Mod Error
Wootage! It finally completed! Thanks.
-
- Registered User
- Posts: 7219
- Joined: Tue Nov 16, 2004 8:54 pm
- Location: Florida, US
- Contact:
Re: Staff Topioc Mod Error
Congratulations pic!!!
If you have any additional questions, comments, or concerns, don't be shy about asking for assistance. If I can, I will be more than happy to help you...
If you have any additional questions, comments, or concerns, don't be shy about asking for assistance. If I can, I will be more than happy to help you...
Re: Staff Topioc Mod Error
Hmm... This is weird. When installing a DB update for a mod it says
What does that mean? The mod is Topics a User Has Started Mod.
Edit: And yes, I moved it to root/install/db_update.php
Template->loadfile(): File ../templates/subSilver/simple_header.tpl for handle overall_header is empty
What does that mean? The mod is Topics a User Has Started Mod.
Edit: And yes, I moved it to root/install/db_update.php
-
- Registered User
- Posts: 7219
- Joined: Tue Nov 16, 2004 8:54 pm
- Location: Florida, US
- Contact:
Re: Staff Topioc Mod Error
Do the MOD instructions say to upload the DB Update file to an installs folder? Many times, you run them from the phpBB forum folder instead...