404 On profile pages and event module installed.

I am just getting back into using boonex and I am having an issue I hadnt had before. My profiles are not displaying and are getting a 404 page not found. The same is happening for my Events plugin. I have read other links that suggest to install mod_writable and asking for "Tools > Host Tools" to display it. I do not see that in my Host Tools section. I am also not finding this in my /etc/php.ini file. 

Any suggestions?

Software requirements

  • PHP: 5.3.3 - WARNING (your PHP version is probably outdated, upgrade to the latest 5.3.29 maybe required)
    • allow_url_fopen = On - OK
    • allow_url_include = Off - OK
    • magic_quotes_gpc = Off - OK
    • memory_limit = 134217728 - OK
    • post_max_size = 8388608 - WARNING (should be >= 52428800)
    • upload_max_filesize = 2097152 - WARNING (should be >= 52428800)
    • register_globals = Off - OK
    • safe_mode = Off - OK
    • short_open_tag = On - OK
    • disable_functions = - OK
    • php module: curl = curl - OK
    • php module: gd = gd - OK
    • php module: mbstring = mbstring - OK
    • php module: xsl = xsl - OK
    • php module: json = json - OK
    • php module: openssl = openssl - OK
    • php module: zip = zip - OK
    • php module: ftp = ftp - OK
  • MySQL: 5.1.73 - OK
  • Web-server: Apache/2.2.15 (CentOS) DAV/2
    • rewrite_module - OK
  • OS: Linux RaversGuild 2.6.32-042stab094.7 #1 SMP Wed Oct 22 12:43:21 MSK 2014 x86_64

Site optimization

  • PHP:
    • PHP accelerator = NO - WARNING (Dolphin can be much faster if you install some PHP accelerator))
    • PHP setup = apache2handler - OK
  • MySQL:
    • key_buffer_size = 8384512 - OK
    • query_cache_limit = 1048576 - OK
    • query_cache_size = 0 - FAIL (must be >= 16777216)
    • query_cache_type = ON - OK
    • max_heap_table_size = 16777216 - OK
    • tmp_table_size = 16777216 - OK
    • thread_cache_size = 0 - FAIL (must be > 0)
  • Web-server:
    • User-side caching for static conten = click here to check it in Google Page Speed 
      If it is not enabled then please consider implement this optimization, since it improve perceived site speed and save the bandwidth, refer to this tutorial on how to do this. 
      To apply this optimization you need to have expires_module Apache module - OK
    • Server-side content compression = can be checked manually or in "Page Speed" tool build-in into browser. 
      If it is not enabled then please consider implement this optimization, since it improve perceived site speed and save the bandwidth, refer to this tutorial on how to do this. 
      To apply this optimization you need to have deflate_module Apache module - OK
  • Dolphin:
    • DB cache = On (File based cache engine) - WARNING (installing PHP accelerator will speed-up file cache)
    • Page blocks cache = On (File based cache engine) - WARNING (installing PHP accelerator will speed-up file cache)
    • Member menu cache = On (File based cache engine) - WARNING (installing PHP accelerator will speed-up file cache)
    • Templates Cache = On (FileHtml based cache engine) - OK
    • CSS files cache = On - OK
    • JS files cache = On - OK
    • Compression for CSS/JS cache = On - OK

 

Quote · 31 Mar 2015

Make sure the .htaccess file in the main Dolphin directory is there. It can sometimes be missed when uploaded via FTP.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 31 Mar 2015

http://www.boonex.com/forums/topic/New-D7-02-404-mesg-for-profiles-groups-Pls-Help.htm

I found the article. The .htaccess file was uploaded then it got error 500 Internal Server Error.

Is there  a part of the install that requires this? I am considering a reinstall because something doesnt seem right about how this is working. 

Quote · 31 Mar 2015

I take that back. I dont know how but the .htaccess file wasnt working and causing errors. I reuploaded it and everything is good again. Thank you!

Quote · 31 Mar 2015

