| Author |
Message |
Eduardo Worker


Joined: Jul 20, 2004 Posts: 110 Location: Italy
|
Posted:
Sun Jan 29, 2012 12:49 pm |
|
Has someone installed RN 2.5 on xampp for Mac? |
|
|
|
 |
Eduardo Worker


Joined: Jul 20, 2004 Posts: 110 Location: Italy
|
Posted:
Mon Jan 30, 2012 4:05 am |
|
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'; |
|
|
|
 |
Dawg RavenNuke(tm) Development Team

Joined: Nov 07, 2003 Posts: 889
|
Posted:
Mon Jan 30, 2012 4:48 am |
|
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 |
|
|
|
 |
Palbin Site Admin

Joined: Mar 30, 2006 Posts: 2456 Location: Pittsburgh, Pennsylvania
|
Posted:
Mon Jan 30, 2012 5:44 am |
|
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. |
|
|
|
 |
Eduardo Worker


Joined: Jul 20, 2004 Posts: 110 Location: Italy
|
Posted:
Mon Jan 30, 2012 6:22 am |
|
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. |
|
|
|
 |
nuken RavenNuke(tm) Development Team

Joined: Mar 11, 2007 Posts: 1535 Location: North Carolina
|
Posted:
Mon Jan 30, 2012 6:25 am |
|
That is what I use on my XAMPP for Linux. |
|
|
|
 |
Dawg RavenNuke(tm) Development Team

Joined: Nov 07, 2003 Posts: 889
|
Posted:
Mon Jan 30, 2012 8:51 am |
|
I had to go though the whole process on mine. I guess it is how it is set up.
Dawg |
|
|
|
 |
Eduardo Worker


Joined: Jul 20, 2004 Posts: 110 Location: Italy
|
Posted:
Mon Jan 30, 2012 9:20 am |
|
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] |
|
|
|
 |
nuken RavenNuke(tm) Development Team

Joined: Mar 11, 2007 Posts: 1535 Location: North Carolina
|
Posted:
Mon Jan 30, 2012 9:56 am |
|
|
|
 |
Eduardo Worker


Joined: Jul 20, 2004 Posts: 110 Location: Italy
|
Posted:
Mon Jan 30, 2012 10:33 am |
|
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 |
|
|
|
 |
nuken RavenNuke(tm) Development Team

Joined: Mar 11, 2007 Posts: 1535 Location: North Carolina
|
Posted:
Mon Jan 30, 2012 10:50 am |
|
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. |
|
|
|
 |
Eduardo Worker


Joined: Jul 20, 2004 Posts: 110 Location: Italy
|
Posted:
Mon Jan 30, 2012 12:36 pm |
|
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 |
|
|
|
 |
nuken RavenNuke(tm) Development Team

Joined: Mar 11, 2007 Posts: 1535 Location: North Carolina
|
Posted:
Mon Jan 30, 2012 12:58 pm |
|
|
|
 |
Eduardo Worker


Joined: Jul 20, 2004 Posts: 110 Location: Italy
|
Posted:
Tue Jan 31, 2012 6:13 am |
|
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 ? |
|
|
|
 |
nuken RavenNuke(tm) Development Team

Joined: Mar 11, 2007 Posts: 1535 Location: North Carolina
|
Posted:
Tue Jan 31, 2012 6:30 am |
|
RavenNuke will work fine under 5.2.17. |
|
|
|
 |
Eduardo Worker


Joined: Jul 20, 2004 Posts: 110 Location: Italy
|
Posted:
Tue Jan 31, 2012 10:12 am |
|
| nuken wrote: | | RavenNuke will work fine under 5.2.17. |
Do you think I may have problems with XAMPP (5.3.1)? |
|
|
|
 |
nuken RavenNuke(tm) Development Team

Joined: Mar 11, 2007 Posts: 1535 Location: North Carolina
|
Posted:
Tue Jan 31, 2012 11:24 am |
|
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. |
|
|
|
 |
Eduardo Worker


Joined: Jul 20, 2004 Posts: 110 Location: Italy
|
Posted:
Tue Jan 31, 2012 11:48 am |
|
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? |
|
|
|
 |
nuken RavenNuke(tm) Development Team

Joined: Mar 11, 2007 Posts: 1535 Location: North Carolina
|
Posted:
Tue Jan 31, 2012 3:38 pm |
|
According to the Mysql website, latin1_swedish_ci should be fine for most West European languages including Italian. |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 9133 Location: Arizona
|
Posted:
Sat Feb 04, 2012 7:01 am |
|
| 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. |
|
|
|
 |
xGSTQ Involved


Joined: Feb 03, 2006 Posts: 267 Location: UK
|
Posted:
Fri Feb 10, 2012 1:37 am |
|
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 |
|
|
|
 |
Eduardo Worker


Joined: Jul 20, 2004 Posts: 110 Location: Italy
|
Posted:
Fri Feb 10, 2012 9:05 am |
|
WAMPSERVER is only for windows ! |
|
|
|
 |
Palbin Site Admin

Joined: Mar 30, 2006 Posts: 2456 Location: Pittsburgh, Pennsylvania
|
Posted:
Fri Feb 10, 2012 9:13 am |
|
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. |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16986 Location: Kansas
|
Posted:
Fri Feb 10, 2012 2:27 pm |
|
| 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? |
|
|
|
 |
xGSTQ Involved


Joined: Feb 03, 2006 Posts: 267 Location: UK
|
Posted:
Sun Feb 12, 2012 5:25 am |
|
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 |
|
|
|
 |
|
|
|
|