hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : VPS Hosting : Problems with Joomla
Reply

VPS Hosting Virtual private server discussion and vps hosting solutions. Review VPS hosting providers and offer advice on virtual web hosting solutions. If your service is unavailable, please click here.
Forum Jump

Problems with Joomla

Reply Post New Thread In VPS Hosting Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 10-09-2010, 04:05 AM
pmarian pmarian is offline
Disabled
 
Join Date: Oct 2010
Location: Romania
Posts: 56

Problems with Joomla


Hi,

I've recently moved with my VPS to another company. At the old VPS i had OpenVZ and now i use XEN.

Since i moved i have many permisions (chmod) issues.

For example i was unable to clear the cache from a joomla website until i've set the chmod for cache folder.

What can i do in this matter ?

Thank you!

Reply With Quote


Sponsored Links
  #2  
Old 10-09-2010, 05:03 AM
XTremo XTremo is offline
ShillBuster
 
Join Date: Jun 2003
Location: Spain
Posts: 3,661
It is an issue sometimes because different hosts set things up different ways.

I know bugger all server side but I instruct any new VPS provider to look at the setup on one of my existing VPS's then duplicate it. I believe disabling suPHP is one of the things....any more than that I just don't know.

If you find the Joomla cache folder won't empty, just rename it, and create a new cache folder containing the index file from the original. Job done.

Reply With Quote
  #3  
Old 10-09-2010, 05:32 AM
pmarian pmarian is offline
Disabled
 
Join Date: Oct 2010
Location: Romania
Posts: 56
Disabiling suPHP will not affecting other websites ?

Reply With Quote
Sponsored Links
  #4  
Old 10-09-2010, 05:50 AM
XTremo XTremo is offline
ShillBuster
 
Join Date: Jun 2003
Location: Spain
Posts: 3,661
Quote:
Originally Posted by pmarian View Post
Disabiling suPHP will not affecting other websites ?
I'm not a sysadmin so I can't answer that question. All I know is sometimes you have to adjust things server side to allow heavily modded Joomla sites to function properly.
Especially if they're integrated with other applications or taking data from other applications databases on other domains.
And while I can't tell you what you have to do, there are ways to get it done. No doubt one of the experienced server guys here can elaborate.

Reply With Quote
  #5  
Old 10-09-2010, 06:12 AM
turbovps turbovps is offline
Web Hosting Master
 
Join Date: Sep 2006
Location: EU
Posts: 703
Ask your host to fix it for you or get control panel with fantastico etc. If you are having self managed then you can hire admin for one time job.
Depends how important this site is for you and if you can wait for hours or days to find help.

__________________
[ Openvz VPS | Xen XEN VPS & Xen PV| RIPE LIR |SolusVM| Presence in |USA|Sweden IP..Virtualizing since 2001.]
Hosting service from USA and Sweden. Load your own ISO. Unmetered vps. Offshore Servers. Servers on 1GBit. Raid Enabled servers.
Cheap and reliable vps deals at www.turbovps.com Since 2006
.
USA|EUROPE|Offshore Hosting services |VPS|VPN|Openvpn|Squids|Dedicated servers.


Reply With Quote
  #6  
Old 10-09-2010, 06:36 AM
mj7k mj7k is offline
Newbie
 
Join Date: Mar 2010
Posts: 10

Reply With Quote
  #7  
Old 10-09-2010, 07:25 AM
pmarian pmarian is offline
Disabled
 
Join Date: Oct 2010
Location: Romania
Posts: 56
@mj7k thanks a lot. What i should put instead of www-data:www-data ? What username ?

root@server1 [~]# chown -R www-data:www-data /var/www/joomla
chown: `www-data:www-data': invalid user

Reply With Quote
  #8  
Old 10-09-2010, 08:43 AM
mj7k mj7k is offline
Newbie
 
Join Date: Mar 2010
Posts: 10
Quote:
Originally Posted by pmarian View Post
@mj7k thanks a lot. What i should put instead of www-data:www-data ? What username ?

root@server1 [~]# chown -R www-data:www-data /var/www/joomla
chown: `www-data:www-data': invalid user
That's the apache user, in debian and ubuntu it's usually www-data. You can check this from your apache configuration files.

