PHP Web Host - Quality Web Hosting For All PHP Applications Just Great Software
  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
Eduardo
Worker
Worker


Joined: Jul 20, 2004
Posts: 110
Location: Italy

PostPosted: Sun Jan 29, 2012 12:49 pm Reply with quote Back to top

Has someone installed RN 2.5 on xampp for Mac?
View user's profile Send private message
Eduardo
Worker
Worker


Joined: Jul 20, 2004
Posts: 110
Location: Italy

PostPosted: Mon Jan 30, 2012 4:05 am Reply with quote Back to top

If the database name is raven, what should I include in the remaining fields of the config.php file?

$dbhost = '';
$dbuname = '';
$dbpass = '';
$dbname = 'raven';
$prefix = 'nuke';
View user's profile Send private message
Dawg
RavenNuke(tm) Development Team


Joined: Nov 07, 2003
Posts: 889

PostPosted: Mon Jan 30, 2012 4:48 am Reply with quote Back to top

Once you have EAMPP installed....You have to go create a database....then create a user....and add a password to the user account.

Then you take that info and add it to the config.php file.

dbhost will be localhost.

Dawg
View user's profile Send private message
Palbin
Site Admin


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

PostPosted: Mon Jan 30, 2012 5:44 am Reply with quote Back to top

If you are doing a local install you can typically use:
$dbhost = 'localhost';
$dbuname = 'root';
$dbpass = '';
$dbname = 'raven';
$prefix = 'nuke';

It all depends on what you did with your mysql username, but this is default.
View user's profile Send private message
Eduardo
Worker
Worker


Joined: Jul 20, 2004
Posts: 110
Location: Italy

PostPosted: Mon Jan 30, 2012 6:22 am Reply with quote Back to top

When I create the database with phpmyadmin, in the menu
"Collation", is it correct to select "utf8_general_ci" ?

Keep in mind that my default language will be English and Italian.
View user's profile Send private message
nuken
RavenNuke(tm) Development Team


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

PostPosted: Mon Jan 30, 2012 6:25 am Reply with quote Back to top

That is what I use on my XAMPP for Linux.
View user's profile Send private message Send e-mail Visit poster's website
Dawg
RavenNuke(tm) Development Team


Joined: Nov 07, 2003
Posts: 889

PostPosted: Mon Jan 30, 2012 8:51 am Reply with quote Back to top

I had to go though the whole process on mine. I guess it is how it is set up.

Dawg
View user's profile Send private message
Eduardo
Worker
Worker


Joined: Jul 20, 2004
Posts: 110
Location: Italy

PostPosted: Mon Jan 30, 2012 9:20 am Reply with quote Back to top

How can I fix: Not Writeable and OFF

.htaccess Found - Not Writeable
.staccess Found - Not Writeable
cache/ Found - Not Writeable
modules/Forums/files/ Found - Not Writeable
modules/Forums/files/thumbs/ Found - Not Writeable
modules/Forums/images/avatars/ Found - Not Writeable
modules/HTML_Newsletter/archive/ Found - Not Writeable
uploads/file/ Found - Not Writeable
uploads/flash/ Found - Not Writeable
uploads/image/ Found - Not Writeable
uploads/media/ Found - Not Writeable
rnlogs/ Found - Not Writeable
rnlogs/dblog Found - Not Writeable


Safe Mode OFF OFF
Display Errors ON ON
File Uploads ON ON
Magic Quotes GPC ON OFF
Magic Quotes Runtime OFF OFF
Register Globals OFF OFF
Output Buffering ON OFF
Session auto start OFF OFF[/b]
View user's profile Send private message
nuken
RavenNuke(tm) Development Team


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

PostPosted: Mon Jan 30, 2012 9:56 am 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
Eduardo
Worker
Worker


Joined: Jul 20, 2004
Posts: 110
Location: Italy

PostPosted: Mon Jan 30, 2012 10:33 am Reply with quote Back to top

I am not able to find the files:

.htaccess Found - Not Writeable
.staccess Found - Not Writeable

For:

Magic Quotes GPC ON OFF
Output Buffering ON OFF

I think I need to change the php.ini
View user's profile Send private message
nuken
RavenNuke(tm) Development Team


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

PostPosted: Mon Jan 30, 2012 10:50 am Reply with quote Back to top

You will probably have to look under view and click show hidden files to be able to see the .htaccess and .staccess files. And yes you will need to look in the php.ini file for those settings and restart the server after you edit it.
View user's profile Send private message Send e-mail Visit poster's website
Eduardo
Worker
Worker


Joined: Jul 20, 2004
Posts: 110
Location: Italy

PostPosted: Mon Jan 30, 2012 12:36 pm Reply with quote Back to top

The installation is successful, but when I completed the setup following:


You have attempted to access this site with an invalid IP.

If you think this is a mistake you can contact the site webmaster at myemail(at)gmail(dot)com.

