Post Reply

Please type the characters exactly as they appear in the image,
without the first 2 and last 2 characters.
The characters must be typed in the same order,
and they are case-sensitive.
Open Preview Preview

You can resize the textbox by dragging the right or bottom border.
Off Topic Comment Insert Spoiler
Insert Hyperlink Insert FTP Link Insert Image Insert E-mail Insert Media Insert Table Insert Table Row Insert Table Column Insert Horizontal Rule Insert Teletype Insert Code Insert Quote Edited Superscript Subscript Insert List /me - my name Insert Marquee Insert Timestamp No Parse
Bold Italicized Underline Insert Strikethrough Highlight
                       
Change Text Color
Insert Preformatted Text Left Align Centered Right Align
resize_wb
resize_hb







Max 5000 characters. Remaining characters:
Text size: %
More Smilies
View All Smilies
Collapse additional features Collapse/Expand additional features Smiley Wink Cheesy Grin Angry Sad Shocked Cool Huh Roll Eyes Tongue Embarrassed Lips Sealed Undecided Kiss Cry
Topic Summary - Displaying 15 post(s). Click here to show all
Posted by: Dandello
Posted on: Apr 16th, 2026 at 12:04am
Assuming Setup.pl  (Assuming version 2.6.12) worked AND IF you had no mods, you MAY be able to run the conversion tools to retrieve the old data from your old forum even though it doesn't work.
Posted by: Bud Baker
Posted on: Apr 15th, 2026 at 10:05pm
Ok, with my old forum not running, I can't go to the Admin Center and run the conversion utility. Is there a work around?
Posted by: Dandello
Posted on: Apr 15th, 2026 at 5:11pm
The problem with upgrading from a very old version is that the scripts that convert the forum data may not be able to do the conversion correctly. (So be warned - it may not work.)
Posted by: Bud Baker
Posted on: Apr 15th, 2026 at 3:21pm
Any special challenges upgrading from that old a version? Should I go to the newest version?
Posted by: Dandello
Posted on: Apr 13th, 2026 at 12:23pm
The Perl installation on your server has been updated to the point that your version of YaBB simply won't run.
Posted by: Bud Baker
Posted on: Apr 13th, 2026 at 1:23am
Can you help? My yabb forum is giving a Can't locate Paths.pl in @INC error. Website is rbentonline.org.
Posted by: Derek Bullock
Posted on: Jan 14th, 2025 at 10:15am
Really odd.  Removed them all and it still backs up everything else but the Attachments and Avatars.  Was all good before the upgrade.  Not the end of the world as I can go in and zip them up every now and then but I just hate it when things don’t work as they should.
Posted by: Dandello
Posted on: Jan 14th, 2025 at 5:09am
I think the error has to do the data from the Attachments folder not being opened for reading properly for the zip function.

Try removing those folders from the backup list. (in cPanel you can zip those folders from the file manager.)

BTW, after the last upgrade here I can't use the yabb backup at all. It starts but never actually starts. No error but no status popup, no backup lock, nothing.
Posted by: Derek Bullock
Posted on: Jan 14th, 2025 at 1:47am
Always seems to be something.

Since the Host Upgrade.  I run the YaBB Backup from Admin Panel.  Everything goes well except for the last one - yabbfiles/Attachments and yabbfiles/avatars/UserAvatar

I am getting this error.

Code
Select All
 'zip -gqr /home/aussiec1/public_html/cgi-bin/yabb2/Backups/backup.1736818815.upld.zip /home/aussiec1/public_html/yabbfiles/Attachments' can't be used: Inappropriate ioctl for device. Error code: 0 



Any thoughts??
Posted by: Derek Bullock
Posted on: Jan 12th, 2025 at 11:07am
Many thanks.
Posted by: Dandello
Posted on: Jan 12th, 2025 at 7:23am
Just YaBB.pl and Admin.pl (and any mods that have the shebang, assuming there are any.)
Posted by: Derek Bullock
Posted on: Jan 12th, 2025 at 7:03am
Dandello

Do any other files need that shebang changed?
Posted by: Dandello
Posted on: Jan 12th, 2025 at 7:00am
General observation on server techs - they don't know anymore about Perl than they can get from about 5 minutes of web searching. If you're very very lucky, you might come across one who has actually worked with Perl and has a clue OR had another client with similar problems.

Just sayin'  Shocked
Posted by: Derek Bullock
Posted on: Jan 12th, 2025 at 6:35am
UPDATE

On advice I changed the shebang to

Code
Select All
 #!/usr/bin/perl
 use cPanelUserConfig; 



I am now able to use the forum, post messages and upload images.

You would have thought that with a new server they should have picked that up straight away.   Smiley
Posted by: Derek Bullock
Posted on: Jan 12th, 2025 at 1:35am
Done.

Admin panel is now showing CGI installed.

I can now post to the forum however cannot post an image.  Getting the 500 error.

Any ideas?

I am also getting the 500 error at:

Code
Select All
 https://www.aussiecampovenforum.com/cgi-bin/yabb2/ModuleChecker.pl 



Any ideas on that??