Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
Tagged: 0.7.9.5, DOCUMENT_ROOT, htaccess, LOCAL_FILE_BASE_DIRECTORY, timthumb
- This topic has 1 reply, 2 voices, and was last updated 12 years, 5 months ago by
Steven Zahm.
-
AuthorPosts
-
02/27/2014 at 3:07 am #281138
Hubert Horstmann
ParticipantHello i change my server and copy the connection folder in the new server place and upload the databank, now the pictures does´nt show, but there all in the same folder. What can i do now, to let show the pics?
Here the error message: A TimThumb error has occured
The following error(s) occured:
Could not find the internal image you specified.Query String : src=/wp-content/connection_images/test_logo_5.jpg&h=150&w=225&zc=1
TimThumb version : 2.8.11thanks
greetings
H. Horstmann02/27/2014 at 4:00 pm #281169Steven Zahm
Keymaster@ Hubert Horstmann
My best guess is one of two following…
One, the document root can not be determined automatically. So you have to manually set the DOCUMENT_ROOT here’s how:
Add the following to the timthumb-config.php file found here:
../wp-content/plugins/connections/includes/libraries/timthumb/This is what you need to add, make sure to change the doc root accordingly:
define ('LOCAL_FILE_BASE_DIRECTORY','/my/doc/root/');What
/my/doc/rootwill be will depend entirely on the server setup. If you go to the the Connections : Dashboard admin page and look at the the System widget; there will be a constant named CN_PATH. The doc root should be the beginning portion of that path. What I can tell you is that from thewp-contenton will NOT be part of the doc root.Two, some server setting is preventing the script from reading the images and if that is the case, so, I do not know what that could be. Maybe a rule in the
.htaccessfile or something your webhost has configured. If you have any security related plugins installed, perhaps they’re blocking content.I hope that helps point you in the right direction.
-
AuthorPosts
- You must be logged in to reply to this topic.
