PHP Web Host - Quality Web Hosting For All PHP Applications Clan Themes! We make clans look good!!
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
b14ze
New Member
New Member


Joined: Jul 22, 2006
Posts: 18

PostPosted: Sun Nov 15, 2009 2:41 pm Reply with quote Back to top

Hi guys! I have searched the forums, but maybe I am not using the terminology correctly.

I have a fresh install of ravennuke 2.4. I have activated the forums in the modules admin, and I can see and create new categorys and forums but when I try to make a post with my god account, I get a white page.

Can anyone help? Thanks for your time!

*EDIT* I turned on error reporting and the error I now receive is

I turned on error reporting in the config.php and the error I receive is:

Fatal error: Call to undefined function: mb_internal_encoding() in /**path removed by admin**/includes/class.autokeyword.php on line 113
View user's profile Send private message
nuken
RavenNuke(tm) Development Team


Joined: Mar 11, 2007
Posts: 1536
Location: North Carolina

PostPosted: Sun Nov 15, 2009 3:19 pm Reply with quote Back to top

Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message Send e-mail Visit poster's website
b14ze
New Member
New Member


Joined: Jul 22, 2006
Posts: 18

PostPosted: Mon Nov 16, 2009 9:41 pm Reply with quote Back to top

"Dear Sir/Madam, Thank you for contacting online support. No, we only allow the php_mbstring.dll extension is only available with Dedicated and Virtual Dedicated server accounts. If you wish to have this feature you will need to upgrade to a virtual dedicated or dedicated server."

I have had no problem running any nuke on godaddy let along RN. Now I need to pay almost 30 bucks a month for something I did for 5?
View user's profile Send private message
spasticdonkey
RavenNuke(tm) Development Team


Joined: Dec 02, 2006
Posts: 1364
Location: Texas, USA

PostPosted: Mon Nov 16, 2009 11:25 pm Reply with quote Back to top

i formerly had a hosting acct with godaddy. cheap prices but you get what you pay for. Slow sql servers, overloaded hosting, and a bunch of disabled settings instead of frequent patching and updates... Sad

Switched to
Only registered users can see links on this board!
Get registered or login to the forums!
and I've been happy ever since Smile
not sure what hosting package you need, but it will be alot cheaper than the $30mo godaddy quoting you.
View user's profile Send private message
montego
Site Admin


Joined: Aug 29, 2004
Posts: 9136
Location: Arizona

PostPosted: Tue Nov 17, 2009 6:43 am Reply with quote Back to top

b14ze, unbelievable! So, what GoDaddy is saying is that on their shared hosting plans, they basically will not allow true handling of UTF-8 and internationalization! How do they expect people to handle multi-byte character sets without the use of the mbstring extension?!?!?!?!?!?!?!

You know why they are saying this I suspect? It is so that they can pack more hosting clients onto the same server as multi-byte handling is going to take a little extra RAM and CPU. There is no other reason. Unfortunately, this is why you have countless people across the net complaining about the same things spasticdonkey has mentioned.

While I sympathize with your situation, if you continue to use cheap hosting, you are going to be left behind.

Someone more familiar with the internals of nukeSEO(tm) DH will have to comment on how it can be disabled without causing other issues. I think kguske is going to have to chime in on this one.
View user's profile Send private message Visit poster's website
b14ze
New Member
New Member


Joined: Jul 22, 2006
Posts: 18

PostPosted: Tue Nov 17, 2009 8:19 am Reply with quote Back to top

Hmm. I installed phpnuke 8.0 and this works fine. Even the forums.. I installed it on a 5.x database.

After doing some research, I think what really is going on is THEIR .php ini. You can run either a 4.x database and a 5.x database and I don't believe they have the mb strings extension compiled into the old php.

Unfortunately I did try RN with a 5.x database and ended up with the same errors.

I'm afraid if I had to pay more then what I am paying for now my wife would kill me. I don't think I should have to. I am a long time customer of theirs and have tried a bunch of nuke distrobutions on this host. (with Ravennuke being my fave)

But if they can't figure out how to make it work for me, their customer, then I will seek out other hosting at a similar price.