Be SURE to include the following information in any email!
User Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; it; rv:1.9.2.25) Gecko/20111212 Firefox/3.6.25
Remote Address: none
Client IP: none
Forwarded For: none
View user's profile Send private message
nuken
RavenNuke(tm) Development Team


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

PostPosted: Mon Jan 30, 2012 12:58 pm Reply with quote Back to top

See if this helps.

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
Eduardo
Worker
Worker


Joined: Jul 20, 2004
Posts: 110
Location: Italy

PostPosted: Tue Jan 31, 2012 6:13 am Reply with quote Back to top

PHP version in XAMPP is 5.3.1

When I will complete the site I'll have to install it into a server with PHP Version 5.2.17

Do you know if the compatibility is full ?
View user's profile Send private message
nuken
RavenNuke(tm) Development Team


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

PostPosted: Tue Jan 31, 2012 6:30 am Reply with quote Back to top

RavenNuke will work fine under 5.2.17.
View user's profile Send private message Send e-mail Visit poster's website
Eduardo
Worker
Worker


Joined: Jul 20, 2004
Posts: 110
Location: Italy

PostPosted: Tue Jan 31, 2012 10:12 am Reply with quote Back to top

nuken wrote:
RavenNuke will work fine under 5.2.17.


Do you think I may have problems with XAMPP (5.3.1)?
View user's profile Send private message
nuken
RavenNuke(tm) Development Team


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

PostPosted: Tue Jan 31, 2012 11:24 am Reply with quote Back to top

I have used Xampp for a few years to test stuff on and have had very few issues with it. I have changed a few of the default settings in the php.ini to be like my live server. As far as exporting an Xampp database to a live server, the only issue I have had doing that is that by default, Xampp sets the database collation to utf8_general_ci instead of latin1_swedish_ci which has cause a few display issues with certain characters.
View user's profile Send private message Send e-mail Visit poster's website
Eduardo
Worker
Worker


Joined: Jul 20, 2004
Posts: 110
Location: Italy

PostPosted: Tue Jan 31, 2012 11:48 am Reply with quote Back to top

In Italian language there are the following characters: è é à ò ù ì....

When I created the database by XAMPP-phpmyadmin the menu Collation allows me to select latin1_swedish_ci

Please which Collation should I choose?
View user's profile Send private message
nuken
RavenNuke(tm) Development Team


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

PostPosted: Tue Jan 31, 2012 3:38 pm Reply with quote Back to top

According to the Mysql website, latin1_swedish_ci should be fine for most West European languages including Italian.
View user's profile Send private message Send e-mail Visit poster's website
montego
Site Admin


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

PostPosted: Sat Feb 04, 2012 7:01 am Reply with quote Back to top

Quote:
Do you think I may have problems with XAMPP (5.3.1)?


Not with 2.5 you won't. And, even 2.4.x will work, you'll just have warnings (potentially) in your logs around deprecated functions.
View user's profile Send private message Visit poster's website
xGSTQ
Involved
Involved


Joined: Feb 03, 2006
Posts: 267
Location: UK

PostPosted: Fri Feb 10, 2012 1:37 am Reply with quote Back to top

I couldn't get it to install on XAMPP tried lots of tweaks and messing around for a whole day, in the end I gave up, it beat me !!

in the end I installed WAMP

WAMP is loads better you can run several versions of PHP and Apache at the same time, and I can safely report that RN2.5 installed fine on WAMP with no problems at all
View user's profile Send private message Send e-mail Visit poster's website
Eduardo
Worker
Worker


Joined: Jul 20, 2004
Posts: 110
Location: Italy

PostPosted: Fri Feb 10, 2012 9:05 am Reply with quote Back to top

WAMPSERVER is only for windows !
View user's profile Send private message
Palbin
Site Admin


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

PostPosted: Fri Feb 10, 2012 9:13 am Reply with quote Back to top

I use WAMP. It works fine out of the box, but have had problems adding other versions of php, mysql, and apache. They install fine, but sometimes the server will not start.
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16986
Location: Kansas

PostPosted: Fri Feb 10, 2012 2:27 pm Reply with quote Back to top

xGSTQ wrote:
I couldn't get it to install on XAMPP tried lots of tweaks and messing around for a whole day, in the end I gave up, it beat me !! <snip>


So, this was using XAMPP on Windows? What were some of the issues you were encountering?
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
xGSTQ
Involved
Involved


Joined: Feb 03, 2006
Posts: 267
Location: UK

PostPosted: Sun Feb 12, 2012 5:25 am Reply with quote Back to top

I kept getting the invalid IP error

I looked though all the relevant forums here for lots of fixes, I did manage to get v2.4 working on xampp with the same relevant fixes but just couldn't get v2.5 to play ball.

I ended up installing WAMP

I run 2 PHP versions (very easy to install .exe format downloads from WAMP)

PHP 5.2.9
PHP 5.3.8

To be able to run PHP 5.2.9 you have to install and use Apache 2.2.11

So i can now switch between PHP 5.2 + 5.3 very easily
View user's profile Send private message Send e-mail Visit poster's website
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