Nucleus Support Forum Index

Find on the forum:
any terms  all terms  Advanced Search

RSS 2.0
Browse posts: Unanswered | Mark all read

« »
Loading Nucleus FAQ ticker...
Post new topic Reply to topic
Author Message
tnuc
Nucleus Newbie


Joined: 06 Oct 2011
Posts: 9

Post Posted: Sun Oct 09, 2011 2:27 pm   Post subject: yahoo compatibility
Reply with quote

I discovered that the installation uses a call to tmpfile() within skinie.php and that is no longer supported by yahoo. But I also found out that there was a problem with writing to mysql during the installation. Below is an example of the errors in my log/scripts.log file concerning the call to fwrite(. . .) and rewind(. . .) after getting the path (or so it thought) to the temp folder with the call to tmpfile():

[09-Oct-2011 05:32:40] PHP Warning: fwrite(): supplied argument is not a valid stream resource in /blog/nucleus/libs/skinie.php on line 148
[09-Oct-2011 05:32:40] PHP Warning: rewind(): supplied argument is not a valid stream resource in /blog/nucleus/libs/skinie.php on line 149
[09-Oct-2011 05:32:40] PHP Warning: fread(): supplied argument is not a valid stream resource in /blog/nucleus/libs/skinie.php on line 151

and here are a couple of the lines in skinnie.php that were creating the errors:
fwrite($temp, $tempbuffer);
rewind($temp);

During the installation, the first error was the mysql write problem. I called yahoo and they change something about permissions and then that worked. I just thought it was some kind of glitch until in retrospect after later encountering the problem with the call to tmpfile() skinie.php I figure there are perhaps several security modifications to yahoo that create problems for this install and will could likely have some others too. However, I do think I recall the person I spoke with saying that they had no problem with WordPress blog installations so maybe they are doing things to work around all the problems. Yahoo no longer allows writing to the tmp folder (even though it's something I consider to be a very common thing with php scripting), and they said that they won't make any exceptions.

Needless to say, I was quite irate with yahoo and even canceled the hosting account. I have several other hosting accounts with them that are pretty much basic and don't require any kind of scripting and I'll keep those because I do still feel that yahoo has good security - I just can't use them for this domain because it will be using scripting besides this blog I'm trying to install.

I had already installed a nucleus blog on Godaddy without any problems. However, I once had a virus spread through one of my sites at Godaddy that had gotten into all the sites at Godaddy, so there are some things that I don't like to put there to this day. I've never had such a thing happen at yahoo.

Yahoo has a pretty low price with unlimited storage and lots of other good things, so it would be very nice if the install could be modified to get around all the security issues. But that could be a lot of work, since although this one problem with the tmpfile() could be pretty easily fixed, the one with mysql and whatever other ones would first need to be identified before they could be fixed.

Back to top

View user's profile Send private message
Post new topic Reply to topic
Display posts from previous:   

Page 1 of 1

All times are GMT + 1 Hour

Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001, 2002 phpBB Group