Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Enrique
Try setting it via the php.ini file for .htaccess and I recommend 128MB which should be plenty of memory for WordPress; 64MB can be a little tight in the admin after you activate a few larger plugins.
Steven Zahm
Keymaster@ cori
You must have an .htaccess file blocking the access of the following folder:
../wp-content/plugins/connections/cacheAccessing the folder generates a 403 forbidden error by the web server.
Does that helps point you in the right direction?
Steven Zahm
Keymaster@ Christian
The only thing I can think of is that someone set the number of entries way too high on the manage page. Unfortunately the only way to change that is from the manage page unless you want to edit the user_meta in the db.
Steven Zahm
Keymaster@ Enrique
Sounds as if you’re running out of memory that is allocated to PHP. See this excellent blog post on how to increase it. Which methods that works for you will depend on your web host.
http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Let me know if that fixes it for you.
Steven Zahm
Keymaster@ josh901
Odd. Try deactivating/reactivating Connections and then activate any random template and then reactive cMap.
Steven Zahm
Keymaster@ Christian
I don’t wont to try to import anything because of this being a live site, but I was able to go to the Connections : manage admin page without issue. It popper right up; no timing out.
Steven Zahm
Keymaster@ Kristen
What happens when you strip off the http://localhost bit, like this:
Steven Zahm
Keymaster@ Christian
Small batches should work without a hitch as it only takes roughly a half second to import a single entry.
Could I get a temp admin account?
Steven Zahm
Keymaster@ Ryan
Take a look at this file:
https://github.com/shazahm1/Connections/blob/develop/includes/admin/class.actions.phpRegister your own action
https://github.com/shazahm1/Connections/blob/develop/includes/admin/class.actions.php#77Then create your action callback to save the data in the connections_meta table.
Because I have no API in place yet for saving/retrieving/displaying data from the connections_meta table; you’ll have to work that out.
Steven Zahm
Keymaster@ Kristen
The issue will be either permission related or the document root can not be found. You should receive a error message by directly going to the URL that Tile Pls is trying to load. For example:
What is the error message?
-
AuthorPosts
