Advertisement:

Author Topic: 3.5.9 osclass upload not workig  (Read 5245 times)

alex2000

  • Full Member
  • ***
  • Posts: 105
3.5.9 osclass upload not workig
« on: November 03, 2015, 01:36:07 am »
Hi,

i have juts installed patricia to another hosting provider, after installing osclass 3.5.9 with no issues , i wasn't able login into oc-admin,
have looked on here an i found something , like to ad the below line into config.php

 session_save_path ( ABS_PATH . 'oc-content/uploads/' ); ( after i have removed and still not working to upload noting on the server )

i have done and i could login with no prob,
now th prob is that i cant upload any picture on ads , or change the site logo , email sender not working ,
and maybe some other unknown issues .

any ideas on hot to resolve this issue ?

many thanks.


alex2000

  • Full Member
  • ***
  • Posts: 105
Re: 3.5.9 osclass upload not workig
« Reply #1 on: November 03, 2015, 03:33:22 pm »
Hi guys,  ani advice?? 
Even the plugins  not loading seems that's something wrong with the uploader file??
Any answer will be appreciated.

SmaRTeY

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2519
Re: 3.5.9 osclass upload not workig
« Reply #2 on: November 03, 2015, 10:17:55 pm »
Have you checked your folder rights?

alex2000

  • Full Member
  • ***
  • Posts: 105
Re: 3.5.9 osclass upload not workig
« Reply #3 on: November 03, 2015, 11:09:53 pm »
Hi SmaRTeY,
Would it be possible to tell me which one of theme and what permission should I give?
Many thanks

Aficionado

  • Guest
Re: 3.5.9 osclass upload not workig
« Reply #4 on: November 03, 2015, 11:43:38 pm »
Are you on Shared Hosting ? If so, the permissions should be set automatically by your hosting provider setup. If not, change Hosting Provider.

Any any case:

The Folder permissions are 755 and 644 for files for Osclass.


alex2000

  • Full Member
  • ***
  • Posts: 105
Re: 3.5.9 osclass upload not workig
« Reply #5 on: November 03, 2015, 11:50:31 pm »
hi Afficionado,
i have 4 Dedicated servers and IP's the last one is quite new from Eastern Europe  due to the TLD, and is the one which is playing funny, ill double check the permissions ,

many thanks for advise

alex2000

  • Full Member
  • ***
  • Posts: 105
Re: 3.5.9 osclass upload not workig
« Reply #6 on: November 04, 2015, 12:00:16 am »
folder permissions are ok, i think i will end up by reinstalling a fresh osclass,

SmaRTeY

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2519
Re: 3.5.9 osclass upload not workig
« Reply #7 on: November 04, 2015, 12:00:46 am »
You also might want to set debug to 'on' in case of any errors that might occur and folder rights should be okay.
Since you are on dedi's and if folder rights are okay you can also check the right webserver 'user' using these folders.

Please do a search here in forums on how to set debug in config.php, plenty info available ;)

alex2000

  • Full Member
  • ***
  • Posts: 105
Re: 3.5.9 osclass upload not workig
« Reply #8 on: November 04, 2015, 12:05:41 am »
Hi SmaRTeY,  Il try debug and I'll post the error,  just in case something has past unseen.
Really appreciate your help guys.

alex2000

  • Full Member
  • ***
  • Posts: 105
Re: 3.5.9 osclass upload not workig
« Reply #9 on: November 04, 2015, 12:43:31 am »
[03-Nov-2015 01:14:56 Europe/Helsinki] PHP Warning:  session_start(): open(/tmp/sess_gi10k3n1vt19ggb7kh6h91el56, O_RDWR) failed: No such file or directory (2) in /home/vindel29/public_html/oc-includes/osclass/core/Session.php on line 47

i get this in error log for about 100 times since i have installed osclass?

alex2000

  • Full Member
  • ***
  • Posts: 105
Re: 3.5.9 osclass upload not workig
« Reply #10 on: November 04, 2015, 12:44:53 am »
and also this error in oc-content


[03-Nov-2015 22:40:42 Europe/Madrid] PHP Notice:  Undefined index: clearCookieSearch in /home/vindel29/public_html/oc-content/themes/patricia/functions.php on line 26

SmaRTeY

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2519
Re: 3.5.9 osclass upload not workig
« Reply #11 on: November 04, 2015, 12:52:24 am »
I think this one is your issue and seems to be server setup related, more specific php and the use of temporary folder
[03-Nov-2015 01:14:56 Europe/Helsinki] PHP Warning:  session_start(): open(/tmp/sess_gi10k3n1vt19ggb7kh6h91el56, O_RDWR) failed: No such file or directory (2) in /home/vindel29/public_html/oc-includes/osclass/core/Session.php on line 47

i get this in error log for about 100 times since i have installed osclass?

SmaRTeY

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2519
Re: 3.5.9 osclass upload not workig
« Reply #12 on: November 04, 2015, 12:54:05 am »
Undefined index is a NOTICE, should not be there but is OK and can be cleared by doing a better check on variables being set. (if isset() )
and also this error in oc-content


[03-Nov-2015 22:40:42 Europe/Madrid] PHP Notice:  Undefined index: clearCookieSearch in /home/vindel29/public_html/oc-content/themes/patricia/functions.php on line 26

Aficionado

  • Guest
Re: 3.5.9 osclass upload not workig
« Reply #13 on: November 04, 2015, 01:18:46 am »
[03-Nov-2015 01:14:56 Europe/Helsinki] PHP Warning:  session_start(): open(/tmp/sess_gi10k3n1vt19ggb7kh6h91el56, O_RDWR) failed: No such file or directory (2) in /home/vindel29/public_html/oc-includes/osclass/core/Session.php on line 47

i get this in error log for about 100 times since i have installed osclass?

http://forums.osclass.org/installation-update-help/help-10580/

http://forums.osclass.org/installation-update-help/osclass-3-5-3-not-working-after-installation/

Search a bit here, you will find plently of information.


alex2000

  • Full Member
  • ***
  • Posts: 105
Re: 3.5.9 osclass upload not workig
« Reply #14 on: November 07, 2015, 02:17:50 am »
Hi Guys,

i did tried all what i found on this forum, nothing seems to work, i have been in contact with the hosting provider, checked everything, backed up, server, nothing, still cant upload noting via oc-admin, no photo, no plugin, no logo, nothing,
what else should i do? change provider?