New Server Problems?

IMG%5D

IndiansfireBigSur002.jpg

Pasting directly works, just when I use the attach function it fails for thumbs,
 
IMG%5D

IndiansfireBigSur002.jpg

Pasting directly works, just when I use the attach function it fails for thumbs,

Ahh, the attachment above the photo is showing as:

Code:
http://forums.jetcareers.com/%5BIMG%5Dhttp://i176.photobucket.com/albums/w175/mjg407/356Taxi.jpg%5B/IMG%5D

Might be a photbucket issue as the IP address has changed overnight.
 
From within the facility, all I can say is wow. The site is screamin now!!! I haven't been on the site much lately but all I can say is that I am relieved everything is working so far.

Good job on the server migration dough!

:nana2::nana2::nana2:


you did seem to forget to upload the favicon though. no biggie, i'm sure you already noticed it.
 
I just had two subscribed threads show up in my User CP that were last posted to on the 17th.

...just as any FYI, since its not a big deal to me.
 
its all going well for me!

not that I was having problems in the first place, but all seems to be good, if not better! :rawk:
 
I'm having an attachment issue that I'm working on though... Just so you guys know.

Attachment as in "file", no I haven't become codependent!
 
It appears the thumbs are working for me now. Doug, it was a hell of a morning not having my fix, but this place is smoking fast now!!! Great decision to switch!
 
Pedro is the man.

I haven't seen him online much, I'm sure they he's afraid that it's broken down already and we're ready to whip his ass!
 
Pedro is the man.

I haven't seen him online much, I'm sure they he's afraid that it's broken down already and we're ready to whip his ass!

Ha ha ha! Now that I have tested I can show my face again. It's loading pretty damn fast on my iPhone with an edge connection too.
 
Doug, I tried to change my avatar today and could not do so via the UserCP option. I tried to out smart the machine and upload it to my phot album on jc and

Failed to write file. Check disc quotas and permissions for the path: /home/jetc/public_html/forums/images/album_data/1/8105d38be464831c48cb1e7a6b66ef85_1228.jpg
 
Doug - it appears some of the blog features aren't working correctly. When I am in the blog area and click on comments or other blog entries a "database error" page pops up.

Here is an example URL: http://forums.jetcareers.com/blogs/comments/comment150.html


and the text of the error from my end:


SELECT blog.*, blog.options AS blogoptions, blog_text.pagetext, blog_text.allowsmilie, blog_text.ipaddress, blog_text.reportthreadid,
blog_text.ipaddress AS blogipaddress,
blog_editlog.userid AS edit_userid, blog_editlog.dateline AS edit_dateline, blog_editlog.reason AS edit_reason, blog_editlog.username AS edit_username,
blog_textparsed.pagetexthtml, blog_textparsed.hasimages,
user.*, userfield.*, usertextfield.*,
blog.userid AS userid, bu.categorycache, bu.sidebar, bu.memberids, bu.memberblogids, bu.custompages,
bu.title AS blog_title, bu.description AS blog_description, bu.allowsmilie AS blog_allowsmilie, bu.akismet_key AS akismet_key, bu.tagcloud,
bu.options_member, bu.options_guest, bu.options_buddy, bu.options_ignore, bu.entries, bu.isblogmoderator, bu.comments_moderation AS blog_comments_moderation,
bu.draft AS blog_draft, bu.pending AS blog_pending, bu.uncatentries, bu.moderation AS blog_moderation, bu.deleted AS blog_deleted, bu.customblocks,
customprofilepic.userid AS profilepic, customprofilepic.dateline AS profilepicdateline, customprofilepic.width AS ppwidth, customprofilepic.height AS ppheight,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid, infractiongroupid,
blog_usercsscache.csscolors AS blog_csscolors, blog_usercsscache.cachedcss AS blog_cachedcss, IF(blog_usercsscache.cachedcss IS NULL, 0, 1) AS blog_hascachedcss, blog_usercsscache.buildpermissions AS blog_cssbuildpermissions
, blockparsed.blocktext
, gm.permissions as grouppermissions, blog_rate.vote,ignored.relationid AS ignoreid, buddy.relationid AS buddyid, IF(blog_subscribeuser.blogsubscribeuserid, 1, 0) AS blogsubscribed, IF(blog_subscribeentry.blogsubscribeentryid, 1, 0) AS entrysubscribed, blog_subscribeentry.type AS emailupdate
, avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline, customavatar.width AS avwidth, customavatar.height AS avheight

