Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

[solved] Warning: file_exists()

  • pinocchio
  • pinocchio's Avatar Topic Author
  • Offline
  • New Member
More
17 years 2 weeks ago - 17 years 1 week ago #2161 by pinocchio
[solved] Warning: file_exists() was created by pinocchio
I have bought Pro yesterday great!) but
I can`t find the solution for this problem (see testsite):
www.pinocchio.nl/12/index.php?option=com_content&task=view&id=12&Itemid=26

Help please.

John

Please Log in or Create an account to join the conversation.

  • pinocchio
  • pinocchio's Avatar Topic Author
  • Offline
  • New Member
More
17 years 2 weeks ago #2162 by pinocchio
Replied by pinocchio on topic Re: Warning: file_exists()
It most be something with php in safemode i believe.
I have mailed to my hoster for this.

Please Log in or Create an account to join the conversation.

More
17 years 2 weeks ago #2163 by JoomlaWorks
Replied by JoomlaWorks on topic Re: Warning: file_exists()
Probably.

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • pinocchio
  • pinocchio's Avatar Topic Author
  • Offline
  • New Member
More
17 years 2 weeks ago #2164 by pinocchio
Replied by pinocchio on topic Re: Warning: file_exists()
Ok,i have a answer from my hoster:

The plugin is not good configurated.
This never be could good:
/images/stories/temp/6fe1c8f576d8b49eb9c0286640310d4ajpg) is not within
the allowed path(s):

/images is a absolute path,so this can`t work.

It`s must be a absolute path from root or
a relative path from the callfunction of the script


????????? i don`t know what todo
I have nothing changed in the config of the plugin in the admin.

Please Log in or Create an account to join the conversation.

More
17 years 1 week ago #2165 by JoomlaWorks
Replied by JoomlaWorks on topic Re: Warning: file_exists()
The plugin is not configured my ass! They don't know how to setup their servers and then blame damn developers.

Anyway. Open up the main plugin file, located at mambots/content/plugin_jw_sigpro and at about line 285, look for this
				if (file_exists($tempfolder.md5($_images_dir_.$name).$format) && filemtime ($tempfolder.md5($_images_dir_.$name).$format) + $cache_expire_time * 60 > time()) {

and change it to
				if (file_exists($mosConfig_absolute_path.$tempfolder.md5($_images_dir_.$name).$format) && filemtime ($mosConfig_absolute_path.$tempfolder.md5($_images_dir_.$name).$format) + $cache_expire_time * 60 > time()) {

Is it OK now?

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • pinocchio
  • pinocchio's Avatar Topic Author
  • Offline
  • New Member
More
17 years 1 week ago #2166 by pinocchio
Replied by pinocchio on topic Re: Warning: file_exists()

The plugin is not configured my ass! They don't know how to setup their servers and then blame damn developers.


yes i know my friend, but please don`t blame me because i like you ass.
You did make the trick  ;D


Thank you verry verry much for the support!!

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum