CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • Double trouble!
Pages: 1 [2]

Author Topic: Double trouble!  (Read 3680 times)

Vandalf

  • I post occasionally
  • **
  • Posts: 45
  • Karma: 0
Re: Double trouble!
March 14, 2011, 06:02:19 pm
Good to know!

Well, I did erase the civicrm folder in sites/all/modules, and replaced it with a new, clean&fresh civicrm install folder, but still the problem persists.. :(
So, guess it did not work either. I do thank you, however, for your efforts in helping me on my way! :) Do you have any more ideas?

Again, thanks for your efforts and guidence! It is most appreciated! :)

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: Double trouble!
March 15, 2011, 03:39:26 am
> Do you have any more ideas?

No, sorry. I would just disable modules one by one until I figured out exactly which is causing the problem. And then I would debug it by poking around the code etc.

You may want to consider hiring a professional if you can't handle this yourself: http://civicrm.org/professional

Do let us know if you are able to solve the problem, what it was.
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

Vandalf

  • I post occasionally
  • **
  • Posts: 45
  • Karma: 0
Re: Double trouble!
March 15, 2011, 09:17:11 am
Quote from: hershel on March 15, 2011, 03:39:26 am
Do let us know if you are able to solve the problem, what it was.

I certainly will. I guess I'll just have to spend whatever amount of time this may take to solve...
Cannot afford a professional, unfortunately, as we are just a student club, with limited funds to do this project.
Anyway, thanks a lot for your time and efforts, I've actually learned quite a lot from your posts, that I'm sure will come in handy in the future!  :)

tmccartney

  • I post frequently
  • ***
  • Posts: 154
  • Karma: 9
  • CiviCRM version: 4.5.5
  • CMS version: Drupal 7.34
  • MySQL version: 5.5.34-cll-lve
  • PHP version: 5.3.28
Re: Double trouble!
March 18, 2011, 01:13:38 pm
Go to Administer | Global Settings | Resource URLs and make sure all your URLs are correct.  When I had trouble with the date picker, that was the culprit.  I think having those URLs wrong makes the javascript not work right.

Vandalf

  • I post occasionally
  • **
  • Posts: 45
  • Karma: 0
Re: Double trouble!
March 19, 2011, 06:48:17 am
Quote from: tmccartney on March 18, 2011, 01:13:38 pm
Go to Administer | Global Settings | Resource URLs and make sure all your URLs are correct. 

Hi,

I think that they are correct? They are:

CiviCRM Resource URL - http://<mydomain>/public_html/<subdomain-catalog>/sites/all/modules/civicrm
Image Upload URL - http://<mydomain>/public_html/<subdomain-catalog>/sites/default/files/civicrm/persist/contribute

I haven't defined any custom css, perhaps I should? Thanks a lot for helping out! :)

tmccartney

  • I post frequently
  • ***
  • Posts: 154
  • Karma: 9
  • CiviCRM version: 4.5.5
  • CMS version: Drupal 7.34
  • MySQL version: 5.5.34-cll-lve
  • PHP version: 5.3.28
Re: Double trouble!
March 19, 2011, 05:08:24 pm
What is <subdomain catalog> in your path there?

If that subdomain has its own URL, then that should be the <mydomain>.  In other words, you're giving it URLs, not absolute paths.  A URL is pretty much never gonna have "public_html" in it.

So your resource URL is going to be http://<subdomain URL>/sites/all/modules/civicrm

Same deal with your image upload URL.

I kinda think that will solve your problem, or maybe solve some problems you didn't know you had.

Feel free to PM me if you need more help.
« Last Edit: March 19, 2011, 05:10:39 pm by tmccartney »

Vandalf

  • I post occasionally
  • **
  • Posts: 45
  • Karma: 0
Re: Double trouble!
March 20, 2011, 09:48:37 am
The <subdomain catalog> is another drupal installation that lays on my webhotel, that I use while creating a new and improved site.

I've changed it now to
CiviCRM Resource URL - http://<subdomain>.<mydomain>/sites/all/modules/civicrm
and
Image Upload URL - http://<subdomain>.<mydomain>/sites/default/files/civicrm/persist/contribute

where the <subdomain>.<mydomain> part looks like "testdomain.maindomain.net", and is the URL used for accessing the subdomain.

Unfortunately, the problem persists. This really is annoying, I must admit. Especially since it did work before. But it's a while back that I tested it last, so I guess I could have done something else very very wrong somewhere...

Vandalf

  • I post occasionally
  • **
  • Posts: 45
  • Karma: 0
Re: Double trouble!
March 20, 2011, 10:15:24 am
AHA! I actually found it! I have installed the CiviCRM Theme module, and for some reason this really f***ed up my installation. After disabling this module, everything works! I also notice after disabling, that the named module removed the search field from the admin toolbar/menu (at the top of the page).
I think that the fact that the CiviCRM Theme module has got it's name from CiviCRM, made me a little unaware when searching through the latest modules I installed, and thus distracted me enough to forget all about it. But, anyway, problem now solved!  8)

I'll post a bug notice on the modules page as well, just to let them know. I see that a bug is posted regarding the search box already.

Thanks a lot for all the help I've received regarding this! It really is most inspiring when people get involved like this, and without claiming anything in return! Thanks a million!  :)

tmccartney

  • I post frequently
  • ***
  • Posts: 154
  • Karma: 9
  • CiviCRM version: 4.5.5
  • CMS version: Drupal 7.34
  • MySQL version: 5.5.34-cll-lve
  • PHP version: 5.3.28
Re: Double trouble!
March 20, 2011, 10:18:02 am
Quote from: Vandalf on March 20, 2011, 10:15:24 am
It really is most inspiring when people get involved like this, and without claiming anything in return! Thanks a million!  :)

I don't know what you're talking about - I'm totally sending you an invoice.

 ;)

Vandalf

  • I post occasionally
  • **
  • Posts: 45
  • Karma: 0
Re: Double trouble!
March 20, 2011, 10:46:30 am
Quote from: tmccartney on March 20, 2011, 10:18:02 am
I don't know what you're talking about - I'm totally sending you an invoice.

Hehe, thanks, I'll receive it and frame it...  ;)

Another update, though! After finally finding the cause of the problem, it is suddenly easy to find even more info and help...
There is a patch for the CiviCRM Theme module (http://drupal.org/node/920750), that seems to fix the problem, so now the module is patched and re-enabled, and so far all is looking good!  :)

Pages: 1 [2]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • Double trouble!

This forum was archived on 2017-11-26.