Reply With Quote
  #9  
Old 10-09-2010, 10:23 AM
pmarian pmarian is offline
Disabled
 
Join Date: Oct 2010
Location: Romania
Posts: 56
I use CentOS. I've search on the internet and i have not found the apache username for CentOS.

I use cPanel/WHM with CENTOS 5.5 x86_64 xen.

Any idea ?

Reply With Quote
  #10  
Old 10-09-2010, 10:27 AM
mj7k mj7k is offline
Newbie
 
Join Date: Mar 2010
Posts: 10
Quote:
Originally Posted by pmarian View Post
I use CentOS. I've search on the internet and i have not found the apache username for CentOS.

I use cPanel/WHM with CENTOS 5.5 x86_64 xen.

Any idea ?
I've never used centos, but you could try apache:apache


Last edited by mj7k; 10-09-2010 at 10:27 AM. Reason: spelling
Reply With Quote
  #11  
Old 10-09-2010, 10:30 AM
pmarian pmarian is offline
Disabled
 
Join Date: Oct 2010
Location: Romania
Posts: 56
I've already tried apache:apache and:

root@server1 [/]# chown -R apache:apache /var/www/joomla
chown: `apache:apache': invalid user

Reply With Quote
  #12  
Old 10-09-2010, 10:36 AM
mj7k mj7k is offline
Newbie
 
Join Date: Mar 2010
Posts: 10
Quote:
Originally Posted by pmarian View Post
I've already tried apache:apache and:

root@server1 [/]# chown -R apache:apache /var/www/joomla
chown: `apache:apache': invalid user
check apache user and group (user:group) from your apache configuration file, in centos I think the file is /etc/httpd/conf/httpd.conf

Reply With Quote
  #13  
Old 10-09-2010, 11:05 AM
pmarian pmarian is offline
Disabled
 
Join Date: Oct 2010
Location: Romania
Posts: 56
I've found this in httpd.conf:

User nobody
Group nobody

Reply With Quote
  #14  
Old 10-09-2010, 11:09 AM
pmarian pmarian is offline
Disabled
 
Join Date: Oct 2010
Location: Romania
Posts: 56
root@server1 [/]# chown -R nobody:nobody /var/www/joomla
chown: cannot access `/var/www/joomla': No such file or directory

it seems i don't have that path. I mean i don't have the /www and /joomla folder in /var

Reply With Quote
  #15  
Old 10-09-2010, 11:12 AM
mj7k mj7k is offline
Newbie
 
Join Date: Mar 2010
Posts: 10
you need to change that to the path to your joomla installation.

Reply With Quote
Reply

Similar Threads
Thread Thread Starter Forum Replies Last Post
Joomla Site Developer (Template-Joomla plus full set up) oracleweb Design Requests 2 03-23-2010 10:50 PM
[Premium Joomla Hosting Solutions] Joomla Hosting that Works !!! primeworldhosts Shared Hosting Offers 0 08-26-2009 03:30 PM
Problems with two Joomla installations magnar Programming Discussion 6 02-03-2009 11:18 PM
Host problems? registrar problems? config problems? please help me mudley Hosting Security and Technology 1 02-08-2007 07:00 PM
MultiCMS Joomla! Be a Joomla host now, And, Start 3 CMS hosts with our super deal PresFox Other Web Hosting Related Offers 5 01-19-2006 04:07 PM

Related posts from TheWhir.com
Title Type Date Posted
Open Source Content Management System Joomla Surpasses 36 Million Downloads Web Hosting News 2012-11-29 16:38:54
Open Source Content Management System Joomla Surpasses 30 Million Downloads Web Hosting News 2012-04-04 15:10:30
Joomla Releases Version 2.5 With SQL Server Support Web Hosting News 2012-01-24 13:34:24
Open Source CMS Joomla Hits 25 Million Downloads Web Hosting News 2011-09-14 17:17:03
Open Source Developer Joomla Releases 1.7 CMS with Enhanced Security Tools Web Hosting News 2011-07-19 18:51:20


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?