Now you need to attend to those other issues reported in the php and mysql sections; mainly the ones in the mysql section as those can have a serious hit on the performance of Dolphin.

Geeks, making the world a better place
Quote · 31 Mar 2015

How would I change the MySQL? I googled and found something about a file /etc/my.cnf  and I have made the changes that are suggested, but I am seeing no results. I have restarted my server after making the changes. Any suggestions?

Also, I see that there is APC thrown around here but I am unsure what that is. It comes up a few places. Is there a walkthrough that anyone would be able to post a link for? I would like to get everything 100% green (if possible).

This is the my.cnf file:

[mysqld]

datadir=/var/lib/mysql

socket=/var/lib/mysql/mysql.sock

user=mysql

# Disabling symbolic-links is recommended to prevent assorted security risks

symbolic-links=0

secure-file-priv=/var/tmp

 

[mysqld_safe]

log-error=/var/log/mysqld.log

pid-file=/var/run/mysqld/mysqld.pid

 

# Changes for Dolphin

 

query_cache_size = 16777216

thread_cache_size = 10

 

Quote · 1 Apr 2015

 

How would I change the MySQL?

 Did you finish this?

This is what you need to review.

http://www.boonex.com/trac/dolphin/wiki/HostingServerSetupRecommendations

http://www.boonex.com/n/500_speed_improvement_of_dolphin_

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 1 Apr 2015

unless the config file you changed was not the one being used by the SQL server.  there is a command you can run at the shell to find out which config file  your server is using.

 

mysql --help

 

Scroll down through the output and it will list the location of the my.cnf file that the SQL server is using.

Geeks, making the world a better place
Quote · 2 Apr 2015

I tried opening all of the files that are mentioned in the string. None of these are showing up with anything useful and the only one that had anything inside of it was the "/etc/my.cnf" file which is what I wrote above.

 

Default options are read from the following files in the given order:

/etc/mysql/my.cnf /etc/my.cnf ~/.my.cnf

The following groups are read: mysql client

The following options may be given as the first argument:

--print-defaults        Print the program argument list and exit.

--no-defaults           Don't read default options from any option file.

--defaults-file=#       Only read default options from the given file #.

--defaults-extra-file=# Read this file after the global files are read.

 

Variables (--variable-name=value)

and boolean options {FALSE|TRUE}  Value (after reading options)

--------------------------------- -----------------------------

auto-rehash                       TRUE

character-sets-dir                (No default value)

column-type-info                  FALSE

comments                          FALSE

compress                          FALSE

debug-check                       FALSE

debug-info                        FALSE

database                          (No default value)

default-character-set             latin1

delimiter                         ;

vertical                          FALSE

force                             FALSE

named-commands                    FALSE

ignore-spaces                     FALSE

local-infile                      FALSE

no-beep                           FALSE

host                              (No default value)

html                              FALSE

xml                               FALSE

line-numbers                      TRUE

unbuffered                        FALSE

column-names                      TRUE

sigint-ignore                     FALSE

port                              0

prompt                            mysql>

quick                             FALSE

raw                               FALSE

reconnect                         TRUE

socket                            (No default value)

ssl                               FALSE

ssl-ca                            (No default value)

ssl-capath                        (No default value)

ssl-cert                          (No default value)

ssl-cipher                        (No default value)

ssl-key                           (No default value)

ssl-verify-server-cert            FALSE

table                             FALSE

user                              (No default value)

safe-updates                      FALSE

i-am-a-dummy                      FALSE

connect_timeout                   0

max_allowed_packet                16777216

net_buffer_length                 16384

select_limit                      1000

max_join_size                     1000000

secure-auth                       FALSE

show-warnings                     FALSE

[root@RaversGuild ~]# vim /etc/mysql/my.cnf

[root@RaversGuild ~]# vim ~/.my.cnf

Quote · 2 Apr 2015

Also, thank you guys for helping. It is really appreciated!

Quote · 2 Apr 2015

Also, thank you guys for helping. It is really appreciated!

Quote · 2 Apr 2015
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.