, blog_read.readtime AS blogread, blog_userread.readtime AS bloguserread
,blog_deletionlog.moddelete AS del_moddelete, blog_deletionlog.userid AS del_userid, blog_deletionlog.username AS del_username, blog_deletionlog.reason AS del_reason

FROM blog AS blog
INNER JOIN blog_text AS blog_text ON (blog_text.blogtextid = blog.firstblogtextid)
LEFT JOIN user AS user ON (blog.userid = user.userid)
LEFT JOIN userfield AS userfield ON(userfield.userid = user.userid)
LEFT JOIN usertextfield AS usertextfield ON(usertextfield.userid = user.userid)
LEFT JOIN blog_editlog AS blog_editlog ON (blog_editlog.blogtextid = blog.firstblogtextid)
LEFT JOIN blog_textparsed AS blog_textparsed ON (blog_textparsed.blogtextid = blog.firstblogtextid AND blog_textparsed.styleid = 23 AND blog_textparsed.languageid = 1)
LEFT JOIN blog_user AS bu ON (bu.bloguserid = user.userid)
LEFT JOIN customprofilepic AS customprofilepic ON (user.userid = customprofilepic.userid)
LEFT JOIN blog_usercsscache AS blog_usercsscache ON (user.userid = blog_usercsscache.userid)
LEFT JOIN blog_custom_block_parsed AS blockparsed ON (blockparsed.userid = user.userid AND blockparsed.styleid = 23 AND blockparsed.languageid = 1)

LEFT JOIN blog_read AS blog_read ON (blog_read.blogid = blog.blogid AND blog_read.userid = 1262)
LEFT JOIN blog_userread AS blog_userread ON (blog_userread.bloguserid = blog.userid AND blog_userread.userid = 1262)


LEFT JOIN userlist AS ignored ON (ignored.userid = blog.userid AND ignored.relationid = 1262 AND ignored.type = 'ignore')
LEFT JOIN userlist AS buddy ON (buddy.userid = blog.userid AND buddy.relationid = 1262 AND buddy.type = 'buddy')

LEFT JOIN blog_subscribeentry AS blog_subscribeentry ON (blog.blogid = blog_subscribeentry.blogid AND blog_subscribeentry.userid = 1262)
LEFT JOIN blog_subscribeuser AS blog_subscribeuser ON (blog.userid = blog_subscribeuser.bloguserid AND blog_subscribeuser.userid = 1262)
LEFT JOIN avatar AS avatar ON (avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON (customavatar.userid = user.userid)
LEFT JOIN blog_rate AS blog_rate ON (blog_rate.blogid = blog.blogid AND blog_rate.userid = 1262)
LEFT JOIN blog_groupmembership AS gm ON (blog.userid = gm.bloguserid AND gm.userid = 1262)
LEFT JOIN blog_deletionlog AS blog_deletionlog ON (blog.blogid = blog_deletionlog.primaryid AND blog_deletionlog.type = 'blogid')


WHERE blog.blogid = 69;

MySQL Error : Unknown column 'blog_usercsscache.csscolors' in 'field list'
Error Number : 1054
Request Date : Saturday, February 21st 2009 @ 11:40:18 AM
Error Date : Saturday, February 21st 2009 @ 11:40:18 AM
Script : http://forums.jetcareers.com/blog.php?b=69
Referrer : http://forums.jetcareers.com/
IP Address : 168.97.133.243
Username : JEP
Classname : vB_Database
MySQL Version : 5.0.67-community
 
I am sooo glad I got out of the computer biz after my time was up. :panic:;)

Doug, you are a very unselfish, fantastic guy!!! Thanks for all the time you put into this site!
 
Just clicked on a name earlier, and even my own and got this? Database error The jetcareers database has encountered a problem. Please try the following: * Load the page again by clicking the Refresh button in your web browser. * Open the forums.jetcareers.com home page, then try to open another page. * Click the Back button to try another link. The forums.jetcareers.com forum technical staff have been notified of the error, though you may contact them if the problem persists. We apologise for any inconvenience.
 
Back
Top