I am such a noob tho, will I have to change my domain registration with them? I believe I pay for it by year...
View user's profile Send private message
spasticdonkey
RavenNuke(tm) Development Team


Joined: Dec 02, 2006
Posts: 1364
Location: Texas, USA

PostPosted: Tue Nov 17, 2009 9:07 am Reply with quote Back to top

I hear what your saying, just my 2 cents. As for the domain name, it isn't an issue you can just login to the domain control panel @ godaddy and change the nameservers to your new hosting company (if you decide to change).

hmmm, if i remember right godaddy runs in php4 by default.. try adding this at the top of your htaccess

AddHandler x-httpd-php5 .php
AddHandler x-httpd-php .php4

i still actually have my godaddy acct and use it as a file server, or a small scale CDN. I have a test install of RN there so it should work (at least somewhat) Smile

thinking back, pretty sure I got that same error before I added that code to htaccess.
View user's profile Send private message
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 6373
Location: Vsetin, Czech Republic

PostPosted: Tue Nov 17, 2009 10:03 am Reply with quote Back to top

@ spasticdonkey - if you still have that account, I would be VERY interested to see if a phpinfo() returns the same when you switch between PHP4 and PHP5 for mb_string availability.
View user's profile Send private message Send e-mail Visit poster's website
spasticdonkey
RavenNuke(tm) Development Team


Joined: Dec 02, 2006
Posts: 1364
Location: Texas, USA

PostPosted: Tue Nov 17, 2009 11:31 am Reply with quote Back to top

Yes I still have it.. Smile
Removed the add handler and i get this:
Fatal error: Call to undefined function: mb_internal_encoding() in /home/xxxxx/html/includes/class.autokeyword.php on line 113

was having some problems viewing the phpinfo when i downgraded to php4, but I have a screenshot of what is enabled at version php5.2.5 if your curious. Not sure if the htaccess changes had not fully propagated but kept only displaying phpinfo for version 5.2.5

obviously some sensitive info so if you interested just let me know where to email. I don't use the site for anything other than testing (and as a fileserver for my sites) so if the RN team is interested I could give them access to test stuff on a cheap godaddy server. let me know.
View user's profile Send private message
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 6373
Location: Vsetin, Czech Republic

PostPosted: Tue Nov 17, 2009 12:06 pm Reply with quote Back to top

No thats ok. I was just curious to see if they were allowing mb_internal_encoding in PHP 4.x and not in PHP 5.x which negates their argument about it not being enabled, period.
View user's profile Send private message Send e-mail Visit poster's website
The7upMan
New Member
New Member


Joined: Jan 28, 2006
Posts: 1

PostPosted: Sun Oct 24, 2010 8:26 pm Reply with quote Back to top

spasticdonkey wrote:
I hear what your saying, just my 2 cents. As for the domain name, it isn't an issue you can just login to the domain control panel @ godaddy and change the nameservers to your new hosting company (if you decide to change).

hmmm, if i remember right godaddy runs in php4 by default.. try adding this at the top of your htaccess

AddHandler x-httpd-php5 .php
AddHandler x-httpd-php .php4

i still actually have my godaddy acct and use it as a file server, or a small scale CDN. I have a test install of RN there so it should work (at least somewhat) Smile

thinking back, pretty sure I got that same error before I added that code to htaccess.


I was having the same prob. so I added
AddHandler x-httpd-php5 .php
AddHandler x-httpd-php .php4
to my htaccess file and all works good.
So my question is what is this doing?
My server is running PHP Version 4.4.9 but they told me I can upgrade my server to PHP Version 5.0 if I like.
If i did that would it correct the prob. and I could remove the 2 lines?
What do you think?
View user's profile Send private message Visit poster's website MSN Messenger
Palbin
Site Admin


Joined: Mar 30, 2006
Posts: 2456
Location: Pittsburgh, Pennsylvania

PostPosted: Sun Oct 24, 2010 9:27 pm Reply with quote Back to top

It all depends with how they have php complied. If there is not a reason that you are using PHP 4 I would go with PHP 5.
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
